frappe / print_designer

Visual print designer for Frappe / ERPNext
GNU Affero General Public License v3.0
179 stars 101 forks source link

feat: allow signature in dynamic text #298

Closed maharshivpatel closed 5 days ago

maharshivpatel commented 1 week ago

signature field is saved as base64 encoded string in the database. i just added img tag and set the src attribute to the base64 encoded string.

https://github.com/frappe/print_designer/assets/39730881/96137271-bbb1-4556-890d-c981aa69b074

fixes #110 #276