Skip to main content
Participating Frequently
December 21, 2020
Question

PDF templates - Assign data dynamically and export - C#

  • December 21, 2020
  • 2 replies
  • 2331 views

Hi, I am trying to see if document service supports below features.  The first 2 are template manual template creation, the next 4 looking for feasablity to integrate with Document Service APIs.

  • Design PDF Template with Form Fields 
  • Assign placeholders for Form Fields (including QR code).
  • Replace placeholders with data from database (dynamic text fields)
  • Generate QR Code with data from database (dynamic data)
  • Convert QR Code to Image and replace the placeholder. (dynamic data)
  • Export created PDFs with data for each user created using PDF template mentioned above.

Thanks,

Ashok

    This topic has been closed for replies.

    2 replies

    Joel Geraci
    Community Expert
    Community Expert
    December 21, 2020

    The Create From HTML service allows you to create PDF from a ZIP file containing HTML, CSS, images, variable data, and JavaScript. The CSS can contain media queries for paged media that are applied when the PDF is created. So, if you can format all of those requirements as HTML, which you can, our service can render the HTML to PDF.

    Ashok15A9Author
    Participating Frequently
    December 23, 2020

    Hi,  Thanks for response. My requirements are to create PDF template with variables for  text box, label,  placeholder for QR code generation and assign values dynamically based on user input in web application at run time, finally export PDF with data. Multilingual support also needed.  Let me know if this is feasible with document service nu get package.  Thanks, Ashok 

     

    Ashok15A9Author
    Participating Frequently
    January 2, 2021

    Let me please know if you have any update.

    Ashok15A9Author
    Participating Frequently
    December 21, 2020

    Let me know if this is fesable with Document service API