SPSS Statistics

 View Only

 Removing Page Break with OUTPUT EXPORT?

Marin Huver's profile image
Marin Huver posted Mon April 06, 2026 12:55 PM

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. 

Jon Peck's profile image
Jon Peck IBM Champion

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.