Top "Pdf-generation" questions

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

How to fill column background color for pdfmake with fillColor?

Is there any option to fill column background color with fillColor: '#dedede' ? fillColor works in tablecell very well at …

javascript pdf pdf-generation pdfmake
How do I draw graphics to PDF using iText?

I am trying to complete an example that draws graphics and writes them to PDF, but I keep getting errors …

java spring-mvc pdf-generation itext graphics2d
How to use the browser's (chrome/firefox) HTML/CSS/JS rendering engine to produce PDF?

There are nice projects that generate pdf from html/css/js files http://wkhtmltopdf.org/ (open source) https://code.google.…

java html google-chrome pdf pdf-generation
How to embed external pdf/txt file into another using XSL-FO?

Is it possible to embed an external PDF or TEXT document into a master PDF by using XSL-FO/XSLT? I …

xslt pdf pdf-generation xsl-fo
Reportlab: How to add a footer to a pdf file

I already asked this question but there's no answer yet, so I want to take a look at Reportlab which …

python python-2.7 pdf pdf-generation reportlab
Convert XPS to PDF in WPF C# application

I need to convert an XPS file I create with my application to a PDF file, what is the best …

c# pdf pdf-generation xps
Adding a new page in PDF using itext 7

I'm trying to create a PDF Document using iText 7 with below code and my PDF documents contents are overlapping in …

java pdf-generation itext7
ReportLab: How to align a textobject?

I have the following ReportLab code: t = c.beginText() t.setFont('Arial', 25) t.setCharSpace(3) t.setTextOrigin(159,782) t.textLine("Some string") …

python pdf pdf-generation reportlab
Drop caps in pdfLaTeX

I want to find a way to produce drop caps (large initial letters several lines high) in pdfLaTeX. I know …

pdf latex pdf-generation typography
Export SVG elements to PDF?

I have a visualization generated by d3 (a javascript visualization library similar to Protovis or Raphael, which draws stuff using …

pdf svg pdf-generation raphael d3.js