From: ········@acm.org
Subject: Re: Programatically open a PDF file
Date: 
Message-ID: <XaKt7.1685$Uf2.209287@news20.bellglobal.com>
Fernando <···@wanadoo.es> writes:
> Ho can I do the subj from a VB app without using Adobe's ocx? O:-)

With a suitably crafted Lisp function, OPEN-PDF-FILE, you could do
this via:

   (open-pdf-file "c:/temp/some-pdf-file.pdf")

I leave implementation of that function as an exercise for the gentle
reader.
-- 
(concatenate 'string "cbbrowne" ·@ntlug.org")
http://www.ntlug.org/~cbbrowne/xwindows.html
If you have a procedure with ten parameters, you probably missed some.
-- Alan J. Perlis