Skip to main content
1-Visitor
March 28, 2018
Question

Command Line reference Editor, Editor with Style and PE

  • March 28, 2018
  • 1 reply
  • 1449 views

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?

1 reply

mastachef1-VisitorAuthor
1-Visitor
April 27, 2018

Is there anyone out there who has done this?