Product:
Convert PDF to Word with the Structured Output Module
Product Version:
“PDFTron.NET.x64” Version=“10.3.0”
Structured Output Module Latest Version
Please give a brief summary of your issue:
We want to build a service that converts PDF to Word in an Azure Function.
During the conversion, an error occurs from the Structured Output module:
Exception:
Message: An Internal Error occurred.
Conditional expression: exit_code == 0
Version : 10.3.0-cdd5a17249
Platform : Windows
Architecture : AMD64
Filename : SolidStructuredOutput.cpp
Function : trn::PDF::SolidStructuredOutput::DoConvert
Linenumber : 777
Please describe your issue and provide steps to reproduce it:
It is reproducible, we have not yet been able to convert a PDF to Word in an Azure function. The error occurs in line 31.
Please provide a link to a minimal sample where the issue is reproducible:
TargetFramework = netstandard2.1
1 Like
Hi Max,
Can you please try the latest versions of PDFNet SDK and Structured Output Module, and see if that corrects the issue.
Latest official: Download PDF Library for Windows, Mac and Linux including options for .NET, Node.js, Go, Java, C/C++, C#, Ruby, Python | Apryse documentation
If that doesn’t fix the issue can you please provide some more info:
- Is the issue file specific?
- Does the issue only occur in the Azure function?
1 Like
Hello!
I have updated the SDK to the latest version.
It’s not file specific, I’ve tried it with a few different PDFs.
This is just an issue in an Azure function.
Now I get the same error, only with a different row number.
Exception:
Message: An Internal Error occurred.
Conditional expression: exit_code == 0
Version : 11.1.0-7e4d911f5a
Platform : Windows
Architecture : AMD64
Filename : SolidStructuredOutput.cpp
Function : trn::PDF::SolidStructuredOutput::DoConvert
Linenumber : 870
1 Like