Controlling Acrobat Reader with COM

Robin Becker robin at jessikat.demon.co.uk
Tue Jun 27 19:02:53 EDT 2000


In article <s7khls0in7rrfbqnqdo4cha6chh9qqhstr at 4ax.com>, Sam <?@?.?>
writes
...
>>Andres Corrada
>Try typing these strings directly into the interpreter.
>
>>>> print 'c:\test\readme.pdf'
>c:     est
>eadme.pdf
>>>> print "c:\test\readme.pdf"
>c:     est
>eadme.pdf
>>>> print 'c:\\test\\readme.pdf'
>c:\test\readme.pdf
>>>> print 'c:/test/readme.pdf'
>c:/test/readme.pdf
I tried already with correctly escaped filenames and always got the same
error ie 'c:\\Python\\Installs\\test.pdf' got the same error as 
'gnarg.pdf' (and I don't have any docs called gnarg.pdf :)).
-- 
Robin Becker



More information about the Python-list mailing list