Skip to content

Commit 107f921

Browse files
committed
Supporting Null
1 parent c7612d5 commit 107f921

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PDPage.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ get_page_contents(page::PDPageImpl, contents::CosIndirectObjectRef) =
244244

245245
get_page_contents(page::PDPage, obj::IDD{CosStream}) = obj
246246

247+
get_page_contents(page::PDPage, ::CosNullType) = CosNull
248+
247249
@inline function load_page_objects(page::PDPageImpl)
248250
contents = pdPageGetContents(page)
249251
page.content_objects === nothing &&

0 commit comments

Comments
 (0)