This is an automated email from the ASF dual-hosted git repository. lehmi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git
The following commit(s) were added to refs/heads/master by this push: new 4505f011 Link changed new ae2d3e46 Merge pull request #10 from xishian/patch-1 4505f011 is described below commit 4505f011faa5c267237a21ebdbf145643f88be57 Author: 希世安 <wwwsunhaix...@163.com> AuthorDate: Wed Oct 26 15:48:14 2022 +0800 Link changed --- content/1.8/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/1.8/architecture.md b/content/1.8/architecture.md index 7c61b087..7c732bca 100644 --- a/content/1.8/architecture.md +++ b/content/1.8/architecture.md @@ -31,7 +31,7 @@ is organized as PDFBox was architected around the concepts layed out in the ISO-32000 (PDF) Specification - [ISO Site](http://www.iso.org/iso/catalogue_detail.htm?csnumber=51502) -- [Adobe Version](https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf) +- [Adobe Version](https://opensource.adobe.com/dc-acrobat-sdk-docs/standards/pdfstandards/pdf/PDF32000_2008.pdf) ## Quick Introduction to the PDF format @@ -122,4 +122,4 @@ store a COS object and all setter/getter methods will modify data that is stored COS object. For example, when you call PDPage.getLastModified() the method will do a lookup in the COSDictionary with the key "LastModified", if it is found the value is then converter to a java.util.Calendar. When PDPage.setLastModified( Calendar ) is called then -the Calendar is converted to a string in the COSDictionary. \ No newline at end of file +the Calendar is converted to a string in the COSDictionary.