Top "Pdf-generation" questions

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

Converting HTML to PDF using iText

I am posting this question because many developers ask more or less the same question in different forms. I will …

html pdf itext pdf-generation xmlworker
Building table dynamically with PDFMake

I'm working with pdfmake to generate pdf with javascript. I'm trying to build a table dynamically but not works ,this …

javascript pdf-generation pdfmake
Most used approach to generate a PDF report (JavaScript, node.js)?

Can anyone who worked on something like this describe the general process? I'm very confused right now. By report I …

javascript node.js pdf-generation
Tables and charts using PDFsharp

I just started with a project that requires me to write to PDF file. After some googling I decided on …

c# charts pdf-generation pdfsharp
How could you dynamically create a pdf within wordpress?

I'm using a Contact Form 7 to have the users enter data, then based on their data entry, I need to …

wordpress pdf pdf-generation tcpdf fpdf
Generate PDF from Rails

The Ruby On Rails Wiki lists a couple of libraries that facilitate PDF generation in Rails. I need to print …

ruby-on-rails pdf pdf-generation
XSL-FO fop. Long text flows into adjacent cells/block, obscuring stuff there

Could anyone suggest me a way to make long words (like serial numbers) to be wrapped? I tried some commercial …

pdf-generation xsl-fo apache-fop
PDF Generation Library for Java

I know this has been asked before, but I'm still undecided on which PDF generation framework to use for my …

java pdf-generation jasper-reports itext apache-fop
What is the smallest possible valid PDF?

Out of simple curiosity, having seen the smallest GIF, what is the smallest possible valid PDF file?

pdf optimization pdf-generation
Create pdf from html in golang

How to create PDF files from an HTML input in Google Go? If it is not possible yet, are there …

pdf pdf-generation go