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

    Problem with ACRODISTXLib for using Adobe Distiller in VB.NET

    Oh I'm sorry. I did post the tread in both colums. And also in the Adobe acrobat section. And for those who care... the problem was solved rather easy by putting the line 'objDistil = new PdfDistiller6' in the form_load event instead in the Start button click event. This causes the creation...
  2. psychmail

    vb error with distiller automation

    Thanks for your attempt to help me out. I've tried the release of objects with the Marshal object before, and it trows an exception. Then I've tried your sub ReleaseComObject and it trows the same exception. Here's the exception I received: Anyway my problem did get solved rather easy...
  3. psychmail

    Distiller automation VB.NET

    I've noticed that yes. The more I get to know about the Distiller and the amount of information available, the less I appreciate Adobe. Who creates interfaces and COM objects without the ability to close them?! Go figure! Anyway thanks a lot. Simply putting the line objDistil = New...
  4. psychmail

    Distiller automation VB.NET

    Thanks for your reply tgreer! However I don't see what this has to do with servers. I only select local files. I'll look at the activePDF you're talking about, but the people I'm making the project for prefer the use of Adobe Distiller. Also, there now runs a simple script which uses the...
  5. psychmail

    Problem with ACRODISTXLib for using Adobe Distiller in VB.NET

    Hello, I'm building an application that converts PS-files to the PDF format using Distiller Automation. I've written a testprogram and everything works fine. ONCE! If I try to run the program again, it throws an exeption: An unhandled exception of type...
  6. psychmail

    vb error with distiller automation

    Hi everyone, I'm building an application that converts PS-files to the PDF format using Distiller Automation. I've written a testprogram and everything works fine. ONCE! If I try to run the program again, it throws an exeption: An unhandled exception of type...
  7. psychmail

    Distiller automation VB.NET

    Hi there, I'm building an application that converts PS-files to the PDF format using Distiller Automation. I've written a testprogram and everything works fine. ONCE! If I try to run the program again, it throws an exeption: An unhandled exception of type...

Part and Inventory Search

Back
Top