|
Rank: Newbie Groups: Member
Joined: 5/25/2009 Posts: 7
|
Hello,
How many languages does your product support apart from English?
Thanks
Bobbyz:d/
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Our product is based on .NET so it supports almost every language defined in Unicode. A few restrictions apply:
1. You will need to set your page encoding to UTF-8 if you use any of the AJAX based features (not necessarily the AJAX CalbackPanel. For example, TreeView populate on demand feature uses AJAX, so that would require you set page encoding to UTF-8);
2. The documents and samples are in English only;
3. Certain controls such as Grid does not support right to left languages;
4. SpellChecker only supports a few dozens languages because of availability of the dictionary files;
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 8/5/2016 Posts: 5
|
Hello, I am testing your product and noticed that the library is not printing out unicode characters correctly. I have been using some fun characters for testing purposes such as these below - note I have no idea what language they come from, but I expect them to work with your product.
̿̿ ̿̿ ̿̿ ̿'̿'\̵͇̿̿\з= ( ▀ ͜͞ʖ▀) =ε/̵͇̿̿/’̿’̿ ̿ ̿̿ ̿̿ ̿̿
ლ(ಠ益ಠლ)
[̲̅$̲̅(̲̅ ͡° ͜ʖ ͡°̲̅)̲̅$̲̅]
Can you please confirm or deny that the full product can correctly print out this characters and any other unicode characters?
FYI, they appear correctly on my web browser and in a VBA application!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Which version do you use? We tested with the TabbedBrowser sample application in our latest build (16.1.68.0) and it prints out those characters fine.
Printing does not have anything to do with the trial version. So if something is not working, then it is because of other reasons other than license reasons.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 8/5/2016 Posts: 5
|
I downloaded your demo project and copied the dll from the bin file directly to my project.
The solution is the EO.Total.Samples solution.
DLL Name is EO.PDF.dll
DLL Properties
Description: EO.Total 2016 Runtime Version: 2.0.50727 Version: 16.1.54.0
I have no settings on the class, I'm creating the PDF very simply by:
string s = File.ReadAllText(@"C:\Adam\ConvertThis.html");
HtmlToPdf.ConvertHtml(s, @"c:\Adam\coverted.pdf");
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, That probably has to do with you not specify the correct encoding when you call File.ReadAllText. You can check your string s value and see if it contains the correct value. We have verified our converter works fine on these characters using our online demo page: http://www.essentialobjects.com/Products/EOPdf/UrlToPdf.aspxYou can use it to convert this forum thread and you will see the characters you posted works fine. Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 8/5/2016 Posts: 5
|
I apologize for thinking it was your library that was causing the issue. In fact the problem was my process. I was copying the html markup and pasting it into notepad ++ then saving the html. Notepad++ seems to default to ANSI encoding, which is what caused the problem.
Lovely product, thank you for your help and patience.
Sincerely, Adam
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
No problem. Glad to hear that you found out the root of the problem. Please feel free to let us know if you run into any other issues.
|
|