MarkupGo Questions

Showing 1 - 20 of 69 questions

Q: Rendering Charts

Do you have an ability to render charts/graphs using the templates? I guess I can use charts.js as a js library right?

ilan22PLUSNov 17, 2024
See detail
Founder Team
markupgo

markupgo

Nov 18, 2024

A: Hi ilan22 🙌,

Yes, it is possible. We are using Handlebars.js for templating internally. If you encounter any issues, please let us know by clicking the chat icon on our website.

Share
Helpful?

Q: Are there a template Library?

Or are templates something we're creating ourselves?

MyLTDPLUSNov 14, 2024
See detail
Founder Team
markupgo

markupgo

Edited Nov 15, 2024

A: Hi MyLTD,

Yes, we have a public template library, and in most cases, you’ll need to write your own template. However, if you like one of the built-in templates, you can copy it to your project.

Please check the template library by clicking the “Example Templates” button at the top right corner.

https://markupgo.com/editor

Share
Helpful?

Q: paramatered urls

hello, can the api be used as a parametered url to replace text inside the image and render a new image ?

excelPLUSNov 13, 2024
See detail
Founder Team
markupgo

markupgo

Nov 13, 2024

A: Hi excel,

If you have a template for the image, yes, it is possible. You can do it in two ways: with an API call or magic URLs.

Please check our documentation and blog post for both options:

https://markupgo.com/docs/magic-template-url#usage
https://markupgo.com/blog/reusable-templates

If you need further assistance, feel free to chat with us on our website. Just click the button at the...

Share
Helpful?

Q: can i upload a pdf to be used as a template

3218107f5f344227b00e2e243a3dc724PLUSNov 6, 2024
See detail
Founder Team
markupgo

markupgo

Nov 6, 2024

A: Hi there,

Unfortunately this is not possible. 🙄

Share
Helpful?

Q: Link in PDFs

Hi! Two questions.

1) Can I create PDFs with links in the document that will send you to a specific page within the same PDF?

2) Can I add/exclude certain PDF elements/sections/pages based on specific conditions using the API?

Thanks!

LOJEdited Nov 3, 2024
See detail
Founder Team
markupgo

markupgo

Nov 4, 2024

A: Hi LOJ!

As long as you provide the HTML with the links, our API will convert it to a PDF including them. However, our API does not support manipulating the PDF directly—you would need to handle that before sending it to us.

For conditional rendering, we use handlebars.js for templating. This allows you to conditionally render parts of the HTML based on the data you provide.

If you have any...

Share
Helpful?