Usage of PdfWriter.setOutputIntents()
Hi Bruno,
What are the possible values for PdfWriter.setOutputIntents parameters. I am not able to understand the parameters mentioned in API.
public void setOutputIntents(String outputConditionIdentifier,
String outputCondition,
String registryName,
String info,
byte[] destOutputProfile)
throws IOException
Can I use this method to enclose an ICC based profile to my documen so that it will be created with PDFx standard. In this case, will images also be converted to necessary colorspace?
- Ganesh.