[xep-support] How to Add XEP Options to Ant Task
Collins, Anthony Torrero
antorco at amazon.com
Mon Apr 26 22:16:23 PDT 2010
I know I can add processing options to the XEP.XML file for local builds. I'd like to add those same options to my xep ant task. Is there a general rule on applying processing options?
For example, I use the following option in my XEP.XML:
<option name="INITIAL_ZOOM" value="115%"/>
The XEP documentation lists the actual option as
<?xep-pdf-initial-zoom 115%?>
My intuition tells me I *should* be able to use the following in my ant task:
<xep in="somedoc.xml" out="somedoc2.pdf">
... other options
<param name="INITIAL_ZOOM" expression="115%"/>
... other param entities
</xep>
Is this accurate?
thanks,
Anthony Torrero Collins
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20100426/51a75d10/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 92 bytes
Desc: image001.gif
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20100426/51a75d10/attachment.gif>
More information about the Xep-support
mailing list