Einhugur Plugin Releases (2020)

PDF Plugin 2.0 for Xojo is out.

The PDF Plugin is to generate PDF documents from your applications.

The plugin supports:

Embedding TrueType fonts
Automatic encoding detection and mapping to PDF stock encodings.
Images (stored as Raw, for example PNG), JPEG (stored as JPEG).
Clickable links from the PDF document to web pages.
Clickable links from the PDF document to different locations within the PDF document.
Clickable zones to get text annotations in popup bubbles.
Advanced drawing.
Compression.
Setting up the PDF outline tree.
PDF Coordinates with Y1 at bottom or Xojo Coordinates with Y1 at top.
And countless other features…

New in version 2.0:
Fixed the GetCurrentTextPosition function where it was not respecting the TransformCoordinates property.
Added SetEncryptionMode method to the PDFDocument class.
Added SetPassword method to the PDFDocument class.
Added EncryptModeEnum to the PDFDocument class.
Added SetTextMatrix method to the Page class. (Preliminary support only since LibHaru does not fully document this one).
Added SetTextRotation method to the Page class. (Preliminary support only since based on SetTextMatrix)

more info at www.einhugur.com