39
votes
38answers
6k 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. Thanks.
19
votes
12answers
1k views
Programming texts and reference material for my Kindle DX, creating the ultimate reference device?
(Revisiting this topic with the release of the Kindle DX)
Having owned both generation Kindle readers and now getting a Kindle DX; I'm very excited for true PDF handling on an e-ink device!
An image …
19
votes
18answers
1k 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 …
18
votes
11answers
3k 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 …
15
votes
17answers
1k 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?
14
votes
14answers
1k views
Building PDF Files with C#
Does anyone have experience using the following libraries (or others) to build PDF files in C#? Which have you found to be the easiest and most straightforward? What I would like to do is push some …
13
votes
6answers
450 views
Are e-book readers good enough for tech books?
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 …
12
votes
9answers
1k views
Application (Not a Markup Language) for Producing a User Manual
Hi,
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 …
11
votes
14answers
2k 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 …
11
votes
7answers
3k 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.
10
votes
11answers
5k 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 …
9
votes
5answers
679 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 …
8
votes
1answer
959 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 …
8
votes
2answers
2k views
How do I convert a PDF document to a preview image in PHP?
Our environment is a LAMP stack.
I'm wondering what libraries/extensions etc. would be required to convert a portion of a PDF document into an image file?
Most PHP PDF libraries that I have found …
7
votes
4answers
210 views
Pure python solution to convert XHTML to PDF
Hello,
I am after a pure Python solution (for the GAE) to convert webpages to pdf.
I had a look at reportlab but the documentation focuses on generating pdfs from scratch, rather than converting …
