Silent/Batch Printing

Home Forums PDF24 Creator Customization Silent/Batch Printing

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #64143
    delure
    Participant

    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.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.