locked
iTextSharp pdf conversion problem RRS feed

  • Question

  • User-927271736 posted

    I want to create an Bangla application using c#, which will take input from the user (via a textbox) and save the text into a pdf file. Now, I have downloaded iTextSharp which is an open source library for pdf creation. But when I save the entered data from the text box, the saved data is not correct. For example, i am writing "shakil" but the pdf has "shakli".

    Saturday, February 14, 2015 3:56 AM

All replies

  • User1508394307 posted

    It means that either you typed not "shakil" but "shakli" or you changed string in the code before you saved it to pdf.  iTextSharp will not change your text.

    Saturday, February 14, 2015 4:07 PM