I\'m planning to use Java iText library to generate Geospatial PDF (http://en.wikipedia.org/wiki/Geospatial_PDF).
I would like to add a page to an existing PDF document containing simple text. I have tried the following code that I found on the internet, but so far I haven\'t got it to work:
I am generating a crystal report and using a C# prog to break or "burst" the file in to individual pdf\'s (using this prog.... Crystal Reports "File Break")
I am looking for a good conversion tool which basically transforms my xsl-fo(Extensible Stylesheet Language 开发者_开发知识库Formatting Objects) document (ver XSLFO 1.1) to PDF.
I\'m trying to shrink and merge two A4 PDF pages into one A4 page so that if I had; __________ 开发者_StackOverflow中文版|
I\'m trying to build the code that will generate a single PDF from a bunch of images in Objective-C. Most of examples I\'ve seen so far don\'t really allow me to build the PDF, but only generating Coc
I\'m implementing a pdf generator in PHP I have problem with word spacing, the option doesn\'t work or i\'m not using word spacing parameter properly.
When I generate Doxygen documentation in PDF format, I get plenty of different files with a single diagram in each.
I am using reportlab PDF package with platypus to generate some PDF files. On linux server and on windows box I have the same python application, same version of reportlab package (although slightly d
I am using Dompdf to generate A5 pdf documents from a html template and Pdfnup (Part of Pdfjam) to combine them into a nice single A4 sheet, which helps saving some paper when printing :)