I am automating print jobs from Autodesk Revit using its API (C#). Currently, I can call the PrintManager.Print() method, but this triggers the standard print dialog.
Goal: I need a "silent" printing solution where I can programmatically set a specific output directory and filename (e.g., C:\Prints\Project_Sheet_A1.pdf) for each document/view, without user interaction.
Problem: Since I'm printing views/drafts directly from the Revit model and not through an external document (like a .txt or .docx file), so I can't use something like command-line arguments for doc-tool.