mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
Merge pull request #89 from iapain/master
process_outline creates outline file even if process_outline is disabled
This commit is contained in:
commit
d83a41441f
@ -301,6 +301,7 @@ void HTMLRenderer::pre_process(PDFDoc * doc)
|
||||
set_stream_flags(f_css.fs);
|
||||
}
|
||||
|
||||
if (param->process_outline)
|
||||
{
|
||||
/*
|
||||
* The logic for outline is similar to css
|
||||
|
Loading…
Reference in New Issue
Block a user