PDF generation is the process of creating a PDF document using various tools or libraries.
120
votes
15answers
43k views
Good PDF report generator tool for Python
What is a good tool for PDF report generation in Python? I've checked out ReportLab, but it seems to be awfully low-level for what I want to do. My current hunch is to call TeX on the command-line and ...
45
votes
4answers
37k views
iOS SDK - Programmatically generate a PDF file
Using the CoreGraphics framework is tedious work, in my honest opinion, when it comes to programmatically drawing a PDF file.
I would like to programmatically create a PDF, using various objects from ...
37
votes
4answers
42k views
Generating PDF files with Javascript
I'm trying to convert XML data into PDF files from a web page and I was hoping I could do this entirely within Javascript. I need to be able to draw text, images and simple shapes. I would love to be ...
34
votes
11answers
58k views
Best pdf generator in PHP , mpdf or fpdf? [closed]
Which is th best pdf generator for php,
i know some opensources libs mpdf and fpdf..
Thanx in advance
34
votes
11answers
20k views
Converting HTML files to PDF [closed]
I need to automatically generate a PDF file from an exisiting (X)HTML-document. The input files (reports) use a rather simple, table-based layout, so support for really fancy JavaScript/CSS stuff is ...
32
votes
1answer
12k views
Commercial HTML-to-PDF component for .Net [closed]
I have used the following PDF components:
iTextSharp
HtmlToPdf convert (http://www.html-to-pdf.net/)
Syncfusion Essential PDF
I like HtmlToPdf the most, but it cost me $550. I would have to ...
31
votes
5answers
14k views
html to pdf for a Django site
For my django powered site, I am looking for an easy solution to convert dynamic html pages (generated using django views and templates datas generated using GET forms) which also contains some graph ...
26
votes
10answers
24k views
Generate PDF from Rails
The Ruby On Rails Wiki lists a couple of libraries that facilitate PDF generation in Rails. I need to print out address labels (in letter format, thus 12-15 addresses per page) and cannot decide which ...
24
votes
9answers
19k views
Calling wkhtmltopdf to generate PDF from HTML
I'm attempting to create a PDF file from an HTML file. After looking around a little I've found: wkhtmltopdf to be perfect. I need to call this .exe from the ASP.NET server. I've attempted:
...
24
votes
4answers
8k views
How to dynamically generate a pdf from Google's appengine?
I'd like to create an application that would run on Google's appengine.
However, this application needs to be able to generate PDFs dynamically.
How could I do this?
23
votes
4answers
19k views
Python PDF library [closed]
what's the best Python PDF library ?
I need to make some PDF with many grid.
I'm looking for a library that allow to manage pages (multi-page): the library should calculate when the page is ended and ...
20
votes
7answers
8k views
Converting HTML to PDF (not PDF to HTML) using PHP
I am a PHP developer and in one of my projects, I need to convert some HTML documents (about 30 to 50 pages) into PDF documents.
My search has turned up the following possible solutions. Among them ...
20
votes
5answers
628 views
Tables in PDF with horizontal page breaks
Does someone know a (preferably open-source) PDF layout engine for Java, capable of rendering tables with horizontal page breaks? "Horizontal page breaking" is at least how the feature is named in ...
17
votes
5answers
8k views
django - pisa : adding images to PDF output
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 view / template into a PDF.
Is there an "easy" way to ...
16
votes
2answers
12k views
ITextSharp insert text to an existing pdf
The title sums it all.
I want to add a text to an existing PDF file using iTextSharp, however i can't find how to do it anywhere in the web...
PS: I cannot use PDF forms.
Thanks in advance
16
votes
5answers
10k views
Unicode in PDF
My program generates relatively simple PDF documents on request, but I'm having trouble with unicode characters, like kanji or odd math symbols. To write a normal string in PDF, you place it in ...
16
votes
4answers
14k views
Best C# API to create PDF [closed]
Can you recomend any PDF API for C#. Free is the best, but i dont mind paying for it.
16
votes
1answer
961 views
How to produce pdf files from QGraphicsScene with copyable text?
My code produces pdf by rendering QGraphicsScene content onto properly initialized QPrinter.
While dealing with application such text can be edited, copied into clipboard etc. How can I produce pdf ...
15
votes
5answers
5k views
How to generate PDF from markdown using pure ruby
I'm currently using Kramdown to generate HTML from Markdown in Ruby.
I know that I can generate a latex file using kramdown and convert it to pdf usaing a command line utility. But I want a pure ruby ...
15
votes
4answers
1k views
Cannot create PDF document with 400+ pages on iOS
I am using the following pseudocode to generate a PDF document:
CGContextRef context = CGPDFContextCreateWithURL(url, &rect, NULL);
for (int i = 1; i <= N; i++)
{
NSAutoreleasePool *pool = ...
14
votes
4answers
7k views
Merge PDF's with PDFTK with Bookmarks?
Using pdftk to merge multiple pdf's is working well. However, any easy way to make a bookmark for each pdf merged?
I don't see anything on the pdftk docs regarding this so I don't think it's ...
14
votes
5answers
935 views
How to unit test a Python function that draws PDF graphics?
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 ...
14
votes
14answers
4k views
How best to write documentation targeting both HTML and PDF?
Latex-to-html converters I've seen in the past have been pretty awful. Editing raw html is no fun and doesn't seem to translate well to the printed page. How do others solve this problem? Links to ...
13
votes
7answers
13k views
How to programmatically convert SVG to PDF on Windows?
I'm looking to programmatically convert SVG to PDF documents on a server. What are my options for doing that on Windows?
I've seen links to Inkscape, Batik, and svg2pdf, but I'm not sure if these can ...
12
votes
4answers
9k views
iTextSharp in version 4.1.6 (with previous licence conditions)
I have an old project that is using iTextSharp library for PDF generation. iTextSharp DLL is added as reference to the project. iTextSharp was originally available under the LGPL licence. Some time ...
12
votes
6answers
17k views
How to use wkhtmltopdf.exe in ASP.net
After 10 hours and trying 4 other HTML to PDF tools I'm about ready to explode.
wkhtmltopdf sounds like an excellent solution...the problem is that I can't execute a process with enough permissions ...
12
votes
5answers
12k views
Changing or eliminating Header & Footer in TCPDF
AddPage() in tcpdf automatically calls Header and Footer. How do I eliminate/override this?
11
votes
8answers
23k views
Converting HTML to PDF using PHP? [duplicate]
Possible Duplicate:
Convert HTML + CSS to PDF with PHP?
Is it possible to convert a HTML page to PDF using PHP, and if so, how can it be done?
Specifically, the page is an invoice ...
11
votes
10answers
12k views
Are there any Java PDF creation alternatives to iText?
I am trying to render about 100,000 - 80 column records through FOP and it tanks pretty much everytime (OutOfMemoryException). I know iText could handle that kind of load but I can't use it because of ...
11
votes
6answers
12k views
11
votes
8answers
24k views
Converting MS Word Documents to PDF in ASP.NET
Similar questions have been asked, but nothing exactly like mine, so here goes.
We have a collection of Microsoft Word documents on an ASP.NET web server with merge fields whose values are filled in ...
11
votes
6answers
3k views
What is the best way to generate pdf from c#?
We are looking at creating a custom PDF document for users using C#. The windows app will ask certain questions to the user. Based on the questionnaire responses certain sections are removed / added. ...
11
votes
8answers
30k views
How can I combine two PDF pages show up on the same page?
I am looking for a free tool that allows re-arranging pages of a PDF document and combining multiple pages per sheet. The first part (re-arranging) is easily solved by many tools (I use PyPDF).
The ...
11
votes
2answers
429 views
dompdf image overflow issue
I've got an issue with PDF generation currently my system is using dompdf to convert HTML to PDF this all works fine. However if the user inserts an image that is bigger than an A4 page the PDF screws ...
11
votes
1answer
943 views
Which PDF Generation API (Java) supports Gujarati Font?
I have tried iText, PDFBox & Oracle Forms. And I also succed in case of iText to generate Gujarati PDF Document. But, unfortunately it is not generating proper Font in Gujarati (UTF-8) language.
...
10
votes
2answers
7k views
pdf as an email attachment in iOS device [closed]
I would like to attach pdf created as an email attachment. I used following tutorial to create pdf on iOS device.
The downloaded pdf can be viewed at this path:
...
10
votes
9answers
10k views
TCPDF UTF-8 problem
Im using latest TCPDF version(5.9). But have some strange problems with encoding. I need Lithuanian language symbols like: ąčęėįšųūž. But get only few of it. Other remain like ?????
So what should I ...
10
votes
7answers
3k views
How to edit a pdf in the browser and save it to the server
Here are the requirements, the users needs to be able to view uploaded PDFs in the browser. They need to be able to add notes to the PDF and save the updated PDF to the server without having to save ...
10
votes
10answers
2k views
Creating something printable in C#
Just wondering if anyone could tell me of a simple way to create files for printing? At the moment I'm just scripting HTML, but I'm wondering if there isn't some easier way of doing it that would give ...
10
votes
7answers
12k views
PDF generation with Java: what to use iText, Apache PDFBox or FOP?
There were questions on that but not recently and technology must have gone ahead since then.
Requirements:
generating pdf documents based on predefined template (I can use either pdf forms or ...
10
votes
2answers
10k views
Password protected PDF using C#
I am creating a pdf document using C# code in my process. I need to protect the docuemnt
with some standard password like "123456" or some account number. I need to do this without
any reference ...
10
votes
3answers
3k views
HTML page to PDF converter in Ruby?
Is there available any gem or plugins to convert HTML page to PDF?.
10
votes
10answers
15k views
Silent Printing of PDF From Within Java
We are looking into silent printing of PDF documents from within Java. The printing will be invoked from the desktop and not through a browser so we cannot use JavaScript. PDF Renderer is an ...
10
votes
4answers
13k views
WPF to PDF
I have a WPF application and I want to be able to save the output of the application to a PDF document, the item I want to save can be a Visual a Drawing or a FixedDocument (I can create it as any of ...
10
votes
5answers
2k views
pdfkit does not style pdfs
I have a rails 3.1 app that creates pdf documents using pdfkit, and everything works as specified, except for the fact that the generated pdfs don't have any styling. I am assuming that wkhtmltopdf ...
9
votes
3answers
11k views
Show PDF in iPad using CGPDF APIs
I have learned Apple has release CGPDF APIs in SDK 3.2 for drawing PDF context.
What I understand from these APIs is that you can draw a PDF to a data object or a PDF file. You can then export it, ...
9
votes
4answers
467 views
Django/Python: generate pdf with the proper language
I use Pisa/xhtml2pdf in my Django apps to generate pdf from an HTML source. That is:
I generate the HTML file formatted with all 'printing' stuffs (e.g. page-breaks, header, footer, etc.)
I convert ...
9
votes
3answers
890 views
How to produce documents (docx or pdf) from SQL Server?
I know this is a little subjective, but I'm looking into the following situation:
I need to produce a number of documents automatically from data in a SQL Server database. There will be an MVC3 app ...
9
votes
5answers
4k views
Using “Microsoft Save as PDF” add-in programmatically without installing Word
The sample code in this article for creating a PDF from a Word doc works great if you have word installed on the machine.
http://msdn.microsoft.com/en-us/library/bb412305.aspx
I'm curious if it is ...
9
votes
3answers
2k views
Java PDF manipulation and rendering
I am hoping for this question to become a comprehensive guide to PDF manipulation and rendering in Java. I have a fairly comprehensive implementation by stitching together multiple open source ...

