Annotate the three returned bids with my scoring notes and rationale as comments on each PDF so reviewers can see why …
Open the PDF document you want to share for review in Adobe Acrobat.
Select the option to share the document for review by clicking the Share button in the toolbar or right-hand panel.
Choose the method for sharing, such as selecting an option to invite people or generate a link for reviewers.
Enter the email addresses of your reviewers, or copy and share the generated link as needed.
Set any desired permissions or deadlines for the review process.
Send the invitation or share the link to begin the shared review.
Reviewers can add comments directly in the shared PDF, and you will see their feedback in real time within Acrobat.
This runs in the Acrobat app - there is no separate API for this task.
You upload your PDF to the Adobe PDF Services API and use its sharing endpoint to send a review invitation to someone's email. You need to set up authentication first, then make a request with the file and recipient details.
Adobe PDF Services API is for general PDF tasks like sharing for review or editing, while Acrobat Sign API is focused on sending PDFs for signatures and tracking agreements. Choose PDF Services for feedback, and Acrobat Sign for legal signatures.
Authentication proves your app is allowed to use Adobe's services. It keeps your data safe and ensures only trusted users or programs can send or share PDFs through the API.
Yes, you can write code that loops through your PDF files and sends each one for review using the API. Make sure you follow any rate limits or guidelines from Adobe.
The API can give you status updates or events showing if a reviewer has opened or commented on the PDF. You can check these by making a request to the API's status or activity endpoint.