We used to build PDF document using QuickReport for years. Now we have the customer who uses uncommon font for print layouts and we have to embed this font inside PDF so it can be opened with this font on any device.
This can be achieved when we add this line of code:
pdfFilter.FontHandling := fhAutoembed;
We've got access violation error now...