|
From: Scott P. <pa...@la...> - 2014-02-25 19:03:31
|
This script works:
Open($1)
Select(65)
Export("u%U.eps")
This script fails with an "Export: Wrong number of arguments" error:
Open($1)
Select(65)
Export("u%U.pdf")
The problem seems to be an off-by-one error when distinguishing vector
from bitmapped formats, and PDF is the format that's unlucky enough to
be misidentified.
I've attached a patch for your consideration.
Regards,
-- Scott
|