how can i add a newline using itexsharp to a pdf document
Hi,
Based on my understanding, you want to add the text to an existed pdf file with itexsharp. If I have misunderstood you, please feel free to let me know.
We can use the itexsharp to read the pdf and write the text to this pdf file. For more information, seehttp://asp-net-whidbey.blogspot.com/2006/04/generating-pdf-files-with-itextsharp.html.
Besides, you can find more information about itexsharp by thehttp://itextsharp.sourceforge.net/. I believe that the best answer to this question is to contacthttp://sourceforge.net/mailarchive/forum.php?max_rows=25&style=ultimate&offset=25&forum_name=itextsharp-questions.
I hope this helps.
I have gone through, such tutotrials
i have tried to adda newline
mydfDocument.add("\n")
but this did not worked
0 comments:
Post a Comment