Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

DynaPDF.SetSeparationInfo

Sets the separation info of the current open page.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 7.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.SetSeparationInfo"; PDF; Handle )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Handle Separation color space handle.

Result

Returns OK or error.

Description

Sets the separation info of the current open page.
The parameter Handle must be a valid handle of a Separation color space.
In high-end printing workflows, pages are ultimately produced as sets of separations, one per colorant. Ordinarily, each page in a PDF file is treated as a composite page that paints graphics objects using all the process colorants and perhaps some spot colorants as well. In other words, all separations for a page are generated from a single PDF description of that page.
In some workflows, however, pages are pre-separated before generating the PDF file. In a pre- separated PDF file, the separations for a page are described as separate page objects, each painting only a single colorant (usually specified in the DeviceGray color space). When this is done, additional information is needed to identify the actual colorant associated with each separation and to group together the page objects representing all the separations for a given page. This information is contained in the separation info of each page object.

See also SetSeparationInfo function in DynaPDF manual.

See also

Release notes

Blog Entries

Created 27th August 2017, last changed 27th August 2017


DynaPDF.SetSaveNewImageFormat - DynaPDF.SetStrokeColor

Feedback: Report problem or ask question.