PDF SDK Documentation
Comprehensive Guide for Developers: Features, Integration, and API Reference
Loading...
Searching...
No Matches
core.h
1
// Copyright (c) 2009-2025 Avanquest Software. All rights reserved.
2
3
#ifndef PDFSDK_CORE_H_INCLUDED_
4
#define PDFSDK_CORE_H_INCLUDED_
5
6
#include <
pdfsdk/core/acroform.h
>
7
#include <
pdfsdk/core/actions.h
>
8
#include <
pdfsdk/core/annots.h
>
9
#include <
pdfsdk/core/attachments.h
>
10
#include <
pdfsdk/core/bookmarks.h
>
11
#include <
pdfsdk/core/collection.h
>
12
#include <
pdfsdk/core/content.h
>
13
#include <
pdfsdk/core/document.h
>
14
#include <
pdfsdk/core/init.h
>
15
#include <
pdfsdk/core/measure.h
>
16
#include <
pdfsdk/core/objects.h
>
17
#include <
pdfsdk/core/optional_content.h
>
18
#include <
pdfsdk/core/security.h
>
19
#include <
pdfsdk/core/text.h
>
20
21
#endif
// PDFSDK_CORE_H_INCLUDED_
acroform.h
AcroForm API.
actions.h
Action API.
annots.h
Annotations API.
attachments.h
Attachments API.
bookmarks.h
Bookmarks API.
collection.h
Collection API.
content.h
Content API.
document.h
Document API.
optional_content.h
Optional Content API.
init.h
Initialization API.
measure.h
Measure API.
objects.h
Objects API.
security.h
Security API.
text.h
Page Text API.