Tagged Questions

PDF generation is the process of creating an PDF document using various tools or libraries.

learn more… | top users | synonyms

74
votes
18answers
42k views

Which is the best PDF library for PHP? [closed]

I'm wondering which is the best PDF creation library for PHP, mainly for creating PDFs from scratch (not as much HTML to PDF)? I have worked with FPDF for quite a while now, but it's getting quite ...
72
votes
15answers
25k views

What is a 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 ...
20
votes
4answers
5k 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?
18
votes
12answers
23k 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
17
votes
7answers
6k 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 ...
15
votes
10answers
3k views

Converting HTML files to PDF

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 ...
15
votes
7answers
14k 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 ...
13
votes
1answer
247 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 ...
13
votes
4answers
5k 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 ...
13
votes
5answers
13k 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 ...
12
votes
5answers
429 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 ...
12
votes
1answer
4k views

Best commercial HTML-to-PDF C# component [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 ...
11
votes
3answers
543 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 = ...
11
votes
4answers
14k 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 ...
10
votes
4answers
2k 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.
10
votes
7answers
7k 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 ...
10
votes
5answers
5k 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 ...
9
votes
3answers
2k 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 ...
8
votes
2answers
525 views

how to improve the performance of purePDF?

I am using the Open source PurePDF library in my Flex AIR application. The problem is performance: It takes 100% CPU usage and too long to generate a PDF. I have done some analysis on it and find ...
8
votes
3answers
8k 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, ...
8
votes
10answers
908 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 ...
8
votes
7answers
2k 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 ...
8
votes
4answers
4k 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. The mechanics work ...
7
votes
7answers
400 views

.NET library for typesetting documents (PDF or similar)?

EDIT: Better explanation: Before setting a bounty for this question I want to state clearer what I need: I need .NET library for generating printable documents. Users should be able to print exactly ...
7
votes
3answers
742 views

Displaying values in FPDF

This is my code for generating pdf using FPDF in php. I want to display the semester, bill month and the billyear in the PDF file. I dont want to display the values in the table. I want to display at ...
7
votes
3answers
672 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 ...
7
votes
1answer
810 views

How to reduce size of BIRT generated PDF with background image?

It seems (at least that is our understanding of the issue at this point) that given a background image in BIRT, the PDF generation routine repeats the image information inside the PDF instead of ...
7
votes
3answers
4k views

Changing or eliminating Header & Footer in TCPDF

AddPage() in tcpdf automatically calls Header and Footer. How do I eliminate/override this?
7
votes
9answers
5k 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 ...
7
votes
8answers
7k 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: ...
7
votes
6answers
12k 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 ...
7
votes
12answers
3k 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 ...
7
votes
4answers
9k 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 ...
6
votes
4answers
792 views

Converting html to pdf in php?

I know that there is a lot of posts about this problem.But can someone help me to setup this http://www.rustyparts.com/pdf.php script to work on my localhost.I just spent all week on this problem.I ...
6
votes
2answers
867 views

How can I generate a PDF index from pdfLaTeX?

I often generate reports from pdfLaTeX using TeXworks, and would like to generate a document index, which will appear in the sidebar of a PDF viewer, (e.g. evince, Adobe Reader). Are there any ...
6
votes
4answers
7k 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 ...
6
votes
3answers
251 views

Multiple XMLs to PDF: best approach

I have some XML files which are used to generate my webpages, however I need to be able to allow the user to select a number of pages then combine them into one PDF. This PDF needs to have different ...
6
votes
3answers
230 views

Is there a programmatic way to transform a sequence of image files into a PDF?

I have a sequence of JPG images. Each of the scans is already cropped to the exact size of one page. They are sequential pages of a valuable and out of print book. The publishing application requires ...
6
votes
3answers
1k views

Is it possible to convert a Microsoft Word document to PDF with ColdFusion?

The above question says it all. I know you can create a PDF from an image file or HTML in ColdFusion 8 using CFPDF, but I'm wondering if it's possible to create a PDF from a MS Word document directly ...
6
votes
4answers
1k views

PDF Report generation

EDIT : I completed this project using ABCpdf. For anyone interested, I love this product and their support is A+. Everything I listed as a 'Con' for the HTML -> PDF solution was easily doable in ...
6
votes
4answers
1k views

Are there any credible alternatives to iText for programmatic PDF generation within Java?

Anyone come across anything else that is similar or close in quality/features? Cheers.
6
votes
2answers
332 views

Does a library exist to remove passwords from PDFs programmatically?

Does a library exist that will remove "owner" passwords from PDF documents so that the text can then be programmatically extracted from them? Something like PDF Technologies' Password Recovery tool, ...
6
votes
7answers
597 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. ...
6
votes
11answers
5k 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 ...
6
votes
4answers
9k views

Best ways to convert XPS to PDF (and vice-versa)?

I have XPS documents being generated from XAML User Controls that act as templates. I want to convert the XPS documents into alternative formats, mainly PDF, programmatically with a .NET based API. ...
6
votes
8answers
9k views

Converting HTML to PDF using PHP? [closed]

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 ...
6
votes
2answers
11k views

ImageMagick/Imagick convert PDF to JPG using native PHP API

I’m attempting to convert PDF files into PNGs. It works great from the command line (I do have GhostScript 8.64 installed). But from PHP I’m having a problem: code: $im = new Imagick($pdf_file); // ...
6
votes
9answers
3k views

Delphi PDF generation

We're using Fast Reports to create reports but we're not very happy with the quality of the PDFs it creates. I know we can plug in other PDF components instead of the one that comes with FastReports ...
6
votes
4answers
5k views

Drop caps in pdfLaTeX

I want to find a way to produce drop caps (large initial letters several lines high) in pdfLaTeX. I know that there is a dropping package which works well when used with latex + dvips. However, when ...
6
votes
1answer
5k 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 ...

1 2 3 4 5 27