Skip to main content

Crate officemd_pptx

Crate officemd_pptx 

Source
Expand description

PPTX extraction and generation using officemd_core.

Re-exports§

pub use error::PptxError;
pub use extract::PptxExtractOptions;
pub use extract::extract_ir;
pub use extract::extract_ir_json;
pub use extract::extract_ir_with_options;
pub use write::generate_pptx;

Modules§

error
extract
PPTX IR extraction helpers.
write
Generate PPTX files from the officemd IR.

Functions§

markdown_from_bytes
Render PPTX bytes to Markdown using the shared renderer.
markdown_from_bytes_with_options
Render PPTX bytes to Markdown with rendering options.