blah blah blah is here! blah blah » Close

-2
votes
0 answers

Batch Convert Files to PDF

A lot of online PDF converters can help you easily convert single file to PDF, even some powerful tools with special features such as encrypt output PDF file or add watermark. But if you need convert a lot of files to PDF format, this solut ...

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

0
votes
0 answers

compare word document with pdf file in C#

How to compare text from word document with pdf file in C# and must show the mismatching text

0
votes
1 answers

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

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

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