Re: adding review status problem

2019-04-25 Thread chitgoks
grr you're right. it worked when the first letters were uppercased. but this worked before when they were small case. i guess they changed it. On Fri, Apr 26, 2019 at 2:57 PM Tilman Hausherr wrote: > Hi, > > From looking at the PDF specification, the strings are "Accepted" and > not "accept

Re: adding review status problem

2019-04-25 Thread Tilman Hausherr
Hi, From looking at the PDF specification, the strings are "Accepted" and not "accepted", and "None" instead of "none". I just noticed that, I didn't test your code. The best would be to create a "gold standard" model with Adobe, and then compare that one with yours. Tilman Am 26.04.2019 um

adding review status problem

2019-04-25 Thread chitgoks
hi. i used to have this working, adding review status to comments like none, accepted, rejected, canceled, etc. this used to be my working code public static void main(String[] args) { try (PDDocument pdfDocument = PDDocument.load(new File("src.pdf"))) { PDPage pdPage = pdfDoc