Arabic text in PDF

When export report to pdf Arabic text shown like this.

Please help

Comments

  • edited 8:26AM
    create your own pdf export, search in forum
  • edited 8:26AM
    ipong wrote: »
    create your own pdf export, search in forum


    I search in forum and didn't get any help.

    Please an example of custom pdf export
  • edited April 2018
    1. read documentation
    2. find in demo folder
    3. search forum
    4. use google
  • edited 8:26AM
    I make my own pdf export but the same issue.

  • edited 8:26AM
    embed font
  • edited 8:26AM
    ipong wrote: »
    embed font

    How embed font??
  • edited 8:26AM
    just an idea, create your own pdf :
    1. export report to image
    2. attach image to pdf, using iTextSharp
    3. don't use it to report with many pages, causes high cpu usage, memory usage, and request timeout
  • edited 8:26AM
    create another project, WebApi with classic dotnet framework, from dotnet core, redirect to classic webapi
            public ActionResult Pdf(string file, string label)
            {
                string page = string.Concat("http://localhost/classic/pdf/", file, "/", label);
                return Redirect(page);
            }
    

    or

    waiting for next version release...in pain >

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.