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: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    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"; 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

💬 Ask a question or report a problem