AlivePDF
AlivePDF copied to clipboard
addTextNote asdoc has incorrect example (i.e. addNote)
What steps will reproduce the problem?
1. http://alivepdf.bytearray.org/alivepdf-asdoc/
2. Search for "addNote"
3. Notice the myPDF.addNote (100, 75, 50, 50, "A note !"); is under
addTextNote() method.
What is the expected output? What do you see instead?
PDF.as should be modified on lines 1708 and 1729 to use addTextNote
instead of addNote
Thank you.
Original issue reported on code.google.com by [email protected] on 12 Jun 2008 at 6:15
Thanks Jason,
It's fixed ;)
Original comment by thibault.imbert on 12 Jun 2008 at 9:30