On Jan 26, 5:59 pm, Andraz <[email protected]> wrote: > I have copied the libraries inline above my test code, so you should scroll > to the bottom: > > http://jsfiddle.net/QxjYM/ > > My datauri function is near the bottom of the jsPDF function body. I guess > it returns no encoded output because of the empty buffer, any suggestions?
It seems you just forgot to include the "endDocument()" call in your "datauri" method. -- Diego -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
