So to clarify, we no longer need to install GHOSTSCRIPT on our PCs, when we are using the new PDFDocument object [using PB2022R3] to generate PDFs?
As currently, we have to install GHOSTSCRIPT on each PC image when generating PDF documents using PB2019R3, otherwise we get an error:
li_rtn = dw_print.saveas( ls_copydoc, PDF!, True )
if isnull(li_rtn) or li_rtn = -1 then
messagebox('Problem Saving',"There's an issue saving the document.~r~nTry saving again.")
return
end if