🌐
GitHub
github.com › pmaupin › pdfrw
GitHub - pmaupin/pdfrw: pdfrw is a pure Python library that reads and writes PDFs · GitHub
Finally, since PdfDict instances are indexed by PdfName objects (which always start with a /) and since most (all?) standard Adobe PdfName objects use names formatted like "/CamelCase", it makes sense to allow access to dictionary elements via object attribute accesses as well as object index accesses.
Starred by 1.9K users
Forked by 277 users
Languages   Python 71.7% | Jupyter Notebook 28.3%
🌐
GitHub
github.com › maxpmaxp › pdfreader
GitHub - maxpmaxp/pdfreader: Python API for PDF documents
$ python setup.py install · Tutorial, real-life examples and documentation · pdfreader uses GitHub issues to keep track of bugs, feature requests, etc. pdfminer · pyPdf2 · xpdf · pdfbox · mupdf · Document management - Potable document format - PDF 1.7 · Adobe CMap and CIDFont Files Specification ·
Starred by 124 users
Forked by 28 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › adobe › pdfservices-python-sdk-samples
GitHub - adobe/pdfservices-python-sdk-samples: Adobe PDFServices python SDK Samples · GitHub
The sample classes illustrate how to perform PDF-related actions (such as converting to and from the PDF format) using the SDK. Please note that the Adobe PDF Services Python SDK supports only server side use cases.
Starred by 162 users
Forked by 52 users
Languages   HTML 73.4% | Python 26.6%
🌐
GitHub
github.com › py-pdf › awesome-pdf
GitHub - py-pdf/awesome-pdf: A curated list of resources around PDF files · GitHub
Adobe: XMP Specification Part 3, January 2020. KOReader: a document viewer primarily aimed at e-ink readers · react-native-pdf: a react native PDF view component · PdfViewPager: Android widget to display PDF documents in your Activities or Fragments ... pdftotext: an application that converts Portable Document Format (PDF) files to plain text. Part of poppler-utils. pdfminer.six: a Python library for extracting information from PDF documents
Starred by 154 users
Forked by 21 users
🌐
GitHub
github.com › adobe › pdfservices-python-sdk
GitHub - adobe/pdfservices-python-sdk: Adobe PDFServices Python SDK · GitHub
If you are interested in scaling your operations, please see our pricing page for purchase options and volume discounts. Learn more at our documentation. Install Python 3.10 or higher.
Starred by 34 users
Forked by 40 users
Languages   Python
🌐
GitHub
gist.github.com › grahampugh › 2c6fc82d24ca355e8775473de7a595b5
Adobe Reader latest "full" install URL provider and downloader/installer · GitHub
Adobe Reader latest "full" install URL provider and downloader/installer · Raw · AdobeReaderInstaller.sh · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
🌐
GitHub
github.com › py-pdf › pypdf
GitHub - py-pdf/pypdf: A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files · GitHub
from pypdf import PdfReader reader = PdfReader("example.pdf") number_of_pages = len(reader.pages) page = reader.pages[0] text = page.extract_text()
Starred by 9.9K users
Forked by 1.6K users
Languages   Python
🌐
GitHub
github.com › topics › adobe-acrobat
adobe-acrobat · GitHub Topics · GitHub
Automação Desktop (RPA) em Python para otimizar o fluxo de impressão de agendas. Utiliza Visão Computacional (OpenCV) e PyAutoGUI para manipular o Adobe Acrobat Reader com precisão, gerenciando lotes de impressão frente e verso automaticamente.
🌐
GitHub
github.com › adobe › pdfservices-extract-python-sdk-samples
GitHub - adobe/pdfservices-extract-python-sdk-samples
The sample class extract_txt_table_info_with_rendition_from_pdf.py extracts text, table elements along with table renditions from PDF Document. Note that the output is a zip containing the structured information along with renditions as described in section. python extractpdf/extract_txt_table_info_with_rendition_from_pdf.py
Starred by 7 users
Forked by 3 users
Languages   Python 100.0% | Python 100.0%
Find elsewhere
🌐
GitHub
github.com › py-pdf › pypdf › issues › 1527
Cannot open pdf file with Adobe Acrobat Reader after transformation · Issue #1527 · py-pdf/pypdf
January 4, 2023 - I am trying to create a blank page. rotate and merge 1 pdf file on that page and append another page. The functionality seems to work but after creating the new pdf file It does not open in adobe Acrobat reader. It gives the error '' Env...
Author   musman920
🌐
GitHub
github.com › Zain-Bin-Arshad › pdf-viewer
GitHub - Zain-Bin-Arshad/pdf-viewer: A Pure Python PDFViewer, which provides functionalities same as other famous PDFViewers.
A Pure Python PDFViewer, which provides almost all the functionalities you want from a PDF reader.
Starred by 86 users
Forked by 20 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › yob › pdf-reader
GitHub - yob/pdf-reader: The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe. · GitHub
The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe. - yob/pdf-reader
Starred by 1.9K users
Forked by 286 users
Languages   Ruby
🌐
PyPI
pypi.org › project › pdfreader
pdfreader · PyPI
$ python setup.py install · Tutorial, real-life examples and documentation · pdfreader uses GitHub issues to keep track of bugs, feature requests, etc. pdfminer · pyPdf2 · xpdf · pdfbox · mupdf · Document management - Potable document format - PDF 1.7 · Adobe CMap and CIDFont Files Specification ·
      » pip install pdfreader
    
Published   May 03, 2024
Version   0.1.15
🌐
GitHub
github.com › prajwollamichhane11 › PDF-Handling-With-Python
GitHub - prajwollamichhane11/PDF-Handling-With-Python: Performing the following operations using python on PDF.
In this tutorial, we will be working on PDFs using Python. PDFs or the Portable Document Format is a file format of a document consisting of texts, images, tables, etc which are generally used when we need to save files that cannot be further modified or be easily shared or printed. This file format was developed by Adobe in 1993 to present documents, including formatted texts and images in a manner that is independent of applications, software, hardware and operating systems.
Starred by 252 users
Forked by 27 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › Agnik7 › PDF-Reader
GitHub - Agnik7/PDF-Reader: A simple PDF Reader made using Python
A simple PDF Reader made using Python. Contribute to Agnik7/PDF-Reader development by creating an account on GitHub.
Author   Agnik7
🌐
GitHub
github.com › topics › pdf-reader
pdf-reader · GitHub Topics · GitHub
Python library and Web service based on Poppler Pdftotext utility and Tesseract OCR for extracting text from PDF documents · ocr tesseract text-extraction tesseract-ocr pdf-to-text poppler optical-character-recognition pdf-reader pdftotext pdf2text pdf-splitting poppleract py-poppleract
🌐
Kitchin Research Group
kitchingroup.cheme.cmu.edu › blog › 2013 › 11 › 23 › Automating-Adobe-Acrobat-Pro-with-python
Automating Adobe Acrobat Pro with python - John Kitchin
November 23, 2013 - I could use Adobe Pro to extract information, e.g. grades, stored in a set of PDF files for analysis. I came across this script to automate Adobe Pro using python and OLE automation.
🌐
GitHub
github.com › topics › pdf-viewer
pdf-viewer · GitHub Topics · GitHub
This script allows the user to find, list, and label the coordinates of any point on a pdf document. python pdf pdf-viewer coordinates coordinate-finder
🌐
GitHub
github.com › mohan-gupta › Python-PDF-reader
GitHub - mohan-gupta/Python-PDF-reader: In this repository, you will see how to read a PDF file by python.
In this repository, you will see how to read a PDF file by python. - mohan-gupta/Python-PDF-reader
Author   mohan-gupta