Question
What is the correct approach to download a WKFT Proof PDF document with comments, using either the "Request PDF Summary" module or a custom API call with the requestPDFPrintSummary method?
Hi all,
I’m working on a requirement to download the Proof PDF (including comments) from Workfront Proof.
I’ve tried the following approaches:
I’m working on a requirement to download the Proof PDF (including comments) from Workfront Proof.
I’ve tried the following approaches:
- Using the Request PDF Summary module
- Making a Custom API call with the requestPDFPrintSummary method
In both cases, the response returns a Boolean (True), and I’ve used a Webhook ID as the callback URL. However, the webhook response I receive contains binary data, and I’m unsure how to handle it to download the actual PDF.
Note: The original document uploaded to Workfront is already in PDF format.
Could someone guide me on the correct steps to download the finalized proof PDF (with comments) and handle the binary output properly?
Note: The original document uploaded to Workfront is already in PDF format.
Could someone guide me on the correct steps to download the finalized proof PDF (with comments) and handle the binary output properly?