itextsharp

  1. A

    Question checking and merging '.pdf'-files with itextsharp

    With a vb.net tool I'm collecting emails (as file) and their attachments from outlook. The files are, as far as they are not ".pdf"-files, converted to ".pdf"-files and afterwards merged to one whole ".pdf"-file. Therefore I'm using itextsharp. My codes works basically, but far from perfect. The...
  2. S

    Problem with backgroundcolor for iTextSharp ex in VB.

    Hi Im making a page that can get some info from a DB from a gridview and then print it to a PDF file. But im having problems with the background color. If i use this line of code cell.BackgroundColor = New Color(System.Drawing.ColorTranslator.FromHtml("#008000")) Then i get this error...
Back
Top