PDF.Convert.ToXod exception with PDFTron PDFNet on WinService

246 views Asked by At

I try to use the PDF.Convert.ToXod to convert file as .xod, but it occurs exception, the exception as below:

Exception:

 Message: An error occurred while converting the file.

Detailed error:

The dictionary does not contain required key: VRes
 Conditional expression: false
 Filename   : Convert.cpp
 Function   : trn::PDF::Convert::ToPdf
 Linenumber : 1679

Who have any ideas on it?

1

There are 1 answers

0
Ryan On

This has been corrected in the release channel, and official downloads will be updated soon. In the meantime, please contact support at pdftron to get a build with the fix. Be sure to include exactly what version you need (e.g. .Net 4 64bit)

Or, as a workaround if you don't want to update versions, is to follow the AddImageTest sample project, which will not hit this error.