PDF generation is the process of creating a PDF document using various tools or libraries.
39
votes
4answers
44k 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 ...
37
votes
11answers
21k 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 ...
48
votes
4answers
38k 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 ...
12
votes
8answers
24k 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 ...
35
votes
11answers
61k 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
25
votes
9answers
20k 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:
...
8
votes
8answers
21k views
Directly convert .aspx to .pdf [closed]
A project I am working on requires me to build a report that is output in both HTML (.aspx) and as a PDF. Is there a solution available that allows me to feed the output of an .aspx page to a PDF ...
20
votes
7answers
9k 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 ...
33
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 ...
7
votes
11answers
3k views
Generation PDF from HTML (component for .NET)
Can you please point me to open source or a reasonably priced comercial product capable of generating PDF from HTML?
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
13k 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
26
votes
10answers
25k 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 ...
0
votes
4answers
8k views
Errors on creating a multipage PDF
Has anyone already created a PDF document in an iPad app? I see that there are new functions in the UIKit to do this, but I can't find any code example for it.
BOOL UIGraphicsBeginPDFContextToFile (
...
4
votes
2answers
8k views
Header in PDF page using DOMPDF in PHP
I am creating a PDF file using DOMPDF. I have a big content to extract in PDF, we need some header in all the pages. So can anyone telme how to add a header and footer in the PDF so that the header ...
11
votes
8answers
25k 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 ...
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 ...
10
votes
4answers
14k 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 ...
0
votes
1answer
166 views
How to save created PDF in document folder and merge in iOS
Updated I am able to create single PDF page of photo captured with comment in iPHone. On button click I am generating one single PDF page every time and I want those PDF page in single PDF bunch. I am ...
3
votes
1answer
2k views
HTML2PDF in PHP - convert utilities & scripts - examples & demos
I have a quite complicated HTML/CSS layout which I would like to convert to PDF on my server. I already have tryed DOMPDF, unfortunately it did not convert the HTML with correct layout. I have ...
32
votes
6answers
15k 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 ...
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?
12
votes
6answers
18k 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
1answer
2k views
Is there any way to generate PDF file from a XML/HTML template in iOs
I am creating an iPad application, in that i have to use different PDF forms. I got some methods to generate PDF files through code using Quartz2D. But I have to write entire forms through code. I may ...
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 ...
4
votes
2answers
6k views
How to create pdf files on android
Can't find any library to create pdf files on Android. Can any one help me?
4
votes
3answers
6k views
iTextSharp creation of a pdf from a list of byte arrays
I've got a list of byte[] which i'd like to concatenate into one byte[] which will be the final PDf.
On the "page = copy.GetImportedPage(new PdfReader(p), i); " i'm getting an "object reference not ...
3
votes
2answers
3k views
Delphi convert doc to pdf using Word ActiveX
Did anyone already wrote code for converting doc or docx to pdf using Word 2007 or Word 2010 pdf export capabilities?
3
votes
8answers
14k views
Html to pdf some characters are missing (itextsharp)
I want to export gridview to pdf by using itextsharp library.But problem is some turkish characters such as İ,ı,Ş,ş etc... are missing in the pdf document.Code used to export pdf is ;
protected ...
1
vote
2answers
4k views
excel save multiple sheets to pdf
I have a reporting spreadsheet that grabs some data from a database and forms three sheets of summary report information. I want to run the spreadsheet automatically from the command line, and have it ...
-2
votes
2answers
437 views
PHP HTML to PDF conversion proportionally [closed]
I am building a Web2Print website using PHP, MySQL and jQuery.The main concept of the website is the end users can create a HTML template by adding text, images, dragging, resizing etc dynamically and ...
120
votes
15answers
45k 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 ...
8
votes
3answers
5k views
Generating a PDF using the new printing stuff in iOS 4.2
Historically, my app has generated confirmations as plain HTML and passed that HTML to the normal MFMailComposeViewController for emailing to the customer. I wanted to try to leverage the new ...
9
votes
3answers
12k 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, ...
7
votes
3answers
16k views
How to render an ASP.NET MVC View in PDF format
I'm working with ExpertPDF's Html-to-PDF conversion utility for this question (although I'm open to other libraries if there's sufficient documentation).
In short, I have a view that is formatted a ...
7
votes
4answers
16k views
Maintain CSS styling when converting HTML to PDF in ASP.NET
I am using ITextSharp to convert a HTML page to PDF.
However, ITextSharp prints the CSS in the STYLE declaration straight out, ignores stylesheets even when added programatically and only listens to ...
10
votes
10answers
11k 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 ...
7
votes
4answers
2k views
problem implementing wicked pdf on heroku
I am using this guide for integrating wicked_pdf on heroku. But somehow it doesn't seem to work. I got the logs from heroku and its says this:
Processing PdfController#get_pdf to pdf (for ...
18
votes
4answers
16k 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.
6
votes
1answer
6k views
iTextSharp Password Protected PDF
The following question and answer on StackOverflow show how to generate a PDF that cannot be opened without the appropriate password.
Password protected PDF using C#
I would like to use this ...
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 = ...
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 ...
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 ...
15
votes
5answers
984 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 ...
5
votes
3answers
4k views
Embedding SVG in PDF (exporting SVG to PDF using JS)
The starting points: I don't have a server that can provide anything but static files. And I have an SVG element (dynamically created) in my <body> that I want to export to a vector format, ...
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 ...
5
votes
6answers
2k views
Fastest PDF generation in PHP?
I'm attempting to generate some reports dynamically, very simple HTML tables with borders.
I've tried TCPDF and it renders up to 400 rows just fine but anything more than that (about 20 pages) it ...
2
votes
7answers
3k views
HTML to PDF Converters for .NET
I am in search of a FREE HTML to PDF converter for .NET which preferably takes an HTML page and renders it into a PDF document.
The HTML page (when printed) will most often be more than one page. I ...
2
votes
4answers
4k views
Need to merge multiple pdf's into a single PDF with Table Of Contents sections
Will have 50-100 single PDF's that we'll be generating with a php script. PDF's are generally grouped into groups of 10-20. Each group needs to have it's own Table of Contents or Index, and then there ...
-2
votes
3answers
850 views
Android : how to open pdf file from server in android [closed]
I'm new to android programming and I'm developing an application in android to open a PDF file from a server in my app. I've no idea about that. So please help me. How i can do this?
Thanks in ...
