I'm trying to create a PDF with fonts encoded as winansi
instead of custom
.
The source file is PCL and I use ghostpcl
to convert it to PDF using pdfwrite
device.
The PDF is created successfully. However, the font encoding (when checked with pdffonts
) is 'custom', but I want it to be 'winansi'. How can I achieve this?