Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Error when converting pdf to docx: "Specified argument was out of the range of valid values."

$
0
0
using apose.pdf 9.0.0 i recieve this exception when saving the attached pdf to doc:

class com.aspose.ms.System.h: Specified argument was out of the range of valid values.
com.aspose.pdf.ADocument.saveInternal(Unknown Source)
com.aspose.pdf.Document.saveInternal(Unknown Source)
com.aspose.pdf.ADocument.save(Unknown Source)
com.aspose.pdf.Document.save(Unknown Source)


Related code:
Locale.setDefault(new Locale("en-us"));
com.aspose.pdf.Document doc = new com.aspose.pdf.Document(staticFile.getAbsolutePath());
doc.save(tmpFile, SaveFormat.DocX);

Viewing all articles
Browse latest Browse all 3131

Trending Articles