Top "Pdf-generation" questions

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

Compare these products for PDF generation with Java given requirements inside: iText, Apache PDFBox or FOP?

There were questions on that but not recently and technology must have gone ahead since then. Requirements: generating pdf documents …

java pdf pdf-generation itext apache-fop
Convert a PDF file to image

I wanted to convert PDF document into image. I was using Ghost4j. Problem: Ghost4J needs gsdll32.dll file …

java pdf pdf-generation pdfbox ghost4j
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 …

php pdf-generation dompdf
jsPDF can't get any styling to work

I'm new to using jsPDF but and for the life of me I can't get any css to apply to …

javascript css pdf-generation jspdf
"no module named PyPDF2" error

I use Spyder, with Python 2.7, on a windows 10. I was able to install the PyPDF2 package with a conda command …

python pdf-generation importerror
TCPDF UTF-8. Lithuanian symbols not showing up

Im using latest TCPDF version(5.9). But have some strange problems with encoding. I need Lithuanian language symbols like: ąčęėįšųūž. But get …

php pdf utf-8 pdf-generation tcpdf
Unicode in PDF

My program generates relatively simple PDF documents on request, but I'm having trouble with unicode characters, like kanji or odd …

pdf unicode utf-8 pdf-generation
Changing or eliminating Header & Footer in TCPDF

AddPage() in tcpdf automatically calls Header and Footer. How do I eliminate/override this?

php pdf-generation tcpdf
line break problem with MultiCell in FPDF

I am using java port of fpdf. I am encountering fowwlowing errors. 1).When i call multicell 2 times every time the …

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

asp.net pdf pdf-generation