How to use the PDF Generator component/API?

1 Like

@knight

1 Like

Hi @knight I’d really appreciate some clarification on this component.

I m in the process of writing a post on it, but most likely will be ready next week. Is there any specific thing that is not clear?

Let me do a quick explanation base on the screen, first, you need to register an account on PDF Generator API , this component is work with external API to generate PDF.

  1. You Account API Key, once you log in the account (PDF Generator API) and click on the link below the setup screen input, you should be able to see.

  2. You Account API Secret Key, once you log in the account (PDF Generator API) and click on the link below the setup screen input, you should be able to see.

  3. Workspace Identifier - Go to your account (PDF Generator API). click on Admin Panel, you should be able to see your Workspace Identifier

  4. Template ID - Go to your account (PDF Generator API), click on Templates, you should create a template here and copy the id ( you can choose no data when you first create template )

  5. File name - what you want to call this pdf if is download

  6. Line Items - this is for repeat items, more advanced topic, ignore this for now.

  7. Payload - this will be the JSON field to send over (PDF Generator API), it works like the custom action JSON field. a simple example will be

{ 
"name":"Knight",
"company":"VisualDev Studio"
}

You can import this data back to your template ( point 4 above ) and customize how your template want to display the data.

  1. Configure the button, you can choose the output as URL, which will generate a PDF URL or Base64 which you can save into your Adalo database.

Hopefully, this will be clearer for you after all the explanation, I going to write a more detail post with a sample app next week, you can pm me if still having any problem

4 Likes

Hi, I went through your instructions here and it’s not working. Perhaps you can share a link with me to your documentation when it is ready :slight_smile:

I pm you my email, you add me to your team and I share a demo to you?

Hi Knight, thank you. I will do that

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.