Top "Pdf-generation" questions

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

How to repair a PDF file and embed missing fonts

I use pdftk to repair some failures in corrupted PDF files, but I faced another problem which is not fixed …

pdf fonts pdf-generation truetype pdftk
Print to PDF in a for loop

I want to loop over a plot and put the result of the plot in a PDF. The following code …

r pdf loops for-loop pdf-generation
Compress existing PDF using C# programming using freeware libraries

I have been searching a lot on Google about how to compress existing pdf (size). My problem is I can't …

c# pdf pdf-generation
Split each PDF page in two?

I have a large number of PDF files which have two slides to a page (for printing). The format is …

pdf layout pdf-generation split
TCPDF set different headers for different pages in one document

Is there a way to have a different header logo for the 1st page in a document and different for …

php pdf pdf-generation tcpdf
Why is there a left padding in a cell using FPDF in php?

I am printing a cell using the FPDF(http://www.fpdf.org/) class in php. The cell should be placed …

php pdf pdf-generation fpdf
How to apply bootstrap style in dompdf

I'm using bootstrap grid to display and i want that my client download it in pdf so for that i'm …

php jquery pdf-generation dompdf
DOMPDF problem with Cyrillic characters

I am using the DOMPDF library to create an invoice in PDF. This document can be in French, Russian or …

php pdf pdf-generation dompdf
How to calculate width and height of text in jspdf?

I'm facing some issues while creating tables in jspdf. I could not find any good related docs, but if anyone …

javascript pdf-generation jspdf
html2pdf page numbering

I have code like this: $html2pdf = new HTML2PDF('P','A4','en'); $html2pdf->WriteHTML($html); $html2…

php pdf-generation html2pdf page-numbering