I want to make a online PDF Creator and Reader in PHP which will support all features available in Adobe Acrobat like Bookmarking, Signing, Commenting, Editing, Header and Footer, watermark etc etc.. Can you please suggest me a good PHP Library which will help me to do that?
Share
Google search led me to http://davidwalsh.name/read-pdf-doc-file-php for reading a pdf, for creating a pdf I would use tcpdf, its the best free one I have used although with all the font files its a large library.