Hello,
I inherited a VB6 project which is using your PDF Editor product. Specifically, it uses the VeryAddTxt call in verywrite.dll to convert a text file to a PDF. However if the source file is a Unicode encoded file, the PDF creation fails – the output just consists of a couple special characters and no text is shown.
I’ve looked through the docs, but I see no mention of Unicode support in this product. Is there any way to get it to specify that the input file is Unicode, or is there perhaps a newer version that supports Unicode?
Thank you.
======================
Thanks for your message, you can convert Unicode string to ANSI string first, deliver ANSI string to VeryAddTxt() function, then you will able to add text string to PDF pages properly.