0.0
mergepdfs combines multiple PDF files into one output PDF file. Empty pages are added to ensure that each merged PDF file starts at an odd page number in the output file. When printed double-sided, pages of the merged PDF files are never printed on the same sheet.
2021
2022
2023
2024
2025
2026
0.0
= Barcode
Creating barcodes (at the moment only Interleaved2of5).
== Usage
Create the barcode string and the barcode graphics data
i2o5 = Interleave2of5("01199")
code = i2o5.encode
barcode = i2o5.barcode
pdf = Prawn::Document.new
barcode.to_pdf(pdf)
When used with rails add...
2021
2022
2023
2024
2025
2026
0.0
If you have multiple format files like Image files(Eg. .png, .jpg, .jpeg etc.), Document files(Eg. .doc, .docx, text etc.)
or PDF files and now you want to make a single PDF with all format of files, this gem will help you to compile multiple
form...
2021
2022
2023
2024
2025
2026
0.0
Convert various files like MS Word, Excel, PowerPoint, Images to PDF and Images. Create PDF and Images from url and raw HTML. Extract and create PowerPoint presentation from PDF. Merge, Encrypt, Split, Repair and Decrypt PDF files. All supported files conversions and manipulations can be found at...
2021
2022
2023
2024
2025
2026
0.0
PDF manipulation library for Ruby — merge, split, compress, rotate, and watermark PDF files. Wraps system PDF tools (qpdf, poppler-utils) with a clean Ruby API.
2021
2022
2023
2024
2025
2026
0.18
Origami is a pure Ruby library to parse, modify and generate PDF documents.
2021
2022
2023
2024
2025
2026
0.18
Origami is a pure Ruby library to parse, modify and generate PDF documents.
2021
2022
2023
2024
2025
2026
0.01
kramdown-converter-pdf uses Prawn to convert a kramdown document to PDF
2021
2022
2023
2024
2025
2026
0.01
Jekyll PDF Embed is a ruby gem for Jekyll static site generator.
It allows user to easily embed external or local PDF files to any page or blog post.
2021
2022
2023
2024
2025
2026
0.01
This gem uses wkhtmltopdf to convert an eml to a pdf. (eml -> html -> pdf)
2021
2022
2023
2024
2025
2026
0.05
Extract tables from PDF as a structured info. Uses ghostscript to print pdf to image, then recognizes table separators optically. No OpenCV or other heavy dependencies
2021
2022
2023
2024
2025
2026
0.05
Reliable way to generate PDF files of any complexity. Support HTML/ERB/CSS/SCSS/PUG/Javascript/ChartsJS/Images/SVG/Custom Fonts/etc.
2021
2022
2023
2024
2025
2026
0.05
A pure Ruby PDF document creation library.
2021
2022
2023
2024
2025
2026
0.0
This is a basic pdf processor plugin for the Thingfish digital asset
manager. It extracts PDF metadata from uploaded files.
2021
2022
2023
2024
2025
2026
0.0
This is gem built on Origami gem to support PDF scan in web applications. You can scan your PDF file for various malicious threats.
2021
2022
2023
2024
2025
2026
0.0
This is a ChupaText decomposer plugin for to extract text and
meta-data from office files such as Microsoft Word file, Microsoft
Excel file and OpenDocument Format file. It uses
[LibreOffice](https://www.libreoffice.org/).
You can use `libreoffice` decomposer.
It depends on `pdf` decomposer. Be...
2021
2022
2023
2024
2025
2026
0.0
This is a ChupaText decomposer plugin for to extract text and
meta-data from PDF.
You can use `pdf` decomposer.
2021
2022
2023
2024
2025
2026
0.0
This gem allows testing frameworks such as Test::Unit, RSpec and Minitest to perform PDF matching tests with the pdf_matcher gem.
2021
2022
2023
2024
2025
2026
0.0
fillable-pdf-th is an extension from fillable-pdf(vkononov) but supported Thai language.
2021
2022
2023
2024
2025
2026
0.0
This is a ChupaText decomposer plugin to extract text and meta-data
from Office Open XML Workbook file format file (`.xlsx` file used by
Microsoft Excel). This plugin uses
[LibreOffice](https://www.libreoffice.org/).
You can use `libreoffice-office-open-xml-workbook` decomposer.
It depends on `...
2021
2022
2023
2024
2025
2026