Can anyone tell me if antiAlias, jpegColorSpace and embedColorProfile exist in the InDesignServer Jpeg output? I know with the stanalone application you can use JPEGExportPreference.
opJPG.antiAlias = true;
opJPG.embedColorProfile = true;
opJPG.jpegColorSpace = JpegColorSpaceEnum.RGB;
Thank you,
Warren