pub fn load_stored_document(
state: &mut EiteState,
format: &Format,
path: &str,
) -> Result<Vec<u32>>Expand description
Load a stored document from path using specified input format.
Tries path first; if not found, also tries to prefix with
resources/data/eite/ (for bundled assets).