This page provides an example of how to open [PDF] with Adobe [http://www.adobe.com/] Acrobat using the [tcom] package. For more information see DeveloperFAQ.pdf [http://partners.adobe.com/public/developer/en/acrobat/sdk/pdf/intro_to_sdk/DeveloperFAQ.pdf], IACOverview.pdf [http://partners.adobe.com/public/developer/en/acrobat/sdk/pdf/iac/IACOverview.pdf] and IACReference.pdf [http://partners.adobe.com/public/developer/en/acrobat/sdk/pdf/iac/IACReference.pdf]. [Alexander Schöpe] ---- package require tcom if {[catch {::tcom::ref createobject AcroExch.AVDoc} application]} { puts stderr "tcom: $application" exit 1 } set rc [$application Open {C:\IACReference.pdf} {Opened by Tcl}] ---- [ALX]: [HowTo open PDF with Adobe Acrobat or Reader using DDE] ---- [Category Example] | [Category Package] | [Category Windows]