Re: nested replies of annotation

2019-04-03 Thread chitgoks
ok. just confirmed it that acrobat's new version discards nested comments. all replies point to the first comment as parent. my friend was using an old acrobat reader xi. On Thu, Apr 4, 2019 at 2:09 AM Tilman Hausherr wrote: > I think it is supported because PDFBox allows only a low level acces

Re: nested replies of annotation

2019-04-03 Thread Tilman Hausherr
I think it is supported because PDFBox allows only a low level access. You can call the method with whatever you want. But maybe Adobe doesn't display it nested even if PDFBox created it that way? What you could do is to create your file with nested replys and then display it on the computer

nested replies of annotation

2019-04-02 Thread chitgoks
hi, i would like to ask if deep level nested replies are supported in annotations? e.g. annotation comment - reply 1 - comment to reply 1 - reply 2 - reply 3 - comment to reply 3 (id : abc) - another nested comment to reply id "abc" because here is what i have so far. i looked at adobe