fpdf
How to use html form data for fpdf form creation
i am trying to create a pdf email using data inputed into a html form. I don\'t know how to use data from a mysql database or html form to create a pdf using fpdf and email it. I am close to finishing[详细]
2023-04-12 21:38 分类:问答What is the best way to generate pdf or other file type like xls on php?
I usualy use 开发者_如何学Cfpdf to do that , but i feel confuse and not simple enough . is there any php framework except that . You can you yii Framework with tcpdf extention to generate pdf with tcp[详细]
2023-04-11 03:14 分类:问答PHP FPDF - "call to a member function Stuff() on a non-object"
So basically what I have been doing is convert one xml file to a well-formed pdf with wamp. The codes below are simple illustration of my idea开发者_开发问答.I learnt from the process of parsing xml t[详细]
2023-04-09 16:23 分类:问答wkhtmltopdf vs fpdf and questions regarding use and performance (HTML to PDF)
I have not been able to find answers to my questions on the several posts about the same topic, that is why I will be asking more specific questions here.[详细]
2023-04-08 02:16 分类:问答PHP: word wrap the text inside the PDF?
Would you know how to word wrap the text inside the PDF? I am using an array like: $email_message =\" fax: \".clean_strin开发者_如何学Gog($fax).\"\\n\";[详细]
2023-04-05 10:07 分类:问答FPDF.php is ~20 times smaller filesize than TCPDF.php? Why?
I know there have been a lot of posts about these two but figured I\'d address a glaring question I have. A designer of ours recently sent me a few files with TCPDF already tied in because a friend of[详细]
2023-04-05 08:56 分类:问答Search pdf and extract page when found
Does anyone know how to search through a multiple page pdf for some text (e.g., an invoice number) and then extract that page to a separate file? I see how I can use FPDI to extract a particular page[详细]
2023-04-02 02:44 分类:问答dynamic pdf need to open print box directly
i personally would think it\'s not possible, but maybe somebody knows. (PHP, PDF created with fpdf) I would like to know if it is possible to open that pdf and open the print box directly.[详细]
2023-04-01 20:40 分类:问答HTML2FPDF - Positioning the writeHTML output
I have the following code: function convert($contents, $name){ echo($link); //prints nothing $p开发者_如何学Godf=new HTML2FPDF();[详细]
2023-03-29 05:59 分类:问答Print multipage PDF on different printer-trays
I am generating a PDF by PHP with FPDF. This works well. Now what I want: From a multipage PDF all pages expect the last one have to print wit开发者_高级运维h paper from tray1 and the last page from[详细]
2023-03-28 17:16 分类:问答