Skip to content

Commit

Permalink
check deepclone data
Browse files Browse the repository at this point in the history
  • Loading branch information
s3bk committed Nov 5, 2023
1 parent f65d4c7 commit 9d8a020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/src/bin/extract_page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fn main() -> Result<(), PdfError> {
let mut pages = Vec::new();

let new_page = PageBuilder::clone_page(&old_page, &mut importer)?;
importer.finish().verify(&builder.storage.resolver())?;

pages.push(new_page);

Expand Down

0 comments on commit 9d8a020

Please sign in to comment.