txt

  1. Innww

    Resolved RegEx of .txt converted from PDF (to txt)

    I am in a situation where I have to convert a PDF to a format that can be set to a DataGridView. The only Resolution I can come up with is using Itextsharp and converting the PDF to a textfile for the most part the format is kept. here is the Code to parse the text. Dim mPDF As String =...
  2. mig_akira

    Export (convert) a txt file to PDF

    Hello everyone. Sorry if this is not the correct area for the question, but here goes: I must build an application that exports a simple TXT file to PDF. Actually, it will have to export DOCs, RTFs and ODFs, but for now, only txt will do. Can you guys recommend some code or article so that I...
Back
Top