Below are some setters for PdfFileEditor in java. They don’t seem working. Could anyone explain what they do? I also write down the issues. I am using Adobe PDF in windows.
setCopyLogicalStructure: It does take longer when set to true. but after I opened up the resulted PDF, and press “ctrl + d” to open up the “Document Properties”, it says “Tagged PDF: No”. I don’t have paid version of adobe so can’t really see how it looks like in accessibility tags. But the “Tagged PDF: No” shows the issue.
setCopyOutlines: no matter I set this to true or false, the resulted PDF always have bookmarks, even though it does take significantly less time if set this to false.
setCorruptedFileAction: no matter I set it to 0 or 1, it always throws exception when encounter a corrupted PDF file.
setIncrementalUpdates: Doesn’t seem to have any effects. What effect should it achieve when set to true or false. Will it be faster or slower, more or less memory usage, by setting it to true?