Skip to main content

Crate pdforg_writer

Crate pdforg_writer 

Source
Expand description

pdf-writer — Word processor engine

Implements the Operational Transform (OT) engine for conflict-free concurrent editing, tracked changes, and the document layout model.

Re-exports§

pub use ot::*;
pub use tracked_changes::*;
pub use layout::*;

Modules§

layout
Document layout model — converts the document model into positioned layout boxes.
ot
Operational Transform (OT) engine for collaborative text editing.
tracked_changes
Tracked changes — records of insertions, deletions, and format changes for review.