blah blah blah is here! blah blah » Close

0
votes
1 answers

iTextSharp trouble

foamy
2499

Hi all, I hope someone here has some experience with iTextSharp :) I'm trying to create a method that will send a PDF file directly to my printer (causing the print dialog to appear). Below is the code I've been working on. It works ...

1
votes
5 answers

Read PDF with iTextSharp

foamy
2499

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 ...

Feedback