Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some special characters have rendering problem as a pdf file in LocalReport #83

Open
srht81 opened this issue May 14, 2019 · 0 comments

Comments

@srht81
Copy link

srht81 commented May 14, 2019

Hi, I am using Microsoft.Reporting.WinForms.dll to render my RDLC as a pdf file but when i open pdf file with adobe reader i have a problem about some special Turkish characters. When i try to use CTRL + F for search some words in pdf file i couldn't find these words even if my pdf file included these Turkish characters. Also, when i copy-paste these words from in the file, i get like 􀃹􀃻􀁏􀁈􀁐􀀃􀀮. It is interesting i also use same dll render my RDLC as a excel file. I use same class same code and same method. I don't have this problem in excel file.

I use byte[] Render(string format); method in WinForms.dll for rendering. Maybe some special character's ASCII code is out of range for byte array maybe because of this it couldn't render every characters for pdf format but i am not sure about this.

Thanks for helping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant