Top "Pdf" questions

Portable Document Format (PDF) is an open standard for electronic document exchange maintained by the International Organization for Standardization (ISO).

Python PDF library

What Python PDF libraries are there? I need to make some PDF with many grids, and I'm looking for a …

python pdf pdf-generation
Pdf.js: rendering a pdf file using a base64 file source instead of url

I'm trying to render a page from a pdf with pdf.js Normally, using a url, I can do this: …

javascript pdf canvas base64 pdf.js
How to install wkhtmltopdf on a linux based (shared hosting) web server

I have tried in all ways to get wkhtmltopdf installed on our web server but unfortunately it is not getting …

pdf wkhtmltopdf
Generate PDF from Swagger API documentation

I have used the Swagger UI to display my REST webservices and hosted it on a server. However this service …

pdf swagger-ui
PDF Editing in PHP?

Does anyone know of a good method for editing PDFs in PHP? Preferably open-source/zero-license cost methods. :) I am thinking …

php pdf
How to display a pdf in a modal window?

I have a modal window, which contains an anchor text. When i click on this link, it must call a …

javascript jquery pdf modal-window
Convert PDF to PNG using ImageMagick

using ImageMagick, what command should i use to convert a PDF to PNG? I need highest quality, smallest file size. …

pdf pdf-generation imagemagick
Android open pdf file

I'm developing an Android application and I have to open some files. This is my code using intent: public class …

android file pdf android-manifest
Duplicate headers received from server

Duplicate headers received from server The response from the server contained duplicate headers. This problem is generally the result of …

google-chrome pdf http-headers
Open Source HTML to PDF Renderer with Full CSS Support

I asked about getting iTextSharp to render a PDF from HTML and a CSS sheet before here but it seems …

c# html css pdf pdf-generation