Registry / utility / hexapdf

hexapdf

JSON →
library1.9.1rbrubygemsunverified

A pure Ruby library for creating, manipulating, and extracting content from PDF files.

gem install hexapdf
INSTALL
IMPORT
SIG · HEXAPDF
H
hexapdf
utilityrubyv1.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HexaPDF
require 'hexapdf'

Create a simple PDF with text

require 'hexapdf' doc = HexaPDF::Document.new doc.pages.add do |page| page.canvas.text('Hello, World!', at: [100, 700]) end doc.write('hello.pdf')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
Bingbot
23
node
16
Resources
hexapdf — gem install hexapdf · libregistry