Hi,
We are facing the issue while extracting the text from the document. It is not converting and not returning any error.
Code :
License license = new License();
InputStream streamLicense = licenceStream();
license.setLicense(streamLicense);
LoadOptions opts = new LoadOptions();
opts.setResourceLoadingCallback(new HandleResourceLoadingCallback());
Document doc = new Document(filedat, opts);
streamLicense.close();
filedat.close();
//getpages
pageCount = doc.getPageCount();
then extracting text as per the pages
Kindly check it on top priority, as it is on our production
Aspose Version - 22.9
PFA…
Sample.zip (195.8 KB)