Hello,
Hi Becky,
Thanks for using our products.
I
have tested the scenario and I am able to reproduce the same problem. For the
sake of correction, I have logged it in our issue tracking system as PDFNEWJAVA-33646. We
will investigate this issue in details and will keep you updated on the status
of a correction.
We apologize for your inconvenience.
PS, please note that Aspose.Pdf.Kit for Java has been merged into Aspose.Pdf for Java and all the classes are now present under com.aspose.pdf.facades package. Please note that the separate release of Aspose.Pdf.Kit for Java will be discontinued in Q3 this year. For further information, please visit Migration from Aspose.Pdf.Kit for Java
Hello Team,
Hi Becky,
<span style=“font-size:10.0pt;font-family:“Verdana”,“sans-serif”;
color:#333333”>Since we recently have been able to notice this issue, and until
or unless we have investigated and have figured out the actual reasons of this
problem, we might not be able to share any timelines by which this problem will
be resolved.<o:p></o:p>
However, I have updated the development team to try getting this issue resolved before the end of September and I hope we would be able to fix this issue in specified time (it's not a promise but we can try to get it fixed by said time). As soon as we have made some significant progress towards the resolution of this issue, we would be more than happy to update you with the status of correction.
Please be patient and spare us little time. Your patience and comprehension is greatly appreciated in this regard.
Hi,
beckymc:
Is there any update on this issue: PDFNEWJAVA-33646 ?When can we expect the fix for that to be released?Hi Becky,Thanks for your patience.The development team has been busy resolving other priority issues and I am afraid the above stated issue is not yet resolved. However I have requested the team to share the possible ETA regarding its resolution. As soon as I have the required information, I would be more than happy to update you with the status of correction. Please be patient and spare us little more time.
Hi Becky,
Hi Becky,
// load source PDF file<o:p></o:p>
com.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document("c:/pdftest/example-original-resume.pdf");
// save the file into HTML format
pdfDocument.save(“c:/pdftest/example-original-resume.html”,
com.aspose.pdf.SaveFormat.Html);
The issues you have found earlier (filed as PDFNEWJAVA-33646) have been fixed in Aspose.Pdf for Java 4.3.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi Nayyer,
Hi Nayyer,
beckymc:
Thank you & team for getting this fix into the release. I tried the new 4.3.0 download, and indeed the formatting has been fixed. Looks great when you open it with a browser!But is there a way, with the new API, to extract the PDF text and convert it to formatted HTML all in one .html file? (no generated folder with the same name as the .html file, containing the .css)The previous aspose-PDF-kit API supported it and that is exactly what we need - that is: extract text only from the PDF, omit images, preserve the text format, and output to one .html file . I didn’t find a way in the 4.3.0 API to do that.Hi Becky,Thanks for sharing your findings and sorry for the delayed response.The PDF to HTML using com.aspose.pdf.Document class is new approach and it creates separate folder containing extracted images and CSS information. However, we already have noticed that extractTextAsHTML(…) method is missing from com.aspose.pdf.facades.PdfExtractor class. For
the sake of correction, we already have logged it in our issue tracking system as PDFNEWJAVA-33692. We
will investigate this issue in details and will keep you updated on the status
of a correction.
We apologize for your inconvenience.
Hello -
I’m inquiring about the status of this ticket: PDFJAVA-33692
The ticket is about providing the missing extractTextAsHTML() method that would generate the HTML in a single .html file.
Thanks in advance -
Becky McElroy
Hi Becky,
any possible ETA. As soon as I have some updates regarding its resolution, I
would be more than happy to update you with the status of correction. Please be
patient and spare us little time.
We are sorry for this delay and inconvenience.
Ok, thank you.
Hi Becky,
Document pdfDocument = new Document(“input.pdf”);<o:p></o:p>
com.aspose.pdf.HtmlSaveOptions saveOptions = new com.aspose.pdf.HtmlSaveOptions();<o:p></o:p>
pdfDocument.save(“output.html”, saveOptions);
Hello Nayyer,
Thanks for the update and solution suggestion. We’ll give it a try, and if we have issues we’ll open a new ticket at that time.
This ticket can be closed now.
Thank you for your support!
Kind regards,
Becky
Hi Becky,