However, some of the fonts in the template are barcodes and when I open the resulting PDF, the values just come out as regular characters instead of barcodes.
Previously (before migrating to NetOffice) this worked and the result showed barcodes where it was supposed to, but not anymore.
Any idea as to what the problem is here or is this not supported by NotOffice?
(the font is located where all other fonts are located).
Comments: ** Comment from web user: SebastianDotNet **
not sure...
what i see is some of the following problems
1) the font is not installed on the current system (i see: its not the problem)
2) the pdf printer has problems to understand what happen (but it works formerly, please explain more about your previous solution, this means its VBA, Interop, VSTO, whatever?)
3) you may use an incompatible ThreadCulture or Codepage (my favourite)
As far i'm understand, you have an pdf printer installed on your system and use just the Print or PrintOut method for your result, aren't so? Its much helpful for me to see a codesnippet to clearify the problem.
*Sebastian