Top "Pdf-generation" questions

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

How to Center Text in FPDF?

How can I have this generated text appear centered in the page. Generated = $_POST method ... so I don't know how …

php pdf-generation fpdf
Custom Fonts for DOMPDF

I'm Using DOM PDF 0.6.0 Beta 2. I want to use custom fonts (Fonts: 'Segeo Print', 'Lucida Handwriting','Airplanes in the Night …

php pdf-generation dompdf custom-font
How to generate multiple lines in PDF using Apache pdfbox

I am using Pdfbox to generate PDF files using Java. The problem is that when i add long text contents …

java pdf-generation pdfbox
Are there any Java PDF creation alternatives to iText?

I am trying to render about 100,000 - 80 column records through FOP and it tanks pretty much everytime (OutOfMemoryException). I know …

java pdf pdf-generation itext
How to do mail merge on top of a PDF?

I often get a PDF from our designer (built in Adobe InDesign) which is supposed to be sent out to …

pdf pdf-generation mailmerge adobe-indesign
TCPDF: How can I place an image into an HTML block?

I've been working with TCPDF for a few months now; off and on. It's worked fairly well for most of …

php pdf-generation tcpdf
How to write UTF-8 characters to a pdf file using itextsharp?

I have tried a lot on google but not able to find.. Any help is appreciated. Please find the code …

c# .net itext pdf-generation
How do I create a PDF file, including images and text, from Python?

I am looking for a way to create a sheet of labels, as a PDF file, from a Python program. …

python pdf pdf-generation document
How do you make a table like this with FPDF using PHP?

How do you make a table like this with FPDF using PHP? I can't seem to figure out how to …

php pdf-generation tcpdf fpdf
Best ways to convert XPS to PDF (and vice-versa)?

I have XPS documents being generated from XAML User Controls that act as templates. I want to convert the XPS …

wpf xaml pdf-generation xps xps-generation