When I use aspose-pdf-10.4.1.java to convert the attached pdf to html, the resulting html has background. The conversion code is simple.
//
// Generate html from the pdf
//
ByteArrayInputStream inStream = …...ByteArrayInputStream inStream = new ByteArrayInputStream(pdfBytes);...com.aspose.pdf.Document doc = new com.aspose.pdf.Document(inStream);...