Windward Core is now Fluent by Apryse. Click here to experience the new and improved platform!
< Back to Features

PostScript Output Format

Version
All Products
Designer
Artist
Scout
Javelin
.NET Engine
RESTful Engine
Java Engine

Developed based off a customer feature request.

PostScript has been added as an additional output format. This format is commonly used with printers and printing companies.

PostScript Output in the Java Engine RunReport

Modify the extension of the output report to be “ps”. For example:

java net.windward.xmlreport.RunReport InternetMarketingReport.docx testreport.ps -xml:INTMARKETING InternetMarketingData.xml

PostScript Output in the .NET Engine RunReport

Modify the extension of the output report to be “ps”. For example:

RunReport.exe InternetMarketingReport.docx testreport.ps -xml:INTMARKETING InternetMarketingData.xml

PostScript Output in the Java Engine API

ProcessReportAPI report =new ProcessPostScript(template, output);

  • template is the InputStream containing the template
  • output is the OutputStream that will contain the output PostScript

PostScript Output in the RESTful Engine

Report report = new ReportPostScript(template, output);

  • template is the Stream containing the template
  • output is the Stream that will contain the output PostScript

PostScript Output in the RESTful Engine

In the request body sent to the RESTful engine server, set the “OutputFormat” value to “ps”. For example, a snippet of the request body:

...

<outputformat>ps</outputformat>

...

Apryse Software Corp. © 2024 All Rights Reserved.