"C:\Program Files (x86)\wkhtmltopdf\bin\"wkhtmltopdf --load-error-handling ignore --disable-external-links --disable-internal-links --username "somelogin" --password "somepassword" --user-style-sheet file:///C:/sp.css https://.../page1.aspx https://.../page2.aspx c:/output.pdfOn 27 August 2015 at 09:08:34, serenade tilldawn (serenade...@gmail.com) wrote:
anyone ? --
===================================================
You received this message because you are subscribed to the "wkhtmltopdf General" group.
To post to this group, send email to wkhtmltop...@googlegroups.com
To unsubscribe from this group, send email to wkhtmltopdf-gen...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/wkhtmltopdf-general?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "wkhtmltopdf General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wkhtmltopdf-gen...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ok I solved it.
For information, the javascript and scripting was the problem.
First I desactivate it with --disable-javascript
PDF can been generated. However I get a msg in my pdf
The solution : --javascript-delay number
Hoping that it will help.