Registry / utility / pdf-writer

pdf-writer

JSON →
library0.14.0rscratesunverified

A step-by-step PDF writer.

# Cargo.toml [dependencies] pdf-writer = "0.14.0"
INSTALL
IMPORT
SIG · PDF-WRITER
P
pdf-writer
utilityrustv0.14.0
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.

PdfWriter
use pdf_writer::PdfWriter;

Write a simple PDF document.

use pdf_writer::PdfWriter; fn main() { let mut writer = PdfWriter::new(); writer.write_page(); println!("PDF written"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pdf-writer — cargo add pdf-writer · libregistry