Skip to main content
Released

AutodeskDocsConnector: add PDF file export method

Related products:Integrations
  • March 3, 2026
  • 7 replies
  • 78 views

david_r
Celebrity

The current version of the AutodeskDocsConnector can download a specified source file. However this will not include any annotations or stamps added to PDF documents in ACC, which must be done through a dedicated export method. These annotations and stamps may contain critical information about the state of the PDF and its position in the lifecycle.

It would be great if this package could implement the following two endpoints to allow PDF exports that include stamps and annotations:

 

7 replies

andreaatsafe
Safer
Forum|alt.badge.img+17
NewOpen

PierreAtSafe
Safer
Forum|alt.badge.img+11

Hi ​@david_r and thanks for the suggestion!

I’m trying to get a few improvements scheduled for 26.3 for the AutodeskDocsConnector, I’ve added this one to the list.

Cheers


david_r
Celebrity
  • Author
  • March 4, 2026

Hi ​@PierreAtSafe that sounds great! 

If you need other suggestions, here are a few more that we frequently get from our clients:

  • Searching recursively through folders for files that have changed since a specified date, e.g using “/data/v1/projects/{project_id}/folders/{folder_urn}/search?filter[lastModifiedTime]-ge={timestamp}”
  • Searching recursively through folders for files with names or filetypes matching a pattern (same mechanism as the previous point, but filter using “displayName” or “fileType”)
  • Read and write custom attributes, see https://aps.autodesk.com/en/docs/bim360/v1/tutorials/document-management/update-custom-attribute-values/

PierreAtSafe
Safer
Forum|alt.badge.img+11

@david_r thank you again, I’ll see what we can do for these!


andreaatsafe
Safer
Forum|alt.badge.img+17
  • Safer
  • September 8, 2026

Hi all,

We’ve made a number of improvements to the AutodeskDocsConnector, which are now available in the latest version of the package

  • Export to PDF: The Download action has an option to “Download As > Exported PDF”
  • Search: Using the List action, there is an Advanced Search Filters parameter allowing you to filter on the fields you are interested in
  • Read and write custom attributes

andreaatsafe
Safer
Forum|alt.badge.img+17
  • Safer
  • September 8, 2026
Updated idea statusOpenReleased

david_r
Celebrity
  • Author
  • September 9, 2026

Fantastic, thank you so much ​@PierreAtSafe and ​@andreaatsafe!