Top "Pdf-generation" questions

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

How to append PDF pages using PyPDF2

Is anybody has experience merging two page of PDF file into one using python lib PyPDF2. When I try page1.…

python pdf pdf-generation pypdf
DOMPDF set font for entire page?

Im using DOMPDF over at http://dompdf.github.com/ I am struggling how to set the font for the entire …

pdf pdf-generation dompdf
iTextSharp in version 4.1.6 (with previous licence conditions)

I have an old project that is using iTextSharp library for PDF generation. iTextSharp DLL is added as reference to …

.net pdf pdf-generation itextsharp
How to calculate the string width in iText?

I am using iText to write a PDF. In some cases, I need to sign the PDF with the SetVisibleSignature …

pdf pdf-generation itext text-width
Best way to create PDF from XML XSLT in C#

I have a requirement to crate a PDF of XML Records. I think there is no way to directly create …

c# xml xslt pdf-generation xsl-fo
Applying watermarks on pdf files when users try to download the files

The solutions for my school's assignments all have waterstamps on the PDFs with our username on it. I was wondering …

php pdf pdf-generation watermark
FPDF error: Alpha channel not supported:

I am trying to generate PDF from HTML (output of a PHP file). I am using FPDF to generate the …

php html png pdf-generation fpdf
ASP.NET MVC FileStreamResult, fileDownloadName is not used

The following returns a PDF which the browser tries to directly display inline. This works correctly. However, if I try …

asp.net-mvc pdf-generation filestreamresult
Converting Twitter bootstrap page into PDF with wkhtmltopdf : span issue

I am using Symfony2 Bundle KnpSnappyBundle to convert an html twig template to a pdf. KnpSnappyBundle is base on Snappy …

html css twitter-bootstrap pdf-generation wkhtmltopdf
Convert doc to pdf using Apache POI

I am trying to convert doc to pdf using Apache POI, but the resulting pdf document contains only text, it …

java pdf pdf-generation apache-poi doc