Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Greetings.
Currently using ArborText Editor with Styler 7.0. I looking to use Editor at a Windows CLI to publish documents into various formats. Right now, I am attempting to publish to PDF. The following is part of what I could put together (referenced from - http://support.ptc.com/help/arbortext_hc/ae70_hc/en/#page/admin%2Fadmin%2Fhelp5717_help5717_1.html%23). I would like to know if my options are correct as I am not seeing a file generated.
editor -c -C1 stylesheet_select(<path to stylesheet>, <use>, <doc>) <output file>
path to stylesheet = windows path to stylesheet
use = 1 (which should be Publish to PDF)
doc = ???
output file = location of *.pdf
What options correspond to the input document (originating document that should be converted)?
What options should be specified for the output?
Is there anyone out there who has done this?