Muhimbi has an excellent BLOG which Convert PowerApps data to PDF (with some help from Microsoft Flow), however the article has its own limitation.
- It has a dependency on FLOW.
- You cannot pass Images(from Camera Control) from PowerAPP to FLOW(Nothing to do with Muhimbi, its a Microsoft-FLOW limitation).
In this example, we will Convert PowerAPPs data, including images to PDF without the help of Microsoft FLOW. So, let’s get started.
Although the steps in this tutorial are correct, Microsoft has made changes and additions to how things work. We recommend you read this blog post / video instead.
The focus of this post is on how to use PowerApps to capture data and turn that data into a richly formatted PDF. Please note, that this article is NOT about converting the layout of the PowerApp screen to PDF. Due to architectural difficulties, that is currently not possible.
In this post we will:
- Create a simple PowerApps form to capture user data.
- Use, Muhimbi Methods to use the captured data, enrich it with HTML, and convert it to PDF.
To keeps thing easy to understand, we carry out the actual PDF generation, display it on the PowerAPPs PDF viewer and then send the PDF as an email.
Prerequisites:
Before you begin, please make sure the following prerequisites are in place:
- An Office 365 subscription with access to PowerApps
- Muhimbi PDF Converter Services Online full, free or trial subscription(Start Trial)
- The appropriate privileges to create PowerApps.
- Working knowledge of PowerApps. This is not a generic PowerApps Tutorial.
Note: Using the below approach all works well, but on deployment to end users, each user need their own account in Muhimbi system (to authenticate with Muhimbi Flow Connector), or they all need to enter a shared account. The workaround would be to use the indirect approach mentioned here.
Step 1: Building the PowerApps.
Let’s begin by creating a PowerApp. It doesn’t really matter what it looks like, as long as it contains two text fields named EmailTextInput, TextInputName two a buttons named ViewPDFButton, Send PDF and PDFViewer1.

Step 2:Adding the Data-Source.
Click on the top “View” tab Data source, in the Data pane (which opens automatically), click “+ Add a data source” and add the MuhimbiPDF and Office365(Outlook) data sources.

Step 3: Understanding Muhimbi Action and Method.
Now, this is where things get slightly tricky, as we need to Set the variable for the data and pass it to Muhimbi [MuhimbiPDF.converthtm] action as HTML String. Note: The sky is the limit when it comes to HTML formatting but let’s not go overboard for this simple example. In this case the contents of the TextInputName.Text and EmailTextInput.Text and Camera1.Photo fields.
We build and associate the Formula, to “View the PDF” button.
The Fomula’s for both “View the PDF” and “Send PDF as Email” can be downloaded at:Download Fomula’s
The Final formula looks like:

Let’s break down the above formula to understand it better.

We are setting the “image” variable to Camera1.Photo.

Set the Variable PDF to MuhimbiPDF.converthtml Muhimbi Action.

The MuhimbiPDF.converthtm excepts an HTML String Input so we build the HTML String with the help of “Concatenate” function in PowerAPP.

Note: I am using the Concatenate method so that I can easily pass PowerApps Data field “TextInputName.Text” and “EmailTextInput.Text” and “Camera1.Photo” Image variable to the MuhimbiPDF.converthtm Action. Generating the HTML String is a bit Tricky, so be very careful when you are building the HTML String.
The Formula associate with “View the PDF” Button, OnSelect Function.


Step 4: Associating the PdfViewer1, Document property to PDF.processed_file_content.


The PDF.processed_file_content hold the Base64 Converted PDF file string.
It will Display the Converted PDF Content in the PDF viewer.

Step 5: Associate the “Send PDF as Email” Button OnSelect function, to the Formula below.



Step 6: Output when you click, “Send PDF as Email” button. It includes the PDF

I hope this article will help you in building Powerful PowerApps with Muhimbi Converter Service Online.
Thanks for reading and Happy Converting with Muhimbi Converter Service Online 🙂.
I can get everything to work EXCEPT the image. I am trying to add an image that is in my app to the pdf. it is not associated with the camera though. for some reason the image will not appear. can you help me with this?
LikeLike
Hi Evie,
The problem with PowerAPPS Image control is that it does not return a base64 string, it just returns a URL “appres://resources/page”.
If you have a static Image in your PowerAPP e.g. a company logo, you can use an anonymous image URL\link and format it within the MuhimbiPDF.converthtml Muhimbi Action.
LikeLike
Hello Evie ,
Is you code work.
For me its giving error
Now my string is
Set(PDF , MuhimbiPDF.converthtml(Concatenate(“”,TextInputName.Text,””””,TextInputEmail.Text,””)))
Where the name of my fields are (TextInputNmae) and (TextInputEmail)
Error is : – Invalid number of arguement recieved 1: expected 2-3
Kindly Please correct me where i am going wrong also let me know in case of any issue.
Thanks !!
LikeLike
Hi everyone,
Has anyone tried to print the pdf from the viewer?
LikeLike
Can you please elaborate on your requirement?
LikeLike
Hi everyone,
Could we use other HTML tags? I was planning to do a preset pdf form with tables in it. On a cell, I would extract the info inputted by user in powerapps. Like for your example, “Name” and “Email”; I would like to have a table cell and the value of the cell would be the inputted Name or/and Email by the user.
Is this possible? I was trying to put other tag but I couldn’t make it work. I might missing or doing something wrong on my formulas.
Thank you!
LikeLike
Hi Rey,
You can use other HTML tags. With reference to your requirement(table) just have a look at the example below.
LikeLike
Thank you Sir. I was also wondering if the Muhimbi could capture the image from Pen Input in the PDF?
Thank you so much! You and your site helped a lot!
LikeLike
Inserting Pen-Input image can be a little tricky as PowerApp “PenInput1.Image” returns a BLOG URL i.e. “appres://blobmanager/sssssskkalklskldkla” and for Muhimbi to Convert it to PDF we need a base64 encoded string.
The workaround for inserting Pen controls images in the PDF is documented at https://clavinfernandes.wordpress.com/2017/10/30/creating-printable-pdfsmuhimbi-from-powerapps-screen-with-pen-controls/
LikeLike
Hi Sir ,
Thank you for this post.
I followed the same steps as above , I have not use the image to keep it simple.
Now my string is
Set(PDF , MuhimbiPDF.converthtml(Concatenate(“”,TextInputName.Text,””””,TextInputEmail.Text,””)))
Where the name of my fields are (TextInputNmae) and (TextInputEmail)
Error is : – Invalid number of arguement recieved 1: expected 2-3
Kindly Please correct me where i am going wrong also let me know in case of any issue.
Thanks !!
LikeLike
Thanks to the marvelous posting! I certainly enjoyed
reading it, you may be a great author.I will be
sure you bookmark your website and certainly will come back
at a later time. I would like to encourage continue your great work, have a nice day!
Here is my page :: CliffDBallen
LikeLike