FastReport.Net 2013 PDF Export for Apple devices
will the FastReport.Net 2013 PDF Export create pdf files readable for Apple devices?
currently FR generates pdf files that cannot be opened on any Apple OS...
currently FR generates pdf files that cannot be opened on any Apple OS...
Comments
In our C# program we added this line:
pdfExportEmail.EmbeddingFonts = true;
That solved our Apple problem.
This works! Thank you very much.