Maybe I am missing something but today I lost time because I didn't know that all margins given to wkhtml2pdf need to have the same value.
Since pdfkit eats up all feedback given from wkhtml2pdf it would be nice to
- Have wkhtml2pdf outputs to development.log and test.log
AND/OR
- Have a swith to enable outputs such as:
gem :pdfkit, :require => 'pdfkit/debug'
Especially in teams with html/css people this would help them to get feedback from wkhtml2pdf without involving programmers (telling them how and where to place debug code).
Maybe I am missing something but today I lost time because I didn't know that all margins given to wkhtml2pdf need to have the same value.
Since pdfkit eats up all feedback given from wkhtml2pdf it would be nice to
AND/OR
gem :pdfkit, :require => 'pdfkit/debug'
Especially in teams with html/css people this would help them to get feedback from wkhtml2pdf without involving programmers (telling them how and where to place debug code).