<@U29PVMVAR> I'm not sure it can be done. PDFs sho...
# suitescript
r
@erictgrubaugh I'm not sure it can be done. PDFs should be full pages as a rule.
<pdfset>
uses
<pdf>
, which means each one of those pdfs is at least one whole page. If you don't want page breaks, couldn't you just make one
<pdf>
rather than using
<pdfset>
? Which might mean extracting content from existing PDFs depending on your use case. I could be wrong... you can do almost anything with a PDF document.