Are there specific annotation types you are looking for? PDFBox does supports creating the annotation type defined in the PDF spec. But PDFBox doesn't support creating an appearace stream for all annotation types as the details of the content of the appearance stream (the look of the appearance) is not part of the PDF specification. So you might have to create that on your own - possibly replicating the content of sample annotations created with other applications.
BR Maruan > Am 02.03.2017 um 02:37 schrieb chitgoks <[email protected]>: > > thank you for the feedback viraf > > yes. ive seen some sample code on certain annotations. guess ill just have > to research each and every one of them to see if it supports all our > requirements. > > thank you > > mark > > Website/Java Games: http://www.chitgoks.com > My Blogs: > http://tech.chitgoks.com > http://wuhtevah.chitgoks.com > http://disneyusa.blogspot.com > > On Thu, Mar 2, 2017 at 9:35 AM, <[email protected]> wrote: > >> I did a search and found the following example >> https://svn.apache.org/repos/asf/pdfbox/trunk/examples/src/ >> main/java/org/apache/pdfbox/examples/pdmodel/AddAnnotations.java >> >> I cant speak to the support of "all types of annotations from acrobat". >> - viraf >> >> From: chitgoks <[email protected]> >> To: [email protected] >> Sent: Wednesday, March 1, 2017 8:21 PM >> Subject: does pdfbox support creating annotations? >> >> i checked the website and i dont see any details in the list feature where >> annotations can be created. >> >> is this supporteD? and all types of annotations from acrobat? >> >> >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

