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!
markupgo
Nov 4, 2024A: 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 other questions or need further assistance, feel free to click the chat button in the bottom right corner of our website.