Questions tagged [pdf-reader]

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

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

If possible, use more specific tags, e.g.:

267 questions
50
votes
3 answers

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 am not able to open it in webview directly. By default android does not support pdf. Is there any API that works on android(except MuPdf) ?? My device…
MAC
  • 15,799
  • 8
  • 54
  • 95
24
votes
3 answers

How to display a PDF in Objective-C?

How to read and display PDF in Objective-C?
meoden8x
  • 273
  • 1
  • 2
  • 3
18
votes
1 answer

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 anyone guide me to some good tutorials for paving the way to start this development? I guess I need to clear some pdf basics and start…
JaVadid
  • 7,107
  • 13
  • 42
  • 54
14
votes
2 answers

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 setting current page (like Adobe #page=10) or a supporting library like PDFObject for doing these?
Ebrahim Byagowi
  • 10,338
  • 4
  • 70
  • 81
13
votes
8 answers

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 am getting this exception: Exception in thread "Main Thread" java.lang.NoClassDefFoundError:org/bouncycastle/asn1/ASN1OctetString But when…
tusharagrawa
  • 371
  • 2
  • 5
  • 20
12
votes
2 answers

Displaying PDF files with python3

I want to write a python3/PyGTK3 application that displays PDF files and I was not able to find a python package that allows me to do that. There is pypoppler, but it looks outdated (?) and does not seem to support python3 (?) Do you have any…
Fabian Henze
  • 980
  • 1
  • 10
  • 27
10
votes
0 answers

Same table is extracted twice from a pdf by Camelot-py

I am trying to extract tables from a multiple page PDF file using camelot-py v0.7.3. So far it has been the best pdf reader tool for me. I just needed to read pdf line by line and detect table manually. I tried many other tools such as tabula,…
mk09
  • 313
  • 2
  • 9
8
votes
2 answers

Python - ReportLab and PyPDF edit PDF Issue

I am trying to edit an existing pdf file using PyPDF and ReportLab. When I try to position the red circle and red text, it appears to be hiding behind a white container or something. If I position it anywhere else, it works fine. What is causing…
zachjohn987
  • 103
  • 7
6
votes
1 answer

Itext 7 - PdfReader is not opened with owner password Error

I am using This example for the latest Itext7 to fill in a document and I am getting this error: iText.Kernel.Crypto.BadPasswordException: PdfReader is not opened with owner password So I looked around the net I found that some people found…
Ahmad
  • 315
  • 4
  • 14
5
votes
1 answer

ReportLab and pdfrw: Importing Scanned PDF

Using the code below, I am trying to import a pdf page into an existing canvas object and save to PDF. This usually works just fine, but I noticed that when I try it with a PDF generated from a scanned document, it results in a blank page. Any…
Dance Party
  • 3,459
  • 10
  • 42
  • 67
5
votes
0 answers

PDF does not contain EOF marker (PDF::Reader::MalformedPDFError) with pdf-reader

I am using ‘pdf-reader’ gem to read raw contents of pdf documents so I can post (http-post) them to an API. To confirm the API implementation can create a valid pdf document from the raw content, I wrote a small gist to validate my code to read the…
Som Poddar
  • 1,428
  • 1
  • 15
  • 22
4
votes
2 answers

Read or open a PDF file using iText in android

i am new to android application development. using iText i had done the PDF creation n write on that created file now i want to read that PDF file. how to open or read a PDF file using iText. Examples will be appreciable.. thenx in…
Wolverine
  • 481
  • 2
  • 10
  • 23
4
votes
2 answers

File content search c#

I'm trying to implement this feature in my application. Just like in windows, I type into the search box and if the File contents is checked in the settings, than no matter its a text file or pdf/word file, the search returns me the file that…
StackUseR
  • 884
  • 1
  • 11
  • 40
4
votes
1 answer

How to read PDF files which are in asian languages (Chinese, Japanese, Thai, etc.) and store in a string in python

I am using PyPDF2 to read PDF files in python. While it works well for languages in English and European languages (with alphabets in english), the library fails to read Asian languages like Japanese and Chinese. I tried encode('utf-8'),…
4
votes
1 answer

How To Extract Data From PDF In Python Using PDFrw

I am trying to use PDFrw to get data from a certain PDF (Let's say the one at the top right of the page HERE). I am using PDFrw to do this. I have looked through the documentation that they provide (I couldn't find much) and looked at the example…
Nick
  • 181
  • 1
  • 17
1
2 3
17 18