-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels

Description
Hi all.
Some software products can create "layered" pdf, where you can switch on/off layers in pdf.
Can I create such pdf with jspdf?
http://www.open.ac.uk/opencetl/files/opencetl/file/ecms/web-content/Multi-pdf-how-to-%20file.pdf
for example, when I do context.drawImage(img), I would like this image to be one "layer" in PDF. Is this possible?