I made this
command-before-exec[ID_REVIT_FILE_PRINT].py
so i can do something prior to printing. But we also print with the Bluebeam addin.
Is it possible within pyrevit to find the postable command for this? I did use pyRevits Spy tool to search for postable commands but only shows those for Revit.
i used the shortctuts xml and found this
<ShortcutItem CommandName="Create PDF" CommandId="CustomCtrl_%CustomCtrl_%Add-Ins%Bluebeam%CreatePDF" Paths="Add-Ins>Bluebeam"/>
i tried this
command-before-exec.CustomCtrl_%CustomCtrl_%Add-Ins%Bluebeam%CreatePDF.py
command-before-exec.[CustomCtrl_%CustomCtrl_%Add-Ins%Bluebeam%CreatePDF].py
am i missing something?