is there any facility available in crystal report(c# .net) to change the font to some other language? if no, how to convert crystal report to pdf format?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- Correctly parse PDF paragraphs with Python
To convert crystal report to PDF, you may try PDF libraries that will print crystal report to pdf file.
Please try this : first create instance of Crystal report, and you can simply Call Export To disk
For PDF, See following: