Top "Pdf-generation" questions

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

How do I intercept the output stream of the current actionresult in .NET MVC3?

Hi and thanks for looking! Background I am using the Rotativa pdf tool to read a view (html) into a …

c# asp.net-mvc pdf-generation rotativa
create pdf file using pdfkit in nodejs

I need to generate pdf file in using pdfkit in node.js: I have this code: doc = new PDFDocument; doc.…

node.js pdf pdf-generation pdfkit
Why doesn't border-collapse work in html2pdf?

I want to create a pdf with an html table like : So, I created this html : <table style="width: 100%; …

php html css pdf-generation html2pdf
How to improve display quality in pdf.js

I'm using open source library for PDF documents from mozilla(pdf.JS). When i'm trying to open pdf documents with …

pdf-generation mozilla pdf.js
Generate flattened PDF with Python

When I print a PDF from any of my source PDFs, the file size drops and removes the text boxes …

python pdf-generation reportlab pypdf
Prawn PDF table mixed formats

I am trying to generate a simple table in ruby with prawn pdf. I need some text in a cell …

ruby pdf pdf-generation prawn
Using python to convert PNG's into PDF's

I want to write a python script to convert PNG's into 2-page pdfs (i.e. 2 PNGs per PDF). The software …

python pdf-generation reportlab
ReportLab LayoutError: too large on page

I'm doing my first program using ReportLab where I don't know in advance where the page breaks will fall and …

python pdf-generation reportlab platypus
NonComVisibleBaseClass was detected; How do I fix this?

My class derives from System.Web.Security.MembershipUser I am getting this error when submitting the form. The popup form …

asp.net visual-studio pdf-generation membership-provider membershipuser
attach img file in pdf weasyprint

I need help with attaching img file in pdfs. We use the WeasyPrint lib for generating pdf from html. in …

python django pdf-generation weasyprint