Customizing PDF annotation author name per user in Qoppa PDF components

Q: When a user annotates a PDF using jPDFNotes, it seems that the author name associated with the comments is the user name from the operating system. How can I pass a different name? A: By default, jPDFNotes uses the user name as reported by the system, but you can override this by using: AnnotationTools.setDefaultAuthor(“author name”);AnnotationTools.setDefaultAuthor(“author name”); […]

Read More