Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.GetInIsTaggedPDF
Whether the currently open import file is a Tagged PDF file.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 11.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.GetInIsTaggedPDF"; PDF ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Result
Returns number or error.
Description
Whether the currently open import file is a Tagged PDF file.The PDF file must be opened beforehand with DynaPDF.OpenPDFFromContainer or DynaPDF.OpenPDFFromFile.
The return value is a set flags indicating the tagging status of the file.
Flag | Value | Description |
miNotTagged | 0 | This is no Tagged PDF file. |
miTagged | 1 | This is a Tagged PDF file. |
miSuspects | 2 | The file contains suspect contents that whose ordering does not ordered meet the requirements of the Tagged PDF specifications. |
miUserProperties | 4 | A flag indicating that at least one structure element contains user properties. User properties are stored in User Property dictionaries. |
See also GetInIsTaggedPDF function in DynaPDF manual.
See also
- DynaPDF.GetInIsSigned
- DynaPDF.GetInIsTrapped
- DynaPDF.New
- DynaPDF.OpenPDFFromContainer
- DynaPDF.OpenPDFFromFile
Release notes
- Version 11.4
- Added DynaPDF.GetInIsTaggedPDF function.
Blog Entries
- New in MBS FileMaker Plugin 11.4
- Neues MBS FileMaker Plugin 11.4
- MBS FileMaker Plugin 11.4 - More than 6500 Functions In One Plugin
- MBS FileMaker Plugin, version 11.4pr1
This function checks for a license.
Created 19th July 2021, last changed 19th July 2021
