PDF rendering for custom XBL component
Posted by bsantucci on
URL: https://discuss.orbeon.com/PDF-rendering-for-custom-XBL-component-tp3007217.html
Is there a way to influence the PDF rendering of a custom XBL component?
I have developed a custom initials/signature XBL component that uses an HTML 5 canvas to capture a user's initials or signature. It works great in Form Runner. However, when I look at the PDF rendering of the form data it doesn't display the initials/signature. It displays the text that comes up when a browser doesn't support an HTML5 canvas.
This doesn't really surprise me. However, I was wondering if there was something that I could do that could help the PDF rendering process display what I want.
Thanks.