Top "Pdf" questions

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

How do I enable saving of filled-in fields on a PDF form?

Some PDF forms can be saved, including all filled-in field data: Some others can not be saved, and all filled-in …

pdf save field pdf-form
correct PHP headers for pdf file download

I'm really struggling to get my application to open a pdf when the user clicks on a link. So far …

php pdf header
Print PDF directly from JavaScript

I am building a list of PDFs in HTML. In the list I'd like to include a download link and …

javascript pdf
How can I extract embedded fonts from a PDF as valid font files?

I'm aware of the pdftk.exe utility that can indicate which fonts are used by a PDF, and wether they …

pdf fonts ghostscript true-type-fonts embedded-fonts
Display PDF within web browser

How can I display a pdf within a web browser on an .html page?

html pdf browser
How to get rid of blank pages in PDF exported from SSRS

I have a two-page SSRS report. When I exported it to PDF it was taking 4 pages due to its width, …

pdf reporting-services ssrs-2008 ssrs-2008-r2 ssrs-2012
How to extract text from a PDF?

Can anyone recommend a library/API for extracting the text and images from a PDF? We need to be able …

pdf text ghostscript extraction text-extraction
How to render a PDF file in Android

Android does not have PDF support in its libraries. Is there any way to render PDF files in the Android …

java android pdf android-pdf-api
How do I convert a PDF document to a preview image in PHP?

What libraries, extensions etc. would be required to render a portion of a PDF document to an image file? Most …

php image pdf lamp
How to Display blob (.pdf) in an AngularJS app

I have been trying to display pdf file which I am getting as a blob from a $http.post response. …

angularjs pdf blob