Is it possible to use the "Script" feature to export all the existing Markups list in the document?

Answers

  • Camilo.reinales
    Camilo.reinales Posts: 2
    edited September 25

    I am trying to find a way to export the Markup list from a document into a Markup List PDF summary, but my script seems to not be working

    It just prints a flattened version of the existing PDF

    Export("MarkupList.bax")
    PrintToFile( "MarkupList.bax", "Bluebeam PDF", "Letter", false,1,0,0,1, false, 1), 1,

    Help!🤕