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

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"; Value )   More

Parameters

Parameter Description Example
Value The new setting.
Pass 1 or 0.
1

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

This function is free to use.

Created 18th August 2014, last changed 17th July 2022


PDFKit.SetCurrentFilter - PDFKit.SetPDFAttribute