Text mark as hidden in converted html

Why is the pagenumber mark with style=“visibility:hidden;”?

var pdf = new Document(@“d:\debug\asposeTest02.pdf”);
var saveOptions = new Aspose.Pdf.HtmlSaveOptions();
saveOptions.DocumentType = HtmlDocumentType.Xhtml;
saveOptions.PartsEmbeddingMode = HtmlSaveOptions.PartsEmbeddingModes.NoEmbedding;
saveOptions.FontSavingMode = HtmlSaveOptions.FontSavingModes.AlwaysSaveAsTTF;
saveOptions.FixedLayout = true;
pdf.Save(@“d:\debug\asposeTest02.html”, saveOptions);
asposeTest02.pdf (47.6 KB)

@PELLE42,

I have observed your issue and like to inform that I have created investigation ticket with ID PDFNET-48242 in our issue tracking system to investigate and resolve this issue as soon possible.