The Wayback Machine - https://web.archive.org/web/20220313215750/https://github.com/topics/pdf-files
Here are
157 public repositories
matching this topic...
A PDF processor written in Go.
An app to convert images to PDF file!
Updated
Jan 30, 2022
Java
A Pure ruby library to merge PDF files, number pages and maybe more...
Updated
Jan 29, 2022
Ruby
Rust library to read, manipulate and write PDF files.
Updated
Feb 23, 2022
Rust
Text Extraction, Rendering and Converting of PDF Documents
A powerful PDF tool for NodeJS based on HummusJS.
Updated
Feb 11, 2022
JavaScript
Boxable is a library that can be used to easily create tables in pdf documents.
Updated
Dec 15, 2021
Java
(Java)A Method to Extract Tabular Content from PDF Files
Updated
Jun 15, 2021
HTML
DocNET is as fast PDF editing and reading library for modern .NET applications
A CLI toolset to generate table of contents for PDF files automatically.
Updated
Dec 2, 2021
Python
A simple Java library to compare two PDF files
Updated
Feb 19, 2022
Java
Python scripts, Automator Services and Quartz Filters for MacOS (OS X) that create, manipulate, and query PDF files
Updated
Feb 14, 2022
Python
PDF Reader Library for Native Julia.
Updated
Jan 15, 2022
Julia
A simple graphical tool to crop the pages of PDF files, written in Python/Qt
Updated
Nov 21, 2021
Python
A simple, efficient application for small manipulations in PDF files using Ghostscript.
Updated
Dec 16, 2021
Vala
R Interface to Apache Tika
PHP library for converting the version of PDF files (for compatibility purposes).
Adds Zotero "select" links to attachment files in a Zotero database on macOS, so that outside of Zotero, you can find the bibliographic entry to which a file belongs. (Only works for local storage, not linked attachments.)
Updated
Jan 10, 2022
Python
📄 ◻️ Create, Maniuplate and Extract Data from PDF Files (R Apache PDFBox wrapper)
Updated
Jan 15, 2019
Java
A bot for PDF for doing Many Things....
Updated
Mar 13, 2022
Python
A pdf viewer library for your javaFX application
Updated
Apr 18, 2021
Java
🦄 Read Interview Cake questions and solutions.
This is a Nextcloud Workflow App which enables you to process files via OCR on serverside.
PDFViewer is a GUI tool, written using python3 and tkinter, which lets you view PDF documents.
Updated
Jul 4, 2021
Python
Python library and command-line tool for extracting compounds from scientific literature. Written in Python.
Updated
Jun 1, 2020
Python
Improve this page
Add a description, image, and links to the
pdf-files
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
pdf-files
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Looks like the function below returns bytes with value 1 instead of 255 which produces near black png. for all other type of filters it works fine.
Filter: FlateDecode
ColorSpace: DeviceGray
BitsPerComponent: 1
public static byte[] Convert(ColorSpaceDetails details, IReadOnlyList decoded, int bitsPerComponent, int imageWidth, int imageHeight);