Python scripting PDF reports - Automatic execution

AutoExecute Script Content

Previous  Chapter  Next

The script should contain, beside some general settings, a method called ModifyActiveProgram.

From this method the report creation can be called.

First initialize a member of the ReportUtility (pdf = ReportUtility()) which gives you access to the methods of the class.

Now the command can be performed:

 pdf. createAutoExecutePDFReport (Operator, "")

The report is created with its default settings. The report file will be stored in the program´s download folder.

PDF_AutoExecuteScriptContent


Previous
Previous page
Chapter
Chapter page
Next
Next page