Loading...
Searching...
No Matches
JobRequest.h
Go to the documentation of this file.
1//---------------------------------------------------------------------------------------
2// Copyright (c) 2001-2025 by Apryse Software Inc. All Rights Reserved.
3// Consult legal.txt regarding legal and license information.
4//---------------------------------------------------------------------------------------
5
6#ifndef H_PDFJobRequest
7#define H_PDFJobRequest
8
9namespace pdftron {
10 namespace PDF {
11
13{
14public:
15
16 /*
17 * ResultState contains the valid result state of requesting a job
18 */
31
39 typedef void(*ProcHandler) (ResultState state, const char * utf8_filepath, void * custom_data);
40};
41
42 }; // namespace PDF
43}; // namespace pdftron
44
45#endif // H_PDFJobRequest
void(* ProcHandler)(ResultState state, const char *utf8_filepath, void *custom_data)
Definition JobRequest.h:39
@ e_previous_crash
Abort this render because we've crashed on this file previously.
Definition JobRequest.h:25
@ e_package_error
Failure due to encountering a PDF package.
Definition JobRequest.h:24
@ e_postponed
Change to e_success for final release.
Definition JobRequest.h:29
@ e_cancel
The request was cancelled before it was processed.
Definition JobRequest.h:23
@ e_security_error
Failure due to password restriction.
Definition JobRequest.h:22
@ e_failure
The request could not be retrieved.
Definition JobRequest.h:20
@ e_success
Successful retrieval of the request.
Definition JobRequest.h:21
@ e_not_found
GetBitmap was called with a uuid, but could not find the bitmap. GetBitmap should be called again wit...
Definition JobRequest.h:26
@ e_fetch
The following cases are just used for debugging and are not exposed.
Definition JobRequest.h:27