PDF Export (pdfexport)

usage: adr.bat pdfexport [-h] [--query query_string] [--verbose] adr_server_url pdf_filename

Export a selected report in pdf format from the ADR server. Note: the template query will always include a top level
check. The report will be written into the named file, which must not exist.

positional arguments:
adr_server_url        ADR server URL. Example: http://nexus:cei@127.0.0.1:8000
pdf_filename          Filename to save the PDF file as. Must not exist.

options:
-h, --help            show this help message and exit
--query query_string  Query string used to select the report template to export. Default: no filter
--verbose             Enable verbose mode

This tool generates a report on the ADR server and renders the selected report into a local PDF format file.

Argument/OptionDescription
Arguments
adr_server_urlSpecifies the hostname, port, username and password of the ADR server to modify items on. For example: http://nexus:cei@127.0.0.1:8000 specifies a server running on the local machine (127.0.0.1) on port 8000. The username is nexus and the password is cei.
pdf_filenameThe name to save the PDF file as. This file cannot exist before the operation is performed.
Options
-h, --helpDisplays the usage message and exits.
--query query_stringThis query string is used to select the report to be exported. The result of the query must be a single top level report template.
--verboseDisplays additional status and progress information during the operation.