Hi Christian and other DynaPDFMBS experts.
Ive gotten my pdf making working well on the Mac web app.
Of course loading it to the LINUX server I encounter font issues.
I've found a couple of commands (below) but I'm a bit lost on how to use them.
Is there an examples somewhere to help?
if TargetLinux then call pdf.AddFontSearchPath "/fonts", true call pdf.LoadFontEx("/fonts", 1, 10, true) else // on Mac and Windows we use system fonts. end if
A big thanks up front.
Cheers
James