Pdf to Html upside down text

Hello,

I’m trying to convert a pdf to html and the pdf contains some upside down text (rotated 180 degrees). Output html will contain gibberish characters.

I know there is an existing bug PDFNET-43332 (found here: Convert pdf with text upside down inside to HTML incorrect) that should tackle this. Is there a workaround that I can use in the meantime ?

@ruspaull

Please use following UseZOrder conversion option in order to prevent the issue:

saveOptions.UseZOrder = true;