PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
pdf2html.h
Go to the documentation of this file.
1// Copyright (c) 2009-2025 Avanquest Software. All rights reserved.
2
3#ifndef PDFSDK_CONVERT_PDF2HTML_H_INCLUDED_
4#define PDFSDK_CONVERT_PDF2HTML_H_INCLUDED_
5
11#include <pdfsdk/core.h>
12
13#ifdef PDF_PDF2HTML_EXPORTS
14#define PDF_PDF2HTML_API PDFSDK_EXPORT_
15#else
16#define PDF_PDF2HTML_API PDFSDK_IMPORT_
17#endif
18
20 const wchar_t* outputFolder;
21 bool useHTMExtension;
22};
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28PDF_PDF2HTML_API PDErrCode PDFSDK_CALLCONV PDFConvertToHtml(PDDoc source,
29 const PDPageRange* pageRange,
30 const PDProgressMonitor* progress,
31 void* progressData,
33
34#ifdef __cplusplus
35}
36#endif
37
38#endif // PDFSDK_CONVERT_PDF2HTML_H_INCLUDED_
int32_t PDErrCode
Definition errors.h:44
Definition pdf2html.h:19
Definition document.h:37
Definition progress_monitor.h:15