|
Foxit PDF SDK
|
Configuration settings for removing hidden or sensitive data from a PDF document.
More...
Public Member Functions | |
| def | GetEnable_remove_bookmark () |
| Get a boolean value indicating whether to remove bookmarks. More... | |
| def | GetEnable_remove_comment () |
| Get a boolean value indicating whether to remove comments and annotations. More... | |
| def | GetEnable_remove_content () |
| Get a boolean value indicating whether to remove invisible or obscured content. More... | |
| def | GetEnable_remove_fileattachment () |
| Get a boolean value indicating whether to remove embedded file attachments. More... | |
| def | GetEnable_remove_form_fields () |
| Get a boolean value indicating whether to remove interactive form fields. More... | |
| def | GetEnable_remove_hidden_layer () |
| Get a boolean value indicating whether to remove hidden layers (Optional Content Groups). More... | |
| def | GetEnable_remove_hidden_text () |
| Get a boolean value indicating whether to remove hidden text. More... | |
| def | GetEnable_remove_link () |
| Get a boolean value indicating whether to remove hyperlink annotations. More... | |
| def | GetEnable_remove_metadata () |
| Get a boolean value indicating whether to remove document metadata. More... | |
| def | GetEnable_remove_overlaping () |
| Get a boolean value indicating whether to remove overlapping objects. More... | |
| def | GetEnable_remove_searchIndex () |
| Get a boolean value indicating whether to remove the search index. More... | |
| def | SetEnable_remove_bookmark (value) |
| Set a boolean value indicating whether to remove bookmarks. More... | |
| def | SetEnable_remove_comment (value) |
| Set a boolean value indicating whether to remove comments and annotations. More... | |
| def | SetEnable_remove_content (value) |
| Set a boolean value indicating whether to remove invisible or obscured content. More... | |
| def | SetEnable_remove_fileattachment (value) |
| Set a boolean value indicating whether to remove embedded file attachments. More... | |
| def | SetEnable_remove_form_fields (value) |
| Set a boolean value indicating whether to remove interactive form fields. More... | |
| def | SetEnable_remove_hidden_layer (value) |
| Set a boolean value indicating whether to remove hidden layers (Optional Content Groups). More... | |
| def | SetEnable_remove_hidden_text (value) |
| Set a boolean value indicating whether to remove hidden text. More... | |
| def | SetEnable_remove_link (value) |
| Set a boolean value indicating whether to remove hyperlink annotations. More... | |
| def | SetEnable_remove_metadata (value) |
| Set a boolean value indicating whether to remove document metadata. More... | |
| def | SetEnable_remove_overlaping (value) |
| Set a boolean value indicating whether to remove overlapping objects. More... | |
| def | SetEnable_remove_searchIndex (value) |
| Set a boolean value indicating whether to remove the search index. More... | |
Configuration settings for removing hidden or sensitive data from a PDF document.
| fsdk.HiddenInfoSettingData.GetEnable_remove_bookmark | ( | ) |
Get a boolean value indicating whether to remove bookmarks.
Bookmarks are document outlines that may reveal document structure or private section names.
| fsdk.HiddenInfoSettingData.GetEnable_remove_comment | ( | ) |
Get a boolean value indicating whether to remove comments and annotations.
Comments may contain personal notes, editorial feedback, or private data.
| fsdk.HiddenInfoSettingData.GetEnable_remove_content | ( | ) |
Get a boolean value indicating whether to remove invisible or obscured content.
Includes content fully covered by other elements or outside the visible page area.
| fsdk.HiddenInfoSettingData.GetEnable_remove_fileattachment | ( | ) |
Get a boolean value indicating whether to remove embedded file attachments.
File attachments may contain hidden or unrelated external content embedded in the PDF.
| fsdk.HiddenInfoSettingData.GetEnable_remove_form_fields | ( | ) |
Get a boolean value indicating whether to remove interactive form fields.
Form fields such as text boxes and checkboxes may store sensitive user input.
| fsdk.HiddenInfoSettingData.GetEnable_remove_hidden_layer | ( | ) |
Get a boolean value indicating whether to remove hidden layers (Optional Content Groups).
Hidden layers can contain text or graphics not visible in normal viewing mode.
| fsdk.HiddenInfoSettingData.GetEnable_remove_hidden_text | ( | ) |
Get a boolean value indicating whether to remove hidden text.
Hidden text may be visually invisible but still accessible through text extraction.
| fsdk.HiddenInfoSettingData.GetEnable_remove_link | ( | ) |
Get a boolean value indicating whether to remove hyperlink annotations.
Links may lead to external sites or reference internal sensitive sections.
| fsdk.HiddenInfoSettingData.GetEnable_remove_metadata | ( | ) |
Get a boolean value indicating whether to remove document metadata.
Metadata may contain title, author, keywords, and other hidden descriptive information.
| fsdk.HiddenInfoSettingData.GetEnable_remove_overlaping | ( | ) |
Get a boolean value indicating whether to remove overlapping objects.
Overlapping elements can be used to obscure sensitive content or create misleading visuals.
| fsdk.HiddenInfoSettingData.GetEnable_remove_searchIndex | ( | ) |
Get a boolean value indicating whether to remove the search index.
Search indexes speed up full-text search but may retain hidden or outdated content.
| fsdk.HiddenInfoSettingData.SetEnable_remove_bookmark | ( | value | ) |
Set a boolean value indicating whether to remove bookmarks.
Bookmarks are document outlines that may reveal document structure or private section names.
| [in] | value | A boolean value indicating whether to remove bookmarks. |
| fsdk.HiddenInfoSettingData.SetEnable_remove_comment | ( | value | ) |
Set a boolean value indicating whether to remove comments and annotations.
Comments may contain personal notes, editorial feedback, or private data.
| [in] | value | A boolean value indicating whether to remove comments and annotations. |
| fsdk.HiddenInfoSettingData.SetEnable_remove_content | ( | value | ) |
Set a boolean value indicating whether to remove invisible or obscured content.
Includes content fully covered by other elements or outside the visible page area.
| [in] | value | A boolean value indicating whether to remove invisible or obscured content. |
| fsdk.HiddenInfoSettingData.SetEnable_remove_fileattachment | ( | value | ) |
Set a boolean value indicating whether to remove embedded file attachments.
File attachments may contain hidden or unrelated external content embedded in the PDF.
| [in] | value | A boolean value indicating whether to remove embedded file attachments. |
| fsdk.HiddenInfoSettingData.SetEnable_remove_form_fields | ( | value | ) |
Set a boolean value indicating whether to remove interactive form fields.
Form fields such as text boxes and checkboxes may store sensitive user input.
| [in] | value | A boolean value indicating whether to remove interactive form fields. |
| fsdk.HiddenInfoSettingData.SetEnable_remove_hidden_layer | ( | value | ) |
Set a boolean value indicating whether to remove hidden layers (Optional Content Groups).
Hidden layers can contain text or graphics not visible in normal viewing mode.
| [in] | value | A boolean value indicating whether to remove hidden layers (Optional Content Groups). |
| fsdk.HiddenInfoSettingData.SetEnable_remove_hidden_text | ( | value | ) |
Set a boolean value indicating whether to remove hidden text.
Hidden text may be visually invisible but still accessible through text extraction.
| [in] | value | A boolean value indicating whether to remove hidden text. |
| fsdk.HiddenInfoSettingData.SetEnable_remove_link | ( | value | ) |
Set a boolean value indicating whether to remove hyperlink annotations.
Links may lead to external sites or reference internal sensitive sections.
| [in] | value | A boolean value indicating whether to remove hyperlink annotations. |
| fsdk.HiddenInfoSettingData.SetEnable_remove_metadata | ( | value | ) |
Set a boolean value indicating whether to remove document metadata.
Metadata may contain title, author, keywords, and other hidden descriptive information.
| [in] | value | A boolean value indicating whether to remove document metadata. |
| fsdk.HiddenInfoSettingData.SetEnable_remove_overlaping | ( | value | ) |
Set a boolean value indicating whether to remove overlapping objects.
Overlapping elements can be used to obscure sensitive content or create misleading visuals.
| [in] | value | A boolean value indicating whether to remove overlapping objects. |
| fsdk.HiddenInfoSettingData.SetEnable_remove_searchIndex | ( | value | ) |
Set a boolean value indicating whether to remove the search index.
Search indexes speed up full-text search but may retain hidden or outdated content.
| [in] | value | A boolean value indicating whether to remove the search index. |