Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Review
Workspace Leap
Created by Guest
Created on Jul 28, 2025

Fill PDF service in JavaScript with attached PDF documents in Form documents

As an End user, I need to be able to have a feature below using Fill PDF service in Domino Leap and Javascript API:

Generally, I want to leverage Domino Leap for template management and filling out user's personal data in PDF templates.

"Fill PDF" service is well-suited for this requirement. But this service only works with PDF templates that were added to the design of DLeap app. Please note that I am referring to 100 or more than templates in this topic.

So I want to handle PDF templates within the app data. It means that there is only one Leap data record for each template that contains an attachment field that holds the PDF template.


With that, I would like to use the servise "Fill PDF" but by using Javascript code, so I can leverage form attachment field as input source.

To summarize:
- Upload a fillable PDF file as an attachment when creating a form record, where each record may have a different PDF template.

- Then invoke the “Fill PDF” service dynamically using JavaScript, using the uploaded attachment


  • Attach files