Simple test on the ubuntu server still gets "no available fonts" error even though a scan finds them. Installed fonts with apt-get and reboot the server. Any other suggestions?
$ /usr/local/bin/prince --server --javascript --debug "http://google.com" -o "/tmp/test.pdf"
msg|dbg||loading license: /usr/local/license/license.dat
msg|wrn|/usr/local/license/license.dat|could not load /usr/local/license/license.dat
msg|inf||loading style sheet: /usr/local/style/fonts.css
msg|dbg||error loading resource: can't open input file: No such file or directory
sta|Loading document...
msg|inf||loading document: http://google.com
msg|dbg||loaded resource: http://www.google.com/
msg|dbg||loaded resource: type: yes(resource_type("text/html", ["charset" - "iso-8859-1"], html, yes(iso_8859_1)))
msg|inf||loading HTML5 input: http://google.com
msg|inf||loading document: http://google.com
msg|dbg||loaded resource: http://www.google.com/
msg|dbg||loaded resource: type: yes(resource_type("text/html", ["charset" - "iso-8859-1"], html, yes(iso_8859_1)))
msg|dbg||loaded document: http://www.google.com/
msg|dbg||sniffed doctype: XHTML
sta|Running scripts...
msg|wrn||setTimeout is not yet supported
sta|Applying style sheets...
msg|inf||loading style sheet: /usr/local/style/xhtml-ns.css
msg|dbg||error loading resource: can't open input file: No such file or directory
msg|inf||loading style sheet: /usr/local/style/common.css
msg|dbg||error loading resource: can't open input file: No such file or directory
msg|wrn|/usr/local/style/common.css|can't open input file: No such file or directory
msg|wrn|/usr/local/style/xhtml-ns.css|can't open input file: No such file or directory
sta|Preparing document...
msg|inf||loading image: http://www.google.com/images/srpr/nav_logo80.png
msg|dbg||loaded resource: http://www.google.com/images/srpr/nav_logo80.png
msg|dbg||loaded resource: type: yes(resource_type("image/png", [], image(png), no))
sta|Converting document...
msg|dbg||pack
prg|0
msg|dbg||font request: serif
msg|dbg||font scan: serif
msg|dbg||font scan: serif, 0 matches
msg|dbg||font request: arial, sans-serif
msg|dbg||font scan: arial
msg|dbg||font scan: arial, 7 matches
msg|dbg||font scan: sans-serif
msg|dbg||font scan: sans-serif, 0 matches
msg|inf||used font: Arial, Regular
msg|err||no available fonts
$ /usr/local/bin/prince --server --javascript --debug "http://google.com" -o "/tmp/test.pdf"
msg|dbg||loading license: /usr/local/license/license.dat
msg|wrn|/usr/local/license/license.dat|could not load /usr/local/license/license.dat
msg|inf||loading style sheet: /usr/local/style/fonts.css
msg|dbg||error loading resource: can't open input file: No such file or directory
sta|Loading document...
msg|inf||loading document: http://google.com
msg|dbg||loaded resource: http://www.google.com/
msg|dbg||loaded resource: type: yes(resource_type("text/html", ["charset" - "iso-8859-1"], html, yes(iso_8859_1)))
msg|inf||loading HTML5 input: http://google.com
msg|inf||loading document: http://google.com
msg|dbg||loaded resource: http://www.google.com/
msg|dbg||loaded resource: type: yes(resource_type("text/html", ["charset" - "iso-8859-1"], html, yes(iso_8859_1)))
msg|dbg||loaded document: http://www.google.com/
msg|dbg||sniffed doctype: XHTML
sta|Running scripts...
msg|wrn||setTimeout is not yet supported
sta|Applying style sheets...
msg|inf||loading style sheet: /usr/local/style/xhtml-ns.css
msg|dbg||error loading resource: can't open input file: No such file or directory
msg|inf||loading style sheet: /usr/local/style/common.css
msg|dbg||error loading resource: can't open input file: No such file or directory
msg|wrn|/usr/local/style/common.css|can't open input file: No such file or directory
msg|wrn|/usr/local/style/xhtml-ns.css|can't open input file: No such file or directory
sta|Preparing document...
msg|inf||loading image: http://www.google.com/images/srpr/nav_logo80.png
msg|dbg||loaded resource: http://www.google.com/images/srpr/nav_logo80.png
msg|dbg||loaded resource: type: yes(resource_type("image/png", [], image(png), no))
sta|Converting document...
msg|dbg||pack
prg|0
msg|dbg||font request: serif
msg|dbg||font scan: serif
msg|dbg||font scan: serif, 0 matches
msg|dbg||font request: arial, sans-serif
msg|dbg||font scan: arial
msg|dbg||font scan: arial, 7 matches
msg|dbg||font scan: sans-serif
msg|dbg||font scan: sans-serif, 0 matches
msg|inf||used font: Arial, Regular
msg|err||no available fonts