Expand my Community achievements bar.

Generating PDF-files from HTML-page saved as Unicode?

Avatar

Level 1

I have followed this Quick Start on how to generate a PDF-file from HTML using web services in .NET: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/000093.html

It works just fine when the html-page is saved as ANSI, but when it's saved as UNICODE I get problem. The code runs without errors but the PFD looks really strange. Any suggestions on how to solve this? I really need to use UNICODE as my application needs to handle different languages (including for example Chinese).

1 Reply

Avatar

Level 1

I found out that UTF-8 worked as well so the problem is solved. :-)