Top "Pdf-generation" questions

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

Convert HTML + CSS to PDF

I have an HTML (not XHTML) document that renders fine in Firefox 3 and IE 7. It uses fairly basic CSS to …

php html css pdf pdf-generation
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 …

javascript pdf pdf-generation
Best C# API to create PDF

Can you recomend any PDF API for C#. Free is the best, but I don't mind paying for it.

c# .net api pdf-generation
How to convert HTML to PDF using iTextSharp

I want to convert the below HTML to PDF using iTextSharp but don't know where to start: <style> .…

c# pdf-generation itextsharp xmlworker
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 …

java html pdf pdf-generation
What are the minimum margins most printers can handle?

Im creating pdfs server side with lots of graphics so maximizing real estate is a must but at the same …

pdf-generation printing
Which one is the best PDF-API for PHP?

Which one of these is the best PDF-API for PHP? ApacheFOP dompdf FPDF html2ps mPDF PDFlib TCPDF wkhtmltopdf Zend_…

php pdf pdf-generation
HTML to PDF with Node.js

I'm looking to create a printable pdf version of my website webpages. Something like express.render() only render the page …

node.js express pdf-generation
Convert Word doc, docx and Excel xls, xlsx to PDF with PHP

I am looking for a way to convert Word and Excel files to PDF using PHP. The reason for this, …

php excel ms-word pdf-generation
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. …

excel vba pdf pdf-generation export-to-pdf