Using sphinx doc generator, I am trying to use .png images for the HTML builds of the documentation, and then I want to have the .svg images used for the PDF/LATEx builds.
I have a docx document file set up with formating and layout, which I saved as a PDF file. I want to use this pdf file as a template for creating new pdf files pre-filled with user data.
I\'m using ABCPdf get a pdf from a some HTML code. While I was developing everything worked great, now I install it in the server it is not working. It throw this exception
I have a need to create PDFs from HTML content with specific layouts. I have looked around quite a bit and the only options I could come up with worth any repute are SuperWebGoo and PDFSharp. PDFSharp
I\'m a newbie to SugarCRM development. In my project, I have to generate a pdf for one entity details(say Account details). On details page, I have added \"Print PDF\" button, upon clicking this butto
I need to convert an XPS file I create with my application to a PDF file, what is the best way to do so? I prefer this to be done from inside C# using a managed assembly.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m trying to understand Apple\'s example code for the ZoomingPDFViewer.Here are some questions that I have in my understanding of how it works in my mind.I\'m not really sure if I understand it corr
While it is of course possible to use BaseColor, by default, it offers very limited choices. I wonder how can i add my own custom color to the document?
I have to generate a huge PDF file that contains data from 200 strings and 4 tables. Is there any way to visually create开发者_Go百科 the PDF, and then fill the data from my strings in the right place