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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

PDFKit.SetIgnoreCombineErrors

Sets whether Combine operation should report error if you did not pass PDF files or references.

Component Version macOS Windows Linux Server iOS SDK
PDFKit 2.4 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "PDFKit.SetIgnoreCombineErrors" )

Parameters

none

Result

Returns "OK" or error message.

Description

Sets whether Combine operation should report error if you did not pass PDF files or references.
If you call PDFKit.Combine or PDFKit.CombineRef and you pass several container values, those functions normally stop if one of the parameters is not a PDF reference of any kind. If you set errors to be ignored, you can still combine other PDFs.

Examples

Ignore errors on Combine

MBS( "PDFKit.SetIgnoreCombineErrors"; 1 )

See also

Blog Entries

Created 18th August 2014, last changed 18th August 2014


PDFKit.SetCurrentFilter - PDFKit.SetPDFAttribute

Feedback: Report problem or ask question.