I am using your example above to create a postscript file after performing a mail merge, but when I open the ps file, I recieve the following error
Started: Friday, June 06, 2014 at
13:38:41<?xml:namespace prefix = o ns = “urn:schemas-microsoft-com:office:office” /><o:p></o:p>
Adobe PostScript software version:
3018.101<o:p></o:p>
CID support library initialization
completed.<o:p></o:p>
Adobe PDF Settings file read error in
PDFX4 2008.joboptions:<o:p></o:p>
/CheckCompliance out of range<o:p></o:p>
Start Time: Friday, June 06, 2014 at
13:39:00<o:p></o:p>
Source:psOutputFile.ps<o:p></o:p>
Destination: C:\Users\fjdsfklj\Documents\New
folder\Outfile.pdf<o:p></o:p>
Adobe PDF Settings:
C:\ProgramData\Adobe\Adobe PDF\Settings\Standard.joboptions<o:p></o:p>
%%[ Error: rangecheck; OffendingCommand: show ]%%<o:p></o:p>
A PostScript error: rangecheck is a very generic message
that seems to occur rather frequently. It indicates that the RIP tries to
process a value that is too small or large. This can, for instance, happen when
you accidentally ask for an output size that is larger than what the output
device supports.
I am using the default PsSaveOptions setting. Could you please tell me where I can get a description of each Ps setting option? Do you have any sample code (c#) using those options? What might cause the “CheckCompliance out of range” error? I noticed that when I saved the the output file as PDF, the file size is only 161KB and the Ps file size is 543KB.
I am using Aspose.Word 14.5 version.
Thanks!
Tiffany