THausherr commented on pull request #107: URL: https://github.com/apache/pdfbox/pull/107#issuecomment-890381198
> PDAnnotation.getBorder. If border.size() >= 3 don't need to "create a copy to avoid changing the PDF"? No. The "create copy" is a workaround to be able to work with a broken PDF without modifying it. It's not perfect, but we try not to change PDFs when retrieving stuff. I have improved the javadoc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
