No release in over a year
Library for parsing, converting and extracting PDF data
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4, < 6
>= 2, < 4
 Project Readme

Onlyoffice PDF Parser

It is gem for parsing pdf files.

Installation

  1. Install pdfinfo app, part of poppler-utils

    • Debian-Based Linux:

      sudo apt-get install poppler-utils
    • Fedora-Based Linux:

      sudo yum install poppler-utils
  2. Install gem by command:

    gem install onlyoffice_pdf_parser

Example

require 'onlyoffice_pdf_parser'

OnlyofficePdfParser::PdfParser.parse('Text.pdf')