Unplanned
Last Updated: 15 Jul 2020 10:51 by ADMIN
Dimitar
Created on: 15 Jul 2020 10:41
Category: PdfProcessing
Type: Bug Report
1
PdfProcessing: Wrong encoding is used when the PDF file contains font with custom encoding

Wrong encoding is used when the PDF file contains font with custom encoding

Workaround:

foreach (var widget in field.Widgets)
{
    widget.TextProperties.Font = FontsRepository.Helvetica;
}

0 comments