cognidox / OfficeToPDF

A command line tool to convert Microsoft Office documents to PDFs
https://www.cognidox.com/
Other
610 stars 137 forks source link

Error codes #10

Closed jaydubal closed 6 years ago

jaydubal commented 6 years ago

The error codes received, no longer match the list shown in documentation. Can you please update the list? I got error codes like 35, 65 ...

vittala commented 6 years ago

Hi Error codes are ORed together if multiple errors occur, so:

35 = 1 (failure) + 2 (unknown error) + 32 (unsupported file format) 65 = 1 (failure) + 64 (source file not found)

Regards Vittal