Chapter 27. Export and Import

  1. Home
  2. Docs
  3. Chapter 27. Export and Import
  4. 5. Command-line Interface
  5. Exporting Doc. Composer document with command

Exporting Doc. Composer document with command

Download PDF

To export documents created by Doc. Composer through command line:

  1. Browse the scripts folder under the Visual Paradigm installation directory. For Mac users, you can find the scripts folder in the Visual Paradigm package by right clicking on it and then selecting Show Package Contents. Then look in Contents\Resources\app\scripts for the scripts folder.
  2. Start the command prompt.
  3. Execute the script by supplying the required parameters. For example:
    ExportDocComposer.bat -project “C:\Demo\Demo.vpp” -diagram “Doc1” -out “C:\Demo\Output” -type word

    Parameter Description Example
    -project Project path C:\Demo\Demo.vpp
    -diagram The name of the document(s) to be exported. You can provide a list of diagram like “Doc1” “Doc2”, or enter “*” to export all document, or enter @diagramlist.txt to let the batch read the diagram list from file diagramlist.txt placed in bin folder. “Doc1” “Doc2”
    -out The folder to store the exported file C:\Demo\Output\
    -type Type of document to generate. Here are the possible options:

    • html
    • pdf
    • word
    word