Hello. We are trying to create a PDF/X compliant document and need to specify a valid OutputIntent as required by PDF/X. We have been able to find and set other PDF/X specific attributed using something like…
Obj info = thisDoc.getTrailer().findObj("Info"); Obj conf = info.findObj("GTS_PDFXConformance");
…but we haven’t had any luck working with OutputIntent. Any guidance appreciated.