Sitemap
Adobe Tech Blog

News, updates, and thoughts related to Adobe, developers, and technology.

Follow publication

Generating Documents from Power Apps with Adobe PDF Services

10 min readMay 24, 2022

--

Microsoft PowerApps can integrate with Adobe PDF Services and Adobe Acrobat Sign.

Example App

What you will need

Create your template

Create tags

Formatting a number

{{$formatNumber(variableName, '#,###.00')}}

Preview the document

Save a copy of your JSON schema

{
"FirstName": "FirstName_value",
"LastName": "LastName_value",
"Email": "Email_value",
"Title": "Title_value",
"Salary": 0,
"SigningBonus": 0,
"OwnerName": 0
}

Save your document to SharePoint or OneDrive

Create app

Connections

Components

Create a new flow

Get file content

Get item information

Generate document

Save file to SharePoint and get Share Link

Respond to Power Apps

Save your flow

Add to button in PowerApps

Set(previewDoc, GenerateOfferLetterATB.Run(gallery_Candidates.Selected.ID));
Launch(previewDoc.docurl);

Test your app

Watch and learn

Final thoughts

--

--

Adobe Tech Blog
Adobe Tech Blog

Published in Adobe Tech Blog

News, updates, and thoughts related to Adobe, developers, and technology.

Ben Vanderberg
Ben Vanderberg

Written by Ben Vanderberg

Principal Platform Evangelist at Adobe

No responses yet