Top "Pdf-generation" questions

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

iText: PdfTable cell vertical alignment

I'm trying to vertical align my headet cell text to be in the middle of the cell height. This is …

java pdf-generation itext vertical-alignment
How to create PDF file using iText or some other library on android?

How to create PDF file using iText or some other library on android? Is there any tutorial on iText for …

android pdf pdf-generation itext pdflib
Splitting a PDF with Ghostscript

I try to split a multipage PDF with Ghostscript, and I found the same solution on more sites and even …

pdf-generation ghostscript
FPDF error: Could not include font metric file

I have a app which was done by someone else and now i am asked to look into one issue. …

php pdf-generation fpdf
Google Co-laboratory notebook PDF download

Google Co-laboratory notebook doesn't have the "Download as" dropdown menu item in "File" menu like standalone Jupyter does. How to …

pdf-generation google-colaboratory
Best way to create/fill-in printed forms and pdfs?

We have a C# application that must print complex forms. Things like multi-page government compliance forms that must be in …

c# pdf adobe pdf-generation
Displaying headers and footers in a PDF generated by Rotativa

I'm trying to specify headers and footers in a PDF generated by Rotativa library. As the author answered here it …

c# asp.net-mvc-3 pdf-generation rotativa
fpdf alignment of cells

I'm trying to generate a PDF using fpdf and I'm having a small problem I need to have 2 cells, like …

php pdf-generation fpdf
How to programmatically convert SVG to PDF on Windows?

I'm looking to programmatically convert SVG to PDF documents on a server. What are my options for doing that on …

windows pdf pdf-generation svg
fpdf page break issue

I have this loop that prints 6 rows (multicell) for about 30 times. The issue is that when it reaches the bottom …

php pdf pdf-generation fpdf