mandingueiro Posted September 30, 2011 Share Posted September 30, 2011 Hello there people. I'm looking for the easiest & most solid way to append 1 or 2 strings to a certain PDF file. I have an application which a logged-in user will be able to print. When he prints it, his name and a counter string must be appended in a blank space in the application. So I don't need to replace a string in a PDF or something, just append. The PDF file will always be the same: the application to be filled. I've heard somewhere that you can do it easily with the Zend framework. I've also heard for some other libraries like TCPDF & FPDF. Any suggestions? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/248177-append-a-string-to-a-pdf-file/ Share on other sites More sharing options...
Buddski Posted September 30, 2011 Share Posted September 30, 2011 I cannot speak for the Zend Framework as I have not used it but I have used TCPDF to generate PDF files. But I do not believe that is it supported natively. A quick google search turned up FDPI, which basically extends the functionality of FPDF and TCPDF to include loading in existing PDFs. Quote Link to comment https://forums.phpfreaks.com/topic/248177-append-a-string-to-a-pdf-file/#findComment-1274390 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.