Skip to main content
Open

AutodeskDocsConnector: add PDF file export method

Related products:Integrations
  • March 3, 2026
  • 4 replies
  • 34 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:

 

4 replies

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

PierreAtSafe
Safer
Forum|alt.badge.img+10

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+10

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