Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. treesprite

    How to dynamically create PDF Document

    This can be done with Visual Basic. See my post to 'DOC to PDF without PostScript' where I included some VB code.
  2. treesprite

    Directory of word dos to pdf

    This can be done with Visual Basic. See my post to 'DOC to PDF without PostScript' where I included some VB code.
  3. treesprite

    DOC to PDF without PostScript

    You can handle this programatically with Visual Basic. Create a VB Project Add AdobePDFMakerX to the VB Project references. 'Items needed to convert Word Doc to PDF Dim strPDFDoc As New AdobePDFMakerX.Word Dim strPDFName As String 'Format: "C:|My Documents\Test.pdf" Dim...
  4. treesprite

    DB2 Host Variables in Visual Basic

    Hi Allan, I completed a project recently where I download DB2 table data from our mainframe to SQL server. What is it you are trying to accomplish? treesprite

Part and Inventory Search

Back
Top