I’ve been unable to set page breaks in a PDFDocument. Is there a way to do this? The sample Mac project constructs a simple PDF, but my attempts to set the page size only result in a single page PDF.
Note: This example project creates a PDF file on the Desktop, opens it in Preview, and does not delete the file. Var f As FolderItem = SpecialFolder.Desktop.Child(“PDFPagesTest”) myPDF.Save(f)
Thanks. I don’t see “NewPage” at that link, but I did see “NextPage” that adds a new page. My mistake was to asssume NextPage was for moving to the next page, rather than reading the description.