Top "Pdf-generation" questions

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

How do I walk through tree of Pdf Objects in PDFSharp?

I am trying to to walk though the tree of PdfItem objects in an existing PDF document using PDFSharp in …

c# pdf pdf-generation pdfsharp
Python configure pdfkit on windows

I started to learn python recently and I want to convert existing html file to pdf file. It is very …

python windows pdf-generation wkhtmltopdf python-pdfkit
Merging PDF files with PHP/FPDI

i am trying to merge two files using FPDI the error i get is:'TCPDF ERROR: File is encrypted!', …

php pdf pdf-generation fpdi
How best to write documentation targeting both HTML and PDF?

Latex-to-html converters I've seen in the past have been pretty awful. Editing raw html is no fun and doesn't seem …

html pdf documentation latex pdf-generation
PDFSharp: Measuring height of long text with word wrap

PDFSharp supports automatic text wrapping when drawing long text portions: textFormatter.DrawString(text, font, XBrushes.Black, new XRect(x, y, …

c# pdf pdf-generation pdfsharp
How can I right align text with Zend_PDF?

I am working with Zend_PDF. The only task I can't figure out by myself is to align my texts …

zend-framework pdf pdf-generation zend-pdf
Android PdfDocument file size

I want to generate a PDF File from a View using the PdfDocument android class introduced in KitKat. I managed …

android pdf-generation filesize
Replace all font glyphs in a PDF by converting them to outline shapes

I am looking for a way to 'outline' all text/fonts in a PDF file, i.e. convert them to …

pdf fonts pdf-generation ghostscript mupdf
PDF Box generating blank images due to JBIG2 Images in it

Let me give you an overview of my project first. I have a pdf which I need to convert into …

pdf-generation pdfbox jbig2
Keep table in one piece MigraDoc / PDFsharp

I am using PDFsharp / MigraDoc to write tables and charts to PDF files. This worked great so far, however MigraDoc …

c# pdf pdf-generation pdfsharp migradoc