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
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
This archive was generated by hypermail 2.1.8 : Mon Apr 26 2010 - 22:52:35 PDT