3#ifndef PDFSDK_CONVERT_PDF2IMAGE_H_INCLUDED_
4#define PDFSDK_CONVERT_PDF2IMAGE_H_INCLUDED_
11#include <pdfsdk/core.h>
13#ifdef PDF_PDF2IMAGE_EXPORTS
14#define PDF_PDF2IMAGE_API PDFSDK_EXPORT_
16#define PDF_PDF2IMAGE_API PDFSDK_IMPORT_
19typedef void (*PDFReplaceFileQuestionProc)(
void*,
const wchar_t*,
bool*,
bool*);
int32_t PDErrCode
Definition errors.h:44
PDFSDK_IMPORT_ PDErrCode PDFSDK_CALLCONV PDFConvertToImage(PDDoc source, const PDPageRange *pageRange, const PDProgressMonitor *progress, void *progressData, const PDFConvertToImageParams *params)
A function to covert all or specific pages of a PDF document into separate image files.
Contains conversion-related parameters such as the system output folder, desired image type,...
Definition pdf2image.h:25
const wchar_t * filenamePrefix
Definition pdf2image.h:30
bool * saveToOutputSuccess
Definition pdf2image.h:34
PDFReplaceFileQuestionProc replaceFileQuestion
Definition pdf2image.h:36
const wchar_t * extension
Definition pdf2image.h:28
const wchar_t * outputFolder
Definition pdf2image.h:26
int targetDpi
Definition pdf2image.h:38
void * replaceFileQuestionData
Definition pdf2image.h:37
Definition progress_monitor.h:15