0

I'm trying to figure out the best workflow to generate a PDF from a file in the Vault. I first tried referencing the URL in the address bar when logged into the Thin Client, didn't work.

Is this best workflow to accomplish this:

  1. Download the file from Vault
  2. Upload to cloud storage
  3. Process the file in cloud storage with Forge API
  4. Download resulting PDF
  5. Check PDF in to Vault
  6. Delete file from cloud storage
Theodore
  • 3
  • 2

2 Answers2

0

Before going with Forge (which is supported via Design Automation), I would suggest you reviewing Vault built-in feature to generate PDF, see the following links:

Publishing and Manage PDF Files

New Automated PDF Creation for Document Control

Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44
  • Hi Augusto, I am aware of these added features, but we are not utilizing the design release process and our DWGs are in 3d. – Theodore Apr 30 '18 at 12:30
0

There are plenty of Vault APIs for checking in and out of Vault as well as performing Gets. We currently do not have Vault to Forge APIs, but you can use today the Forge APIs. You will need to build a custom application to perform the communications and file transfer between the two locations.