blah blah blah is here! blah blah » Close

1
votes
5 answers

Read PDF with iTextSharp

foamy
1194

Hi all, I'm trying to read a PDF file and return the body as a string. I've found this code: [code] public static string ParsePdfText(string sourcePDF, int fromPageNum, int toPageNum) { System.Text.StringBuilder sb = new Sy ...

0
votes
3 answers

Displaying a PDF file from within winForm C#

I'm just creating a simple calculator in C# (windows form) . I've created a "User Help" which is a pdf file, what I want is to display that pdf file if the user clicks on the "Help" button in the WinForm. If assumed th ...

Feedback