Hello,
The PDF I have generated has corrupted lines at the top - the first entry is printed over the column titles. Please see sample below for reference: -
Any ideas how to fix this?
Cheers!
km
On Sep 9, 2016, at 00:50, Qasim Lodhi <qasim...@simco.com> wrote:
Can you also share the wkhtmltopdf command you are using. From your PDF looks like you are using a header on each page...?The problem is that header is printed in a specific position on each page but the data gets printed on top of it. I haven't worked with header in wkhtmltopdf and can't till you share the command, but seems like you need to adjust margins or something for the data rows so that they don't overlap with the "static" header.
--
===================================================
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 a topic in the Google Groups "wkhtmltopdf General" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wkhtmltopdf-general/OJ2MkJGfaU4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wkhtmltopdf-gen...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
wkhtmltopdf input.html output.pdf
wkhtmltopdf --print-media-type -s A4 input.html output.pdf<br/>