Hi, all.
I'm trying to render a PDF of Moby Dick with the attached HTML, CSS, and fonts, and this takes an incredibly long time. Given this PDF renders in ~8 seconds without the CSS file, I'm guessing that this has something to do with either the page counters, or cross-references within the file.
With the CSS:
Ugh.
Is there anything I'm doing in the CSS file that is obviously wrong?
Thanks for any input.
I'm trying to render a PDF of Moby Dick with the attached HTML, CSS, and fonts, and this takes an incredibly long time. Given this PDF renders in ~8 seconds without the CSS file, I'm guessing that this has something to do with either the page counters, or cross-references within the file.
With the CSS:
time prince -v full_document.html -o output.pdf
prince: Loading document...
prince: loading HTML5 input: full_document.html
prince: loading document: full_document.html
prince: Applying style sheets...
prince: loading style sheet: style.css
prince: Preparing document...
prince: Converting document...
prince: used font: Cinzel, Regular
prince: used font: Gentium Plus, Regular
prince: loading hyphenation patterns: /usr/local/lib/prince/style/../hyph/hyph-en-us.pat
prince: used font: Courier New, Regular
prince: used font: Gentium Plus, Italic
prince: Resolving cross-references...
prince: loading hyphenation patterns: /usr/local/lib/prince/style/../hyph/hyph-en-us.pat
prince: Finished: success
real 19m0.789s
user 18m59.380s
sys 0m0.946s
Ugh.
Is there anything I'm doing in the CSS file that is obviously wrong?
Thanks for any input.
Edited by cratchit