Pdftools SDK
Loading...
Searching...
No Matches
PdfTools_PdfToolsObfuscation.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 * File: PdfTools_PdfToolsObfuscation.h
4 *
5 * Description: Sub Header file for Pdftools SDK
6 *
7 * Author: PDF Tools AG
8 *
9 * Copyright: Copyright (C) 2023 - 2025 PDF Tools AG, Switzerland
10 * All rights reserved.
11 *
12 * Notice: By downloading and using this artifact, you accept PDF Tools AG's
13 * [license agreement](https://www.pdf-tools.com/license-agreement/),
14 * [privacy policy](https://www.pdf-tools.com/privacy-policy/),
15 * and allow PDF Tools AG to track your usage data.
16 *
17 *****************************************************************************/
18
19#ifndef PDFTOOLS_PDFTOOLSOBFUSCATION_H__
20#define PDFTOOLS_PDFTOOLSOBFUSCATION_H__
21
22#ifndef PDFTOOLS_CALL
23#if defined(WIN32)
24#define PDFTOOLS_CALL __stdcall
25#else
26#define PDFTOOLS_CALL
27#endif
28#endif
29
30#include "PdfTools_Types.h"
32
33#ifdef __cplusplus
34extern "C"
35{
36#endif
37
38#ifdef _UNICODE
39#else
40#endif
41
42/******************************************************************************
43 * Processor
44 *****************************************************************************/
54PDFTOOLS_EXPORT TPdfToolsObfuscation_Processor* PDFTOOLS_CALL PdfToolsObfuscation_Processor_New(void);
102PDFTOOLS_EXPORT TPdfToolsPdf_Document* PDFTOOLS_CALL PdfToolsObfuscation_Processor_ProcessDocument(
103 TPdfToolsObfuscation_Processor* pProcessor, TPdfToolsPdf_Document* pInDoc,
104 const TPdfToolsSys_StreamDescriptor* pOutStreamDesc, TPdfToolsObfuscationProfiles_Profile* pProfile,
105 TPdfToolsPdf_OutputOptions* pOutOptions);
108#ifdef __cplusplus
109}
110#endif
111
112#endif /* PDFTOOLS_PDFTOOLSOBFUSCATION_H__ */
#define PDFTOOLS_CALL
Definition PdfTools_PdfToolsObfuscation.h:26
#define PDFTOOLS_EXPORT
Definition PdfTools_Platform.h:143
The PDF document PDF documents are either opened using PdfToolsPdf_Document_Open or the result of an ...
The parameters for document-level features of output PDFs Output options are used in many operations ...
Structure that groups a set of callbacks that model streams.
Definition PdfTools_PdfToolsSys.h:49