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
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
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
3 matches
Mail list logo