Skip to content

Commit

Permalink
Merge branch 'main' into fast-inline-images
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored Apr 15, 2022
2 parents 894c618 + 0890b06 commit 3d5548d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added Resources/reportlab-inline-image.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions Tests/test_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
),
(os.path.join(RESOURCE_ROOT, "imagemagick-images.pdf"), None),
(os.path.join(RESOURCE_ROOT, "imagemagick-lzw.pdf"), None),
(os.path.join(RESOURCE_ROOT, "reportlab-inline-image.pdf"), None),
],
ids=[
"crazyones",
Expand All @@ -29,6 +30,7 @@
"libreoffice-writer-password",
"imagemagick-images",
"imagemagick-lzw",
"reportlab-inline-image"
],
)
def test_page_operations(pdf_path, password):
Expand Down

0 comments on commit 3d5548d

Please sign in to comment.