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.