GitHub
github.com › Hopding › pdf-lib
GitHub - Hopding/pdf-lib: Create and modify PDF documents in any JavaScript environment
These tests are a handy reference when trying to save/load PDFs, fonts, or images with pdf-lib from the filesystem. ... This assumes you're using npm or yarn as your package manager. You can also download pdf-lib as a UMD module from unpkg or jsDelivr. The UMD builds have been compiled to ES5, so they should work in any modern browser.
Starred by 8.1K users
Forked by 827 users
Languages TypeScript 80.9% | HTML 9.9% | JavaScript 8.5% | Objective-C 0.3% | CSS 0.2% | Starlark 0.1% | Java 0.1%
GitHub
github.com › rivy › js.pdf-lib
GitHub - rivy/js.pdf-lib: Create and modify PDF documents in any JavaScript environment
These tests are a handy reference when trying to save/load PDFs, fonts, or images with pdf-lib in a React Native environment. ... This assumes you're using npm or yarn as your package manager. You can also download pdf-lib as a UMD module from unpkg. The UMD builds have been compiled to ES5, so they should work in any modern browser.
Author rivy
GitHub
github.com › topics › pdf-library
pdf-library · GitHub Topics · GitHub
Open-source PDF generation library built with TypeScript and React. Features a WYSIWYG template designer, PDF viewer, and powerful generation capabilities.
GitHub
github.com › Distrotech › PDFlib-Lite
GitHub - Distrotech/PDFlib-Lite: http://www.pdflib.com/download/free-software/pdflib-lite-7/
The PDFlib distribution is available from www.pdflib.com PDFlib is a library for generating PDF files. It offers an API with support for text, vector graphics, raster image, and hypertext.
Starred by 32 users
Forked by 15 users
Languages C 84.8% | Shell 2.8% | Java 2.6% | PHP 2.4% | C++ 2.0% | Perl 1.4%
GitHub
github.com › imalhasaranga › PDFLib
GitHub - imalhasaranga/PDFLib: Current Release provide you methods to convert PDF to Images as well as Images to PDF, future releases will included more functions to interact with PDF files
Current Release provide you methods to convert PDF to Images as well as Images to PDF, future releases will included more functions to interact with PDF files - imalhasaranga/PDFLib
Starred by 57 users
Forked by 38 users
Languages PHP
GitHub
github.com › JalenLT › pdf-lib-extended
GitHub - JalenLT/pdf-lib-extended
PDF-lib-Extended is a JavaScript library that extends the functionality of the popular pdf-lib library.
Author JalenLT
GitHub
github.com › Hopding › pdf-lib-docs
GitHub - Hopding/pdf-lib-docs
Starred by 4 users
Forked by 4 users
Languages JavaScript 69.2% | HTML 17.3% | CSS 12.9% | TypeScript 0.6%
GitHub
github.com › Shogobg › rn-pdf-lib
GitHub - Shogobg/rn-pdf-lib: Library for creating and editing PDFs in React Native.
This library supports Android devices >= API 31, and iOS devices >= iOS 8.0. Latest version that supported Android API 18 was 1.0.3 · See here for manual installation instructions (manual installation should not be necessary). ... import PDFLib, { PDFDocument, PDFPage } from '@shogobg/react-native-pdf'; // Create a PDF page with text and rectangles const page1 = PDFPage .create() .setMediaBox(200, 200) .drawText('You can add text and rectangles to the PDF!', { x: 5, y: 235, color: '#007386', }) .drawRectangle({ x: 25, y: 25, width: 150, height: 150, color: '#FF99CC', }) .drawRectangle({ x: 75, y: 75, width: 50, height: 50, color: '#99FFCC', }); // Create a PDF page with text and images const jpgPath = // Path to a JPG image on the file system...
Starred by 10 users
Forked by 2 users
Languages C 75.4% | C++ 22.6% | Objective-C++ 0.9% | Java 0.8% | JavaScript 0.3% | Ruby 0.0%
GitHub
github.com › tecnickcom › tc-lib-pdf
GitHub - tecnickcom/tc-lib-pdf: TCPDF - PHP PDF Library - https://tcpdf.org
{ "require": { "tecnickcom/tc-lib-pdf": "dev-main" }, "repositories": [ { "type": "vcs", "url": "[email protected]:tecnickcom/tc-lib-pdf.git" } ] }
Starred by 1.8K users
Forked by 239 users
Languages PHP 98.1% | Makefile 1.9%
PDF-LIB
pdf-lib.js.org
PDF-LIB · Create and modify PDF documents in any JavaScript environment.
# With npm npm install --save pdf-lib # With yarn yarn add pdf-lib
GitHub
github.com › topics › pdflib
pdflib · GitHub Topics
react javascript pdf privacy typescript sdk reactjs react-component form pdf-viewer react-pdf pdflib sdk-js pdf-lib pdf-editor pdf-sdk pdf-editor-react
GitHub
gist.github.com › Hopding › 8304b9f07c52904587f7b45fae4bcb8c
Create a PDF document in Deno using pdf-lib · GitHub
Create a PDF document in Deno using pdf-lib. GitHub Gist: instantly share code, notes, and snippets.
GitHub
github.com › Hopding › pdf-lib › blob › master › assets › pdfs › with_update_sections.pdf
pdf-lib/assets/pdfs/with_update_sections.pdf at master · Hopding/pdf-lib
Create and modify PDF documents in any JavaScript environment - pdf-lib/assets/pdfs/with_update_sections.pdf at master · Hopding/pdf-lib
Author Hopding
GitHub
github.com › jbaarssen › PdfLibCore
GitHub - jbaarssen/PdfLibCore: PdfLib CORE is a fast PDF editing and reading library for modern .NET Core applications.
PdfLib CORE is a fast PDF editing and reading library for modern .NET Core applications. - jbaarssen/PdfLibCore
Starred by 126 users
Forked by 14 users
Languages C#
GitHub
github.com › libharu › libharu
GitHub - libharu/libharu: libharu - free PDF library
libharu - free PDF library. Contribute to libharu/libharu development by creating an account on GitHub.
Starred by 1.9K users
Forked by 529 users
Languages C 80.4% | Python 6.4% | Visual Basic .NET 2.7% | C# 2.6% | Pascal 1.9% | Visual Basic 6.0 1.8%
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
pypdf is a free and open-source pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files. It can also add custom data, viewing options, and passwords to PDF files.
Starred by 9.7K users
Forked by 1.5K users
Languages Python