Good day, Is there a quick way to merge a pdf, an...
# suitescript
n
Good day, Is there a quick way to merge a pdf, and render the entire contents into a rendered pdf from a suitelet? I've tried loading the file in the suitelet then using +='<pdf src="/common/../some.file.pdf" /> i get a xml parsing error indicating "Outer tag is , or should be or" , I'm replacing &(&amp) and such. I'm stuck on this one. if there's not an easy way, what's the preferred method to render (SS.20) to merge an attached pdf file from the file cabinet that's referenced from a custom (document) field on the transaction its. I haven't tried turning the pdf to xml/string. which i feel might be the better way to go.
n
ah, cool thanks. I was looking in the wrong place. Ill try this
j
Take a look at
<pdfset>
. We've used that to render PDFs that are actually groups of PDFs merged together.