|
Rank: Member Groups: Member
Joined: 11/15/2012 Posts: 16
|
Hi, i'm using 2013 version of pdf from asp.net. I create the pdf from a webpage (local or web) that is written in german language. As the result pdf I obtain a name like this "=utf-8BT3JhbmdlX01hw59nZXNjaG5laWRlcnRl" and the pdf is corrupted (cannot open). What is the problem? Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Please check weather your page encoding is utf-8. If it is not, your can set it in your web.config and see if it fixes the problem for you.
Thanks
|
|
Rank: Member Groups: Member
Joined: 11/15/2012 Posts: 16
|
Can i use this in web.config? <globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Yes. Did it work for you?
|
|
Rank: Member Groups: Member
Joined: 11/15/2012 Posts: 16
|
No, dont work.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
We are not sure what it is then. Can you try to isolate the problem into a test project and then send the test project to us? We will PM you as to where to send the project.
Thanks!
|
|