I use print to pdf to export a story illustrated. It works well except an empty space before the first page.
I guess I dont understand a stuff.
Code: Select all
set the printmargins to "18,18,18,18"
set the printPaperOrientation to "landscape"
set the printRowsFirst to "true"
set the printCardBorders to "false"
set the printGutters to "18,18"
set the printScale to 0.8
Thanks
Jean-Marc