Hello support,
I've made a shell script to generate my PDF.
My script need to parameters, the name and the email of the reader.
With this paramaters, I make a folder which will received the
generated PDF.
Then I use the command (owner is the name and email of the customer):
mkdir-p /Library/WebServer/Documents/Download/$owner/
/Applications/XEP/xep -xml /Users/Shared/Documents/sources/Livre.xml -
xsl /Users/Shared/Documents/sources/custom.xsl -param titlepage.email=
$owner "/Library/WebServer/Documents/Download/$owner/That is your
personnel file.pdf"
I always have an error : duplicate output
If I use
/Applications/XEP/xep -xml /Users/Shared/Documents/sources/Livre.xml -
xsl /Users/Shared/Documents/sources/custom.xsl -param titlepage.email=
$owner
There's no error but the generated PDF have the name of $owner.
In fact this is like xep take $owner as the output file.
How can I have a param AND give the path and name for my output ?
Thanks in advance,
-- Jacques ------------------- (*) 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.htmlReceived on Sat Mar 11 03:32:58 2006
This archive was generated by hypermail 2.1.8 : Sat Mar 11 2006 - 03:32:59 PST