Hi,
I've been doing some preliminary tests with with Prince9 and some fairly advanced use of HTML 5.
However, if use this as a test URL:
http://getbootstrap.com/css/
Prince will produce a PDF but a lot of the content (code samples etc) is missing. Also, it doesn't look like the correct style sheets are being applied.
Here's the output - As you can see prince seems to successfully retrieve all of the CSS references.
Am I missing something here?
I've been doing some preliminary tests with with Prince9 and some fairly advanced use of HTML 5.
However, if use this as a test URL:
http://getbootstrap.com/css/
Prince will produce a PDF but a lot of the content (code samples etc) is missing. Also, it doesn't look like the correct style sheets are being applied.
Here's the output - As you can see prince seems to successfully retrieve all of the CSS references.
$ prince http://getbootstrap.com/css test.pdf -v
prince: Loading document...
prince: loading document: http://getbootstrap.com/css
prince: loading HTML5 input: http://getbootstrap.com/css
prince: loading document: http://getbootstrap.com/css
prince: Applying style sheets...
prince: loading style sheet: http://getbootstrap.com/dist/css/bootstrap.min.css
prince: loading style sheet: http://getbootstrap.com/docs-assets/css/docs.css
prince: loading style sheet: http://getbootstrap.com/docs-assets/css/pygments-manni.css
prince: Preparing document...
prince: loading document: http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true
prince: loading HTML5 input: http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true
prince: loading document: http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true
prince: Applying style sheets...
prince: loading image: data URL
prince: loading document: http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true
prince: loading HTML5 input: http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true
prince: loading document: http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true
prince: Applying style sheets...
prince: Converting document...
prince: used font: Helvetica Neue, Regular
prince: used font: Helvetica Neue, Medium
prince: used font: Helvetica Neue, Light
prince: used font: Helvetica Neue, Bold
prince: used font: Monaco, Regular
prince: used font: Helvetica Neue, Italic
prince: used font: Arial, Regular
prince: Finished: success
Am I missing something here?
Edited by cbourne