Michael Loßin on Mon, 19 Mar 2001 11:24:21 +0100 (CET)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: apsfilter/acroread4 problem/fix ? only for freebsd ?


Olivier PAGE schrieb:
> 
> > > I think the problem is with acroread4 because
> > > acroread4 -toPostScript -level2 -fast -size a4 -pairs file.pdf
> > > /dev/stdout
> > >
> > > doesn't produce any output on stdout !!!

> remoudou# echo zzz > /dev/stdout
> zzz
> remoudou# acroread4 -toPostScript -level2 -fast -size a4 -pairs
> /usr/local1/matlab/help/pdf_doc/matlab/apiguide.pdf /dev/stdout
> remoudou#
>           ^-------- nothing
> 
> (this last test was done with ghostscript-6.50_4 installed)

Maybe the acroread4 in your PATH is a script which does some work before
actually calling the executable -- it's important that all command line
parameters are preserved correctly.

Please try to call the executable directly, and if that doesn't work,
enable debugging in the acroread4 script ('set -x'). Maybe this will
make things clear.


HTH
Michael