pdf_text library

Classes

PDFDoc
Class representing a PDF document. In order to create a new PDFDoc instance, one of these static methods has to be used: PDFDoc.fromFile, PDFDoc.fromPath, PDFDoc.fromURL.
PDFDocInfo
Class representing the information of a PDF document. It needs not to be directly instantiated, instances will be automatically created by the PDFDoc class.
PDFPage
Class representing a PDF document page. It needs not to be directly instantiated, instances will be automatically created by the PDFDoc class.