Background info: I got a project to produce a customised PDF on the fly from a given PDF file using PHP. All I need it to do is to replace strings, e.g. search in \"template.pdf\" for \"{Address}\", r
how can I open a PDF file and read some of it\'s contents with Pytho开发者_StackOverflow社区n (this language is preferred, however Ruby, Perl or PHP are fine too) (in case it is recognized (not just a
This is a bit more of a fun question than a serious one, but how do开发者_Python百科es the Adobe PDF format make documents so...portable?
I am using a Java library called PDFBox trying to write text to a PDF. It works perfect for English text, but when i tried to write Russian text inside the PDF the letters appeared so strange. It seem
I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader.
I have a been trying to do a search feature in a PDF application. I read the Quartz 2d guide in iphone reference library. And so much has been said about the \"pdf operators\". It\'s by using them tha
I have a PDF generated by 3rd party system. Using PDF editor or els software I have modified it. Is it possible to detect if PDF file was modified, without original file?
When I try to run the following code: system(\"pdftk #{@@temp_file_path} output #{@@file_path} user_pw #{@@pass}\")
Are there any free tools that I can use to convert a PDF document into an XPS document?Although a nice programmatic API would be nice, I\'m not opposed to开发者_开发知识库 shelling out to a command li
This question already has answers here: Closed 10 years ago. Possible Duplicate: Convert HTML + CSS to PDF with PHP?