Data loss in EPUB to PDF Conversion

Hello team,
I am trying to convert EPUB file into PDF file. but after conversion it create a PDF file without text. That mean i am losing my data of EPUB file.
So please figure me out from this problem.
I am using this code for conversion.
File file = new File(“C:\Desktop\20 EPUB FILE\Native-Son.epub”);
FileInputStream stream = new FileInputStream(file);
PdfSaveOptions option = new PdfSaveOptions();
Converter.convertEPUB(stream, option,“C:\Desktop\ss.pdf” );
System.out.println(“Conversion completed”);
This code converting into pdf properly but in some EPUB files are not converting.
This is Input file(.EPUB) Native-Son.zip (127.3 KB)
This is Output file(.PDF) ss.pdf (2.1 MB)

@AvinashRohit

An issue as HTMLJAVA-815 has been logged in our issue tracking system for further investigation. We will look into its details and keep you informed about its rectification status. Please be patient and spare us some time.

We are sorry for the inconvenience.

hello team what’s the status of my issue ?

@AvinashRohit

Please note that the issue has just been logged in our issue tracking system and an initial investigation is pending. It will be analyzed on a first come first serve basis and we will surely inform you once we have some news about its resolution ETA. Please be patient and give us some time.