I'm using OUTPUT EXPORT to save two Reports to PDF. I'm using the following OUTPUT MODIFY to clean up the output, but it's leaving page 1 blank when I export. Is there something I need to change to get the first Report to appear on page 1? Thanks!
OUTPUT MODIFY /REPORT PRINTREPORT=NO /SELECT LOGS HEADINGS NOTES /DELETEOBJECT DELETE=YES.
OUTPUT EXPORT /CONTENTS EXPORT=VISIBLE LAYERS=PRINTSETTING MODELVIEWS=PRINTSETTING /PDF DOCUMENTFILE='[my file location].pdf' EMBEDBOOKMARKS=YES EMBEDFONTS=YES.
This worked as expected on a typical output - no blank page. Can you provide an spv file where it generates that blank page? Send to jkpeck@gmail.com.