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 …
7
votes
2answers
1k 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?
5
votes
9answers
3k views
Which is the best PDF library for PHP?
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 …
5
votes
8answers
2k views
XML to DOC to PDF
what is the easiest(and fastest) way to perform this kind of transformation: "Data in XML" to "Some MS Word 2003 Supported format" to PDF using Java?
My first guess was to fill the template with XML …
4
votes
8answers
257 views
Best pdf generator in PHP , mpdf or fpdf?
hi all, Which is th best pdf generator for php,
i know some opensources libs mpdf and fpdf..
Thanx in advance
4
votes
4answers
139 views
Can I generate a PDF file in Perl using Hebrew and English text?
Do you know if Perl's PDF::API2 module can generate documents with both English and Hebrew text? I have searched for a while and cannot seem to find how to handle right-to-left language text.
…
4
votes
6answers
444 views
html to pdf (not pdf to html) in php
I am a php web developer and in my one project i need to convert some html document (of 30 to 50 pages) into pdf .
For this I got following some solutions, among them some are php libraries and some …
4
votes
1answer
100 views
.NET WinForms Editor Control that supports RTL\Hebrew and export to OOXML\PDF?
I'm interested in replacing an aging control we use in our project that is a simple HTML WYSIWYG editor.
The main requirements i'm looking for are as follows:
1) Support for RTL/Hebrew input.
2) …
4
votes
11answers
681 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 …
4
votes
12answers
917 views
How best to write documentation (ideally in latex) targeting both the web (html) and paper (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 …
4
votes
4answers
624 views
Export HTML to PDF (C++, Windows)
I am looking for a redistributable component to convert HTML to PDF.
I would - at the moment - like to avoid using a "PDF printer", as this requires a printer installation and some user "playing …
4
votes
3answers
573 views
Can anyone recommend a decent FOSS PDF generator for Python?
I need a basic pdf generator that'll let me toss some images and text into a pdf file. The ability to have some basic drawing commands (lines and so forth) would also be a plus.
I did read through …
4
votes
10answers
554 views
PDF generation from XHTML in a LAMP environment
Hi,
Can anyone recommend a good server-side PDF generation tool that would work in a Linux environment. I want easy as possible, pass it a XHTML file (with images) and have it generate a PDF from the …
3
votes
2answers
125 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, …
3
votes
6answers
226 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. …
