Portable Document Format (PDF) is an open standard for document exchange created by Adobe Systems.

learn more… | top users | synonyms

122
votes
18answers
86k views

Convert HTML + CSS to PDF with PHP?

Ok, I'm now banging my head against a brick wall with this one. I have an HTML (not XHTML) document that renders fine in Firefox 3 and IE 7. It uses fairly basic CSS to style it and renders fine in ...
109
votes
3answers
32k views

Fast and Lean PDF Viewer for iPhone / iPad / iOs - tips and hints?

There has been many Questions recently about drawing PDF's. Yes, you can render PDF's very easily with a UIWebView but this cant give the performance and functionality that you would expect from a ...
104
votes
45answers
33k views

How do I programmatically create a PDF in my .NET application?

Please recommend a good library for programmatically creating PDF documents in .NET applications.
95
votes
19answers
146k views

Best Way to Embed PDF in HTML

What is the Best Way to Embed PDF in HTML? iFrame? Object? Embed? Adobe pronounces itself about it? Supose that the PDF was generated on the fly, so it can't be uploaded to a thrid-party ...
92
votes
2answers
35k views

Proper MIME type for PDF files

When working with PDFs, I've run across the MIME types 'application/pdf' and 'application/x-pdf' among others. Is there a difference between these two types, and if so what is it? Is one preferred ...
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 ...
67
votes
21answers
12k views

List of HTML to PDF converters [closed]

I know there are quite a lot of questions on this topic (1, 2, 3, 4, lots), but there doesn't seem to be a good comprehensive community wiki rundown of HTML to PDF engines. Please stick to one ...
62
votes
13answers
108k views

How to convert chm to pdf [closed]

I have two types of document: CHM and PDF, but I'd rather like it if they all were in PDF format. I am looking for some good way to change it. Has anyone good ideas? I'll appreciate it. Update: ...
62
votes
21answers
54k views

Convert HTML to PDF in .NET

I want to generate PDF by passing HTML contents to a function. I have made use of ItextSharp for this but it does not perform well when it encounters Table and the layout just gets messy. Is there ...
44
votes
12answers
22k views

Python module for converting PDF to text

Is there any python module to convert PDF files into text? I tried one piece of code found in Activestate which uses pypdf but the text generated had no space between and was of no use.
39
votes
18answers
3k views

Writing a book and targeting PDF and HTML

I have an idea for a combination book and web app to help newbies learn computer programming from the ground up, and while I'm working on the web app side of it, I've been thinking in the back of my ...
37
votes
26answers
5k views

PDF Libraries

Can you guys list available PDF libraries to manipulate PDF files? Is it freeware or open-source? What language(s) it is available for? What is it good for?
36
votes
14answers
39k views

How to compare two PDF files?

I need to compare large count of PDF files for it optical content. Because the PDF files was created on different platforms and with different versions of the software there are structural ...
35
votes
4answers
18k views

How do I convert a PDF document to a preview image in PHP?

What libraries, extensions etc. would be required to render a portion of a PDF document to an image file? Most PHP PDF libraries that I have found center around creating PDF documents, but is there a ...
32
votes
1answer
8k views

extracting pdf text in objective c

up to this point, i had not found a solution that would work well to extract text from a pdf in objective c for use on the iphone. i found some standard c code and modified it to work, and thought i ...
31
votes
15answers
6k views

Building PDF Files from HTML with C#

I would like to push some HTML into a library and have it spit out a PDF. Does anyone have experience using the following libraries (or others) to build PDF files in C#? Which have you found to be ...
29
votes
3answers
10k views

Get PDF hyperlinks on iOS with Quartz

I've spent all day trying to get hyperlinks metadata from PDFs in my iPad application. The CGPDF* APIs are a true nightmare, and the only piece of information I've found on the net about all this is ...
28
votes
10answers
3k views

Application (Not a Markup Language) for Producing a User Manual

Can anyone recommend a program to create user manuals with? Not a markup language (like LaTeX or DocBook) but more something interactive like Scribus. As I'm not the only one that will update the ...
28
votes
5answers
27k views

Open source PDF library for C/C++ application?

I want to be able to generate PDF ouput from my (native) C++ Windows application. Are there any free/open source libraries available to do this? I looked at the answers to this question, but they ...
27
votes
12answers
3k views

PHP PDF template library with PDF output?

Is there any PHP PDF library that can replace placeholder variables in an existing PDF, ODT or DOCX document, and generate a PDF file as the end result, without screwing up the layout? Requirements: ...
27
votes
3answers
12k views

Asp.Net MVC how to get view to generate PDF

I would like to call an action on a controller. Have the controller get the data from the model. The view then runs and generates a PDF. The only example I have found is in an article by Lou ...
25
votes
13answers
11k views

PDF parsing library for Android?

I'm looking for a fast PDF library, even commercial is okay. Problem of opensource java PDF renderers that they are based on awt/swing which is not available on Android, so this need to be adopted to ...
25
votes
13answers
10k views

Creating pdf files at runtime in c#

Is there a pdf library attached/that can be attached to .NET 3.5 that allows creation of pdf files at runtime i.e opening a new pdf file, writing to it line by line, embedding images, etc and closing ...
24
votes
8answers
20k views

How do I convert Word files to PDF programmatically?

I have found several open-source/freeware programs that allow you to convert .doc files to .pdf files, but they're all of the application/printer driver variety, with no SDK attached. I have found ...
22
votes
9answers
20k views

Firefox Links to local or network pages do not work

I have a .asp application where image files (.PDF) are stored in a directory (fed by a copier/scanner). The created file names are stored in a database table, When a query is launched from the web ...
22
votes
16answers
11k views

“name” web pdf for better default save filename in Acrobat?

My app generates PDFs for user consumption. The "Content-Disposition" http header is set as mentioned here. This is set to "inline; filename=foo.pdf", which should be enough for Acrobat to give ...
22
votes
9answers
17k views

PDF Editing in PHP?

Does anyone know of a good method for editing PDFs in PHP? Preferably open-source/zero-license cost methods. :) I am thinking along the lines of opening a PDF file, replacing text in the PDF and then ...
21
votes
1answer
19k views

How to render PDF in Android

In my application I will receive a byte stream and convert it to a pdf file in the phone memory. How do I render that to a pdf? And show it on an activity?
21
votes
12answers
8k views

Rails: Convert HTML to PDF?

What is the best and easiest way of taking HTML and converting it into a PDF, similar to use CFDOCUMENT on ColdFusion? UPDATE: I really appreciate all the comments and suggestions that people have ...
21
votes
20answers
11k views

Printing a PDF from a .NET Service

It's the "printing question guy" again. Looking for a third-party solution to print PDFs, preferable from a service. I have seen some arguments against it, but due to our use case, this really is ...
20
votes
2answers
4k views

iPhone, CGPDFDocument - PDF links

I'm trying to write a simple PDF viewer using CGPDFDocument, based on QuartzDemo. There is common rendering: -(void)drawInContext:(CGContextRef)context { // PDF page drawing expects a ...
20
votes
3answers
2k views

How do I know if PDF pages are color or black-and-white?

Given a set of PDF files among which some pages are color and the remaining are black & white, is there any program to find out among the given pages which are color and which are black & ...
20
votes
6answers
2k views

What are the relative merits of pdflatex?

Not sure this is a programming question, but we use LaTeX for all our API documentation and user documentation, so I hope it will go through. Can someone please explain what are the relative merits ...
20
votes
14answers
21k views

Best way to convert pdf files to tiff files

I have around 1000 pdf filesand I need to convert them to 300 dpi tiff files. What is the best way to do this? If there is an SDK or something or a tool that can be scripted that would be ideal.
19
votes
2answers
4k views

pdf file text reading and searching

I want to read text from pdf file and search text into pdf file. here the link that i know. none of this help me out. Getting text position while parsing pdf with Quartz 2D HIghlighting the text ...
19
votes
5answers
9k views

iTextSharp - Sending in-memory pdf in an email attachment

I've asked a couple of questions here but am still having issues. I'd appreciate if you could tell me what I am doing wrong in my code. I run the code above from a ASP.Net page and get "Cannot Access ...
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
18
votes
7answers
25k views

Can't display PDF from HTTPS in IE 8 (on 64-bit Vista)

I have a home-grown HTTPS server that serves up simple files (it's embedded within my app). It works great -- been using it forever. Recently added SSL support -- Chrome, FireFox and IE all like it ...
18
votes
10answers
56k views

Using itext to convert HTML to PDF

Does anyone know if it is possible to convert a HTML page (url) to a PDF using itext? If the answer is 'no' than that is OK as well since I will stop wasting my time trying to work it out and just ...
17
votes
4answers
12k views

Display pdf within app on android?

I got very frustrated when I realized that android is not able to display pdfs (in a webview or whatever) out-of-the-box. So my question, are there any (os) jars or classes to display a pdf document ...
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 ...
16
votes
8answers
4k views

C++ libraries for rendering/rastering/RIPing PDFs

I'm looking for a (preferably LGPL'ed) PDF-rendering library that I can use on Mac OS X, Windows and Linux using C++. So far I found:(updated with content from answers below) Poppler GPL very easy ...
16
votes
5answers
7k views

Ruby: Reading PDF files

I'm looking for a fast and reliable way to read/parse large PDF files in Ruby (on Linux and OSX). Until now I've found the rather old and simple PDF-toolkit (a pdftotext-wrapper) and PDF-reader, ...
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 ...
15
votes
4answers
6k views

Ruby PDF-parsing gem/library

Any recommendations as to which is the best PDF-reading library/gem (free/open source of course) in Ruby? I found a list but want to tap peoples experience in filtering it. I mainly want to parse ...
15
votes
10answers
14k views

Programatically recognize text from scans in a PDF File

I have a PDF file, which contains data that we need to import into a database. The files seem to be pdf scans of printed alphanumeric text. Looks like 10 pt. Times New Roman. Are there any tools ...
15
votes
8answers
1k views

Are e-book readers good enough for tech books? [closed]

I was wondering if the current generation of e-book readers (like the Kindle, or Sony's Reader) are big/high-res enough that you can comfortably use them for large paper-size PDFs, like most ...
14
votes
9answers
801 views

How to create and read pdf files using C#?

How do I create and read the pdf file using C# programmatically?

1 2 3 4 5 128