I\'m using a standard example from the web (http://www.20seven.org/journal/2008/11/pdf-generation-with-pisa-in-django.html) to convert a django 开发者_Python百科view / template into a PDF.
I am getting a NullReferenceException when the following code is executed.I have also noticed that the nested table appeared on a new page when I added in the code that wrote cells to the main table.I
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Is there a way to create an editable PDF programmatically?By editable, I mean you can click in a text area and type in your name, that kind of thing.
Im using DOMPDF over at http://dompdf.github.com/ I am struggling how to set the font for the entire page. In the template I have made I have the font set to Helvetica in the CSS but when it generate
I\'m using Symfony 1.4 and I have to create pdf file from Word/HTML with some fields added by user using form.
Is it possible to write a RESTful web servi开发者_运维技巧ce that will accept files from a client, convert those files to PDF files and then will send the result back to the client?
Need help in figuring out a tool which can convert a flash (.swf) chart to any image format to be later embedded to a pdf report. I am using R开发者_运维问答uby on Rails as the dev platform.
I am generating p开发者_运维百科df files using FOP. is used to include images. My requirement is to set the width and height of image relative to the page size.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.