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.

PDF Reader in .NET

I want to read PDF files from my .net application. Are there any free libraries available to do this?

c# .net pdf pdf-reader
Open source library for viewing or reading document within an Android app?

I'm looking for an open-source library for android (Jar), in which I can open documents or pdf files. I have …

android open-source document pdf-reader
PdfFileReader: PdfReadError: Could not find xref table at specified location

I am trying to read Pdf file in python through: from PyPDF2 import PdfFileReader, PdfFileWriter test_reader = PdfFileReader(file("test.…

pypdf pdf-reader