Module: PDFium
- Defined in:
- lib/pdfium.rb,
lib/pdfium/version.rb,
lib/pdfium/page_list.rb,
lib/pdfium/image_list.rb,
lib/pdfium/page_sizes.rb,
lib/pdfium/bounding_box.rb,
lib/pdfium/bookmark_list.rb
Overview
PDFium is an Ruby interface to the Google PDFium PDF renderer.
Defined Under Namespace
Classes: Bookmark, BookmarkList, BoundingBox, Document, Image, ImageList, Page, PageList
Constant Summary collapse
- VERSION =
Gem version
"0.0.1"
- A4 =
Standard A4 paper size
[ 595, 842 ]
- LETTER =
Standard US Letter size
[612,792]