Top "Pdf-generation" questions

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

XSL-FO when setting table-cell background it overwrites / overlaps table borders

I am having an issue and have not found a solution/workaround (although there are similar questions that have been …

pdf-generation xsl-fo apache-fop
wkhtmltopdf automatic page breaks

I'm using wkhtmltopdf v0.11.0 rc1 in a Rails application through wicked_pdf (I know wicked_pdf does not support the …

ruby-on-rails pdf pdf-generation wkhtmltopdf wicked-pdf
How to dynamically generate a pdf from Google's appengine?

I'd like to create an application that would run on Google's appengine. However, this application needs to be able to …

google-app-engine pdf-generation
MigraDoc C# Align left and right on same line

I have a table with a cell where i want two texts, the first, aligned on left and the second …

c# pdf pdf-generation pdfsharp migradoc
How to save pdf file inside the public folder using wicked_pdf

Right Now i am using Rails 3.0.0.i already installed the gem wicked_pdf.Now to want to save the pdf …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-3.1 pdf-generation wicked-pdf
Tracking Code Into a PDF or PostScript File

Is there a way to track when a PDF is opened? Perhaps by embedding some script into the pdf itself? …

pdf pdf-generation tracking postscript
How to fill out a pdf file programatically?

What techniques available to fill a pdf form automatically using external data and save them. I have to use data …

pdf pdf-generation pdf-form
Merging two a5 pages into a singe a4 page (without using pdfnup)

I am using Dompdf to generate A5 pdf documents from a html template and Pdfnup (Part of Pdfjam) to combine …

pdf-generation ghostscript dompdf pdftk
pdfmake API? Is there a list of styles, fonts, capabilities?

I'm using pdfmake. I want to format a document and they have good examples on github and in their playground …

css html pdf-generation pdfmake
Convert PDF to UIImage

func drawOnPDF(path: String) { // Get existing Pdf reference let pdf = CGPDFDocumentCreateWithURL(NSURL(fileURLWithPath: path)) // Get page count of pdf, so …

ios swift pdf-generation uigraphicscontext