I'm trying to use VPE 6 with ASP.Net to generate PDF files from templates created using DycoDoc 2.2.
All of our templates use Arial Narrow, and many of them won't fit on the page using regular Arial. It appears that Arial Narrow is not installed on the web server, and the PDF module is substituting another font (probably regular Arial). After reading the documentation, I tried setting both EmbedAllFonts and SubsetAllFonts to True, but that didn't make any difference. I also uploaded the TrueType font files to the web site folder, but VPE is not recognzing them. This is a shared server, and I'm not sure I could install fonts on it.
Does anyone know how to solve this problem?