Is there a work around for the problem with Adobe PDF readers no longer supporting the Arial Narrow Font? I have tried:
VpeSetEmbedAllFonts(hDoc,TRUE)
VpeSetSubsetAllFonts(hDoc,TRUE)
and also tried:
VpeSetFontControl(hDoc, "Arial", "Helvetica", FALSE, FALSE)
Neither one of the above results in a satisfactory 'PDF' print. Currently I am having my customers print the documents and then scan them into a .PDF raster document. This is not being well accepted by my customers.
Any ideas would be welcome..
Terry