Rank: Newbie Groups: Member
Joined: 11/7/2012 Posts: 2
|
A dynamic signature drawn on jSignature canvas does not print to the PDF.
I also tried dynamically setting the src of an image (and asp:image) control. However, this added only a blank blue question mark image in the PDF document.
How can I get the signature to be included in the PDF?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
The current version of EO.Pdf only has limited support for canvas. This is a known issue and it's not trivial to resolve. We are hoping to resolve it within this year.
However using a static image through asp:Image should work. If you use ConvertHtml, make sure you either set HtmlToPdf.Options.BaseUrl or set the image' src to full path (such as "http://www.yoursite.com/your_image.gif" instead of just "your_image.gif").
Please let us know if you still have problems.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 11/7/2012 Posts: 2
|
Alright, well at least confirms we're on the right track. We figured the static image was a duct-tape solution that would work. Looking forward to the canvas fix update.
Thanks,
Mark
|