votes
PDF printer and .NET application
Hi, I was wondering is there a free pdf printer that could be called from a .net application with parameters for file name, file savepath. Kind regards
blah blah blah is here! blah blah » Close
Hi, I was wondering is there a free pdf printer that could be called from a .net application with parameters for file name, file savepath. Kind regards
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 ...
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 ...
Got feedack? Found a bug? report it here.