Alaska Software Inc. - PDF files font corruption
Username: Password:
AuthorTopic: PDF files font corruption
M.B. BaijuPDF files font corruption
on Mon, 16 Aug 2021 08:49:06 +0200
Hello,

In my project Report generation I am using FRAX. Up to now it is working okay.

When I export my report to PDF, some computers showing some scribbled characters. (font I am using 8.Arial)

But same file we tried in other computers it is working fine.Now it is happening repeatedly.

Anybody have same problem facing ? 

Regards,

M.B.BAIJU



pdf.jpg
Matej JuracRe: PDF files font corruption
on Mon, 30 Aug 2021 08:05:32 +0200
Make sure you for PdfExport object do:

- include fonts into .pdf file when generating it with frax
- create in "print" quality

oFr3:EmbeddedFonts := .t.
oFr3:PrintOptimized := .t.

Mind it will produce a bit larger files.



M.B. Baiju je 16.8.2021 ob 8:49 napisal:
> Hello,
> 
> In my project Report generation I am using FRAX. Up to now it is working okay.
> 
> When I export my report to PDF, some computers showing some scribbled characters. (font I am using 8.Arial)
> 
> But same file we tried in other computers it is working fine.Now it is happening repeatedly.
> 
> Anybody have same problem facing ?
> 
> Regards,
> 
> M.B.BAIJU