Top "Pdf-reader" questions

An application or API that understands and parses PDF syntax allowing the manipulation or inspection of the objects contained in the PDF.

How to read pdf in my android application?

I am making an application which require to open pdf. I also have some pdf in asset folder so i …

android pdf-reader
How to read the pdf file using selenium

I am working on web page over which there is a link, clicking on which it opens a pdf file …

java pdf selenium-webdriver download pdf-reader
How to check if a PDF is Password Protected or not

I am trying to use iText's PdfReader to check if a given PDF file is password protected or not, but …

java passwords itext file-permissions pdf-reader
Google Chrome PDF Viewer API?

Is there any API for interacting with Google Chrome PDF Viewer, pdfium? Like reading page number of current page or …

javascript google-chrome pdf-reader
how can we extract text from pdf using itextsharp with spaces?

I am using below method to extract pdf text line by line. But problem that, it is not reading spaces …

c# pdf extract extraction pdf-reader
PdfReader from MemoryStream()

Can anyone give me an example of how to get a PdfReader from a MemoryStream? I can see that the …

c# itext memorystream pdf-reader
How to read pdf file from document directory in iPhone?

Currently i am working in iPhone application, i have an pdf file in resource folder (Local pdf file) then i …

iphone ios multithreading nsdocumentdirectory pdf-reader
Extracting entire pdf data with python pdfminer

I am using pdfminer to extract data from pdf files using python. I would like to extract all the data …

python pdf-reader
Android PDF reader from scratch

I know it sounds ambitious but our client requires a PDF Reader of his own with some selected functionalities. Can …

android pdf pdf-reader