Questions tagged [sharppdf]

SharpPDF is a .NET 1.1 library for simple PDF document creation.

Last version 2.0 Beta 2, 2005/02/14. Project abandoned.

License: LGPL.

http://sharppdf.sourceforge.net/

17 questions
0
votes
1 answer

Special characters in SharpPDF

I'm using sharpPDF dll (http://sharppdf.sourceforge.net) to create PDF's in C#. Everything works great but I don't get any special characters (actually these are Polish letters such as "ą, ć, ł, Ó...") in my output. I'm saving strings in that…
Sayid
  • 1,083
  • 2
  • 10
  • 21
0
votes
1 answer

sharpPDF Table Headers using Turkish character error

when I try to write headers, it gives me that error message: {"StartIndex cannot be less than zero.\r\nParameter name: startIndex"} I discovered that it is about Turkish Character in the headers of tables. It runs when I don't use Turkish Ch.…
efirat
  • 3,679
  • 2
  • 39
  • 43
1
2