Skip to content

Commit 5c4281f

Browse files
committed
fix: restore pptx slide 30 image and table fidelity
Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
1 parent 8826ebc commit 5c4281f

8 files changed

Lines changed: 848 additions & 9 deletions

File tree

crates/office2pdf/src/parser/pptx.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ use self::theme::{
4242

4343
#[path = "pptx_package.rs"]
4444
mod package;
45+
#[path = "pptx_emf.rs"]
46+
mod emf;
4547
#[path = "pptx_shapes.rs"]
4648
mod shapes;
4749
#[path = "pptx_slides.rs"]

0 commit comments

Comments
 (0)