|
Foxit PDF SDK
|
Structure of audit space, the unit is byte type. More...
Public Member Functions | |
| def | GetAcroforms () |
| Get total size of AcroForm data in bytes. More... | |
| def | GetBookmarks () |
| Get total size of bookmarks data in bytes. More... | |
| def | GetColor_space () |
| Get total size of color space definitions in bytes. More... | |
| def | GetComments_and_3d_contents () |
| Get total size of comments and 3D contents in bytes. More... | |
| def | GetContent_streams () |
| Get total size of all page content streams in bytes. More... | |
| def | GetCross_ref_tables () |
| Get total size of the cross-reference table in bytes. More... | |
| def | GetEmbed_files () |
| Get total size of embedded file streams in bytes. More... | |
| def | GetExtend_graphics_states () |
| Get total size of extended graphics states in bytes. More... | |
| def | GetFonts () |
| Get total size of embedded fonts in bytes. More... | |
| def | GetImages () |
| Get total size of embedded images in bytes. More... | |
| def | GetLink_annots () |
| Get total size of link annotations in bytes. More... | |
| def | GetNamed_destnations () |
| Get total size of named destinations in bytes. More... | |
| def | GetPattern_infos () |
| Get total size of pattern objects in bytes. More... | |
| def | GetPiece_infos () |
| Get total size of piece information in bytes. More... | |
| def | GetShading_pattern_infos () |
| Get total size of shading pattern information in bytes. More... | |
| def | GetStructure_infos () |
| Get total size of structural information in bytes. More... | |
| def | GetThumbs () |
| Get total size of page thumbnails in bytes. More... | |
| def | GetWeb_infos () |
| Get total size of web-related metadata in bytes. More... | |
| def | GetX_object_forms () |
| Get total size of XObject Forms in bytes. More... | |
| def | SetAcroforms (value) |
| Set total size of AcroForm data in bytes. More... | |
| def | SetBookmarks (value) |
| Set total size of bookmarks data in bytes. More... | |
| def | SetColor_space (value) |
| Set total size of color space definitions in bytes. More... | |
| def | SetComments_and_3d_contents (value) |
| Set total size of comments and 3D contents in bytes. More... | |
| def | SetContent_streams (value) |
| Set total size of all page content streams in bytes. More... | |
| def | SetCross_ref_tables (value) |
| Set total size of the cross-reference table in bytes. More... | |
| def | SetEmbed_files (value) |
| Set total size of embedded file streams in bytes. More... | |
| def | SetExtend_graphics_states (value) |
| Set total size of extended graphics states in bytes. More... | |
| def | SetFonts (value) |
| Set total size of embedded fonts in bytes. More... | |
| def | SetImages (value) |
| Set total size of embedded images in bytes. More... | |
| def | SetLink_annots (value) |
| Set total size of link annotations in bytes. More... | |
| def | SetNamed_destnations (value) |
| Set total size of named destinations in bytes. More... | |
| def | SetPattern_infos (value) |
| Set total size of pattern objects in bytes. More... | |
| def | SetPiece_infos (value) |
| Set total size of piece information in bytes. More... | |
| def | SetShading_pattern_infos (value) |
| Set total size of shading pattern information in bytes. More... | |
| def | SetStructure_infos (value) |
| Set total size of structural information in bytes. More... | |
| def | SetThumbs (value) |
| Set total size of page thumbnails in bytes. More... | |
| def | SetWeb_infos (value) |
| Set total size of web-related metadata in bytes. More... | |
| def | SetX_object_forms (value) |
| Set total size of XObject Forms in bytes. More... | |
Structure of audit space, the unit is byte type.
| fsdk.AuditSpaceSize.GetAcroforms | ( | ) |
Get total size of AcroForm data in bytes.
AcroForms define interactive form fields in PDF documents.
| fsdk.AuditSpaceSize.GetBookmarks | ( | ) |
Get total size of bookmarks data in bytes.
Bookmarks (or outlines) help navigate a PDF document's content hierarchy.
| fsdk.AuditSpaceSize.GetColor_space | ( | ) |
Get total size of color space definitions in bytes.
Includes all color space objects like ICC profiles, CalRGB, DeviceN, etc.
| fsdk.AuditSpaceSize.GetComments_and_3d_contents | ( | ) |
Get total size of comments and 3D contents in bytes.
Includes PDF comments and embedded 3D object data, such as U3D or PRC models.
| fsdk.AuditSpaceSize.GetContent_streams | ( | ) |
Get total size of all page content streams in bytes.
Content streams include the actual PDF instructions for rendering page content.
| fsdk.AuditSpaceSize.GetCross_ref_tables | ( | ) |
Get total size of the cross-reference table in bytes.
The cross-reference table maps object numbers to byte offsets in the PDF file.
| fsdk.AuditSpaceSize.GetEmbed_files | ( | ) |
Get total size of embedded file streams in bytes.
Embedded files include attachments such as spreadsheets, text files, or other documents.
| fsdk.AuditSpaceSize.GetExtend_graphics_states | ( | ) |
Get total size of extended graphics states in bytes.
Extended graphics states control rendering properties like transparency, blend modes, and line styles.
| fsdk.AuditSpaceSize.GetFonts | ( | ) |
Get total size of embedded fonts in bytes.
Includes both fully and partially embedded font programs.
| fsdk.AuditSpaceSize.GetImages | ( | ) |
Get total size of embedded images in bytes.
Includes all raster images used across the document.
| fsdk.AuditSpaceSize.GetLink_annots | ( | ) |
Get total size of link annotations in bytes.
Includes all hyperlink and navigation annotations within the document.
| fsdk.AuditSpaceSize.GetNamed_destnations | ( | ) |
Get total size of named destinations in bytes.
Named destinations are predefined navigation targets used by links and outlines.
| fsdk.AuditSpaceSize.GetPattern_infos | ( | ) |
Get total size of pattern objects in bytes.
Includes tiling and shading patterns used for fills and strokes.
| fsdk.AuditSpaceSize.GetPiece_infos | ( | ) |
Get total size of piece information in bytes.
PieceInfo is used by some workflows to store private application data.
| fsdk.AuditSpaceSize.GetShading_pattern_infos | ( | ) |
Get total size of shading pattern information in bytes.
Covers all shading patterns used for gradient fills.
| fsdk.AuditSpaceSize.GetStructure_infos | ( | ) |
Get total size of structural information in bytes.
Structural information includes tagged PDF structures used for accessibility and reflow.
| fsdk.AuditSpaceSize.GetThumbs | ( | ) |
Get total size of page thumbnails in bytes.
Thumbnails are small preview images associated with pages.
| fsdk.AuditSpaceSize.GetWeb_infos | ( | ) |
Get total size of web-related metadata in bytes.
Web info may include additional metadata used for web viewing or cataloging.
| fsdk.AuditSpaceSize.GetX_object_forms | ( | ) |
Get total size of XObject Forms in bytes.
XObject Forms are reusable content streams that can be drawn multiple times.
| fsdk.AuditSpaceSize.SetAcroforms | ( | value | ) |
Set total size of AcroForm data in bytes.
AcroForms define interactive form fields in PDF documents.
| [in] | value | Total size of AcroForm data in bytes. |
| fsdk.AuditSpaceSize.SetBookmarks | ( | value | ) |
Set total size of bookmarks data in bytes.
Bookmarks (or outlines) help navigate a PDF document's content hierarchy.
| [in] | value | Total size of bookmarks data in bytes. |
| fsdk.AuditSpaceSize.SetColor_space | ( | value | ) |
Set total size of color space definitions in bytes.
Includes all color space objects like ICC profiles, CalRGB, DeviceN, etc.
| [in] | value | Total size of color space definitions in bytes. |
| fsdk.AuditSpaceSize.SetComments_and_3d_contents | ( | value | ) |
Set total size of comments and 3D contents in bytes.
Includes PDF comments and embedded 3D object data, such as U3D or PRC models.
| [in] | value | Total size of comments and 3D contents in bytes. |
| fsdk.AuditSpaceSize.SetContent_streams | ( | value | ) |
Set total size of all page content streams in bytes.
Content streams include the actual PDF instructions for rendering page content.
| [in] | value | Total size of all page content streams in bytes. |
| fsdk.AuditSpaceSize.SetCross_ref_tables | ( | value | ) |
Set total size of the cross-reference table in bytes.
The cross-reference table maps object numbers to byte offsets in the PDF file.
| [in] | value | Total size of the cross-reference table in bytes. |
| fsdk.AuditSpaceSize.SetEmbed_files | ( | value | ) |
Set total size of embedded file streams in bytes.
Embedded files include attachments such as spreadsheets, text files, or other documents.
| [in] | value | Total size of embedded file streams in bytes. |
| fsdk.AuditSpaceSize.SetExtend_graphics_states | ( | value | ) |
Set total size of extended graphics states in bytes.
Extended graphics states control rendering properties like transparency, blend modes, and line styles.
| [in] | value | Total size of extended graphics states in bytes. |
| fsdk.AuditSpaceSize.SetFonts | ( | value | ) |
Set total size of embedded fonts in bytes.
Includes both fully and partially embedded font programs.
| [in] | value | Total size of embedded fonts in bytes. |
| fsdk.AuditSpaceSize.SetImages | ( | value | ) |
Set total size of embedded images in bytes.
Includes all raster images used across the document.
| [in] | value | Total size of embedded images in bytes. |
| fsdk.AuditSpaceSize.SetLink_annots | ( | value | ) |
Set total size of link annotations in bytes.
Includes all hyperlink and navigation annotations within the document.
| [in] | value | Total size of link annotations in bytes. |
| fsdk.AuditSpaceSize.SetNamed_destnations | ( | value | ) |
Set total size of named destinations in bytes.
Named destinations are predefined navigation targets used by links and outlines.
| [in] | value | Total size of named destinations in bytes. |
| fsdk.AuditSpaceSize.SetPattern_infos | ( | value | ) |
Set total size of pattern objects in bytes.
Includes tiling and shading patterns used for fills and strokes.
| [in] | value | Total size of pattern objects in bytes. |
| fsdk.AuditSpaceSize.SetPiece_infos | ( | value | ) |
Set total size of piece information in bytes.
PieceInfo is used by some workflows to store private application data.
| [in] | value | Total size of piece information in bytes. |
| fsdk.AuditSpaceSize.SetShading_pattern_infos | ( | value | ) |
Set total size of shading pattern information in bytes.
Covers all shading patterns used for gradient fills.
| [in] | value | Total size of shading pattern information in bytes. |
| fsdk.AuditSpaceSize.SetStructure_infos | ( | value | ) |
Set total size of structural information in bytes.
Structural information includes tagged PDF structures used for accessibility and reflow.
| [in] | value | Total size of structural information in bytes. |
| fsdk.AuditSpaceSize.SetThumbs | ( | value | ) |
Set total size of page thumbnails in bytes.
Thumbnails are small preview images associated with pages.
| [in] | value | Total size of page thumbnails in bytes. |
| fsdk.AuditSpaceSize.SetWeb_infos | ( | value | ) |
Set total size of web-related metadata in bytes.
Web info may include additional metadata used for web viewing or cataloging.
| [in] | value | Total size of web-related metadata in bytes. |
| fsdk.AuditSpaceSize.SetX_object_forms | ( | value | ) |
Set total size of XObject Forms in bytes.
XObject Forms are reusable content streams that can be drawn multiple times.
| [in] | value | Total size of XObject Forms in bytes. |