Skip to main content

Crate printwell_pdf

Crate printwell_pdf 

Source
Expand description

PDF manipulation features for printwell.

This crate provides optional PDF manipulation features:

  • encrypt: Password protection and encryption
  • forms: AcroForms support for adding form fields
  • signing: Digital signature support (PAdES)
  • watermark: Text and image watermark support

Enums§

AnnotationError
Annotation-related errors.
BookmarkError
Bookmark-related errors.
EncryptionError
Encryption-related errors.
Error
PDF manipulation error type.
FormError
Form-related errors.
PdfAError
PDF/A compliance errors.
PdfUAError
PDF/UA accessibility errors.
SigningError
Signing-related errors.
WatermarkError
Watermark-related errors.

Type Aliases§

Result
Result type alias.