3. Core flag translation (page size, orientation, margins) #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Map wkhtmltopdf page/layout flags to Chrome
--print-to-pdfarguments.Tasks
--page-sizeto Chrome paper sizes:--page-width+--page-heightto custom dimensions (mm → inches)--orientationtolandscape/portrait--margin-top,--margin-bottom,--margin-left,--margin-right) from mm to inches--print-to-pdfargument string with all mapped valuesAcceptance Criteria
--page-size A4→--print-to-pdf=paperSize=A4--orientation landscape→--print-to-pdf=landscape=true--margin-top 20→ top margin = 0.787 inches in Chrome args--page-width 210 --page-height 297→ custom paper size in inchesNotes
--print-to-pdfaccepts key=value pairs