I have a small web application based on asp.net 2010 that manages invoices. After the invoice is saved, it should automatically generate a pdf file.
My client has some web pages that have A tag links with onmousedown events on them. My tools are PHP, Linux, and the tools for PDF generation there like DomPDF and PHP PDF. Is there a way to put the l
If I build a PDF (pdf1) with an image(image1), pdf1 shows image1 as expected. If I then replace image1 with image2, in the site, and make a new pdf2, pdf2 shows the old image1, and that\'s my (cachin
In my web app, writen in django, I met the need to convert an html template in a pdf document. I decided to use Pisa and this is the incriminated code:
I\'m rendering a PDF file on my iPad using a graphics PDF context. The PDFs vary in size but may be up to 90 pages. I need a background image on each page but if I simply draw it the PDF file size wil
Is it possible to write some text in a PDF (more specifically a link), that will not be printed when sent to a printer, but only be shown in a screen reader?
I\'m trying to use PDFKit as middleware in a rails 3 app. I can use wkhtmltopdf from the command line just fine, but my app keeps throwing me this error
I have a C# WinForm app that (among other things) hosts an InfoPath FormControl to allow users to fill out some forms. The save method provided in the WinForm app, in addition to saving the form XML,
We use on our production server: Ubuntu 10 server edition. We need to create a document that includes text , images andtables in the contentand images in header and footer.
I\'m writing a CAD application that outputs PDF files using the Cairo graphics library. A lot of the unit testing does not require actually generating the PDF files, such as computing the expected bou