File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RomanNumerals = "37834d88-8936-577c-80c9-1066ecf66832"
20
20
Zlib_jll = " 83775a58-1f1d-513f-b197-d71354ab007a"
21
21
22
22
[compat ]
23
- AbstractTrees = " 0.2.1 "
23
+ AbstractTrees = " 0.3 "
24
24
AdobeGlyphList = " 0.1.1"
25
25
BinDeps = " 0.8.10"
26
26
LabelNumerals = " 0.1.0"
Original file line number Diff line number Diff line change 566
566
pdDocGetPageRange (doc, " iii" )
567
567
outline = pdDocGetOutline (doc)
568
568
iobuf = IOBuffer ()
569
- print_tree (iobuf, outline)
569
+ print_tree (iobuf, outline, maxdepth = 10 )
570
570
write (" 431.toc.res" , take! (iobuf))
571
571
@assert files_equal (" 431.toc.res" , pdftest_dir* " templates/431.toc" )
572
572
pdDocClose (doc)
587
587
doc = pdDocOpen (filename)
588
588
outline = pdDocGetOutline (doc)
589
589
iobuf = IOBuffer ()
590
- print_tree (iobuf, outline)
590
+ print_tree (iobuf, outline, maxdepth = 10 )
591
591
write (" outline.toc.res" , take! (iobuf))
592
592
@assert files_equal (" outline.toc.res" , pdftest_dir* " templates/outline.toc" )
593
593
@assert pdOutlineItemGetAttr (outline[1 ][1 ][1 ][1 ])[:Destination ][2 ]. pageno == 5
You can’t perform that action at this time.
0 commit comments