Top "Pdf-generation" questions

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

How to set a background color of a Table Cell using iText?

While it is of course possible to use BaseColor, by default, it offers very limited choices. I wonder how can …

java pdf itext pdf-generation
Puppeteer wait until page is completely loaded

I am working on creating PDF from web page. The application on which I am working is single page application. …

javascript pdf-generation puppeteer google-chrome-headless
Create new PDF from template with PHP

I have a docx document file set up with formating and layout, which I saved as a PDF file. I …

php pdf-generation html2pdf
gnuplot: unrecognized terminal option

Can anyone tell me why I get the "unrecognized terminal option" when having set output "out.pdf" Is there any …

pdf-generation gnuplot
Calling wkhtmltopdf to generate PDF from HTML

I'm attempting to create a PDF file from an HTML file. After looking around a little I've found: wkhtmltopdf to …

html asp.net pdf pdf-generation wkhtmltopdf
How to convert/save d3.js graph to pdf/jpeg

I'm working on a client-side/javascript function to save or convert an existing D3-SVG graph into a file. I've …

svg d3.js pdf-generation
Rails: Error running wkhtmltopdf -- (error while loading shared libraries)

When my app runs (or when I run from commandline) the wkhtmltopdf command I get the following error: (showing it …

ruby-on-rails pdf-generation wkhtmltopdf
How to render an ASP.NET MVC View in PDF format

I'm working with ExpertPDF's Html-to-PDF conversion utility for this question (although I'm open to other libraries if there's sufficient documentation). …

c# .net asp.net-mvc pdf pdf-generation
Save Open XML as PDF

As part of an investigation into enterprise level server side document generation I have come across Open XML. For those …

pdf-generation openxml
Embedding SVG in PDF (exporting SVG to PDF using JS)

The starting points: I don't have a server that can provide anything but static files. And I have an SVG …

javascript pdf svg pdf-generation