Completed
Last Updated: 17 May 2023 11:35 by ADMIN
Release R2 2023
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