Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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

This function checks for a license.

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


DynaPDF.SetSaveNewImageFormat - DynaPDF.SetSpaceWidthFactor