when converting a docx file to pdf,:
{
DocToPDFConverter converter = new DocToPDFConverter()
PdfDocument pdfDocument = converter.ConvertToPDF(wordDocument);
}
if the docx contains some numbers in RTL font, then, the numbers are REVERSED in the converted PDF. (unwanted behavior)
see, attached source DOCX and output PDF.
what can I do to solve this problem?
do you have quickfix, patch?
is there a workaround?
Attachment:
doc2pdf_9a9b5a35.zip