Does anyone know how to use the PHP PDF library to create a table? I think I need to know how to use the PDF_add_table_cell and PDF_fit_table functions.
Does anyone know how to use the PHP PDF library to create a table?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Those functions are from PDFLib. There’s better examples/more complete documentation at the PDFlib site here: http://www.pdflib.com/download/pdflib-family/pdflib-8/ (scroll down to “PDFLib Manuals”) and complete examples here: http://www.pdflib.com/pdflib-cookbook/tables/