pdf-document
Here are 230 public repositories matching this topic...
Android widget that can render PDF documents stored on SD card, linked as assets, or downloaded from a remote URL.
-
Updated
Sep 14, 2021 - Java
A Gtk/Qt front-end to tesseract-ocr.
-
Updated
Mar 28, 2022 - C++
A Rust library for PDF document manipulation.
-
Updated
Feb 4, 2022 - Rust
Golang commandline wrapper for wkhtmltopdf
-
Updated
Dec 2, 2021 - Go
-
Updated
Nov 9, 2020
Create printable UI mockups & wireframes templates
-
Updated
Feb 26, 2022 - JavaScript
Bindings for Tabula PDF Table Extractor Library
-
Updated
Mar 25, 2022 - R
labelmake has moved and now available at pdfme / https://github.com/pdfme/pdfme
-
Updated
Mar 26, 2022 - TypeScript
Simple C PDF Writer/Generation library
-
Updated
Mar 17, 2022 - C
Boxable is a library that can be used to easily create tables in pdf documents.
-
Updated
Dec 15, 2021 - Java
DocNET is as fast PDF editing and reading library for modern .NET applications
-
Updated
Mar 22, 2022 - C#
A CLI toolset to generate table of contents for PDF files automatically.
-
Updated
Dec 2, 2021 - Python
Live preview, edit and print functionality for View hierarchies. Supports PDF, PNG, JPEG.
-
Updated
Oct 23, 2019 - Java
This library is for convert XML to PDF very easily using Step Builders Pattern
-
Updated
Mar 15, 2022 - Java
React Native library for PSPDFKit for iOS, Android and Windows UWP.
-
Updated
Mar 28, 2022 - Java
AWS Lambda function that converts HTML pages to PDF documents
-
Updated
Aug 10, 2021 - JavaScript
PDF Reader Library for Native Julia.
-
Updated
Jan 15, 2022 - Julia
PDF properties?
Hi, first, thanks for a great utility! It's working great in testing so far.
Is there any scope for adding PDF properties, such as title, copyright, author etc?
-
Updated
Jun 13, 2021 - Go
iLovePDF Rest Api - PHP Library (https://developer.ilovepdf.com)
-
Updated
Mar 21, 2022 - PHP
Multiple and Large PDF Documents Text Extraction.
-
Updated
Jan 18, 2022 - Python
This library reads word documents (.doc and .docx), txt and PDF files, and gives the output content of the document as a String.
-
Updated
Jul 31, 2020 - Kotlin
Generate
-
Updated
Feb 14, 2022 - C#
Hello, for generating PDF your framework seems one of the most complete, so congrats.
However, I encounter an issue regarding the table of content.
It seems to be that the title of it is hard coded so it cannot be translated.
Is there a way to translate it, customize it or at least removing it ?
Pdfmake recently added support for superscript and subscript on text. It is implemented as just a boolean on the text object. can txt and Itxt be updated to have these keys available? I dont see it on thier documentation but here is the PR that made the change https://github.com/bpampuch/pdfmake/pull/2128/files
Improve this page
Add a description, image, and links to the pdf-document topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pdf-document topic, visit your repo's landing page and select "manage topics."


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);