아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.
우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.
이번 릴리즈는 4.1 개발 분과에서 제안한 마지막 API로서, 이전 릴리즈와 blocking HTTP transport components의 성능 향상 과정에서 발견된 버그들을 픽스하였습니다.
이를 통해 blocking HTTP transport는 이전 릴리즈와 비교해 5%에서 10%정도 빨라졌을 것으로 기대하고 있습니다.
HttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint.
HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO.
The blocking I/O model may be more appropriate for data intensive, low latency scenarios, whereas the non-blocking model may be more appropriate for high latency scenarios where raw data throughput is less important than the ability to handle thousands of simultaneous HTTP connections in a resource efficient manner.
PDFBox is an open source Java library for working with PDF documents.
This is an incremental feature release based on the earlier 1.0.0 release.
Unlike previous PDFBox releases, this release contains also updated versions of the supporting FontBox and JempBox libraries. The other notable changes in this release include basic support for tagged PDF, various font handling improvements and better handling of CJK character sets. For more details, please refer to the following issues on the PDFBox issue tracker at https://issues.apache.org/jira/browse/PDFBOX.
New Features
[PDFBOX-7] extract information from tagged PDF
[PDFBOX-48] Create a tagged PDF
[PDFBOX-67] Implement StructTreeRoot/StructTree classes in the PDModel
[PDFBOX-636] Add decoded stream length to PDStream
[PDFBOX-640] Add getter/setter for alternate field name (TU) to PDField
Improvements
[PDFBOX-628] Too many detours in COSDict00000000000000ionary convenience methods
[PDFBOX-630] Create PDDictionaryWrapper
[PDFBOX-633] Add indexOfObject and removeObject methods with ...
[PDFBOX-635] Fallback mechanism for broken CFF fonts
[PDFBOX-643] Date conversion errors
[PDFBOX-644] Move FontBox and JempBox under the same trunk with PDFBox
[PDFBOX-646] Map the form space to user space if the optional form ...
[PDFBOX-653] Document the missing command line tools
[PDFBOX-654] Extracting CJK text
[PDFBOX-655] Default character width should be used if width of a ...
[PDFBOX-663] Ensuring non-null FontDescriptor for external TrueType fonts
Bug Fixes
[PDFBOX-55] Invalid character while extracting text from a chinese pdf
[PDFBOX-116] PNG image page completely garbled
[PDFBOX-259] support request chinese-traditional
[PDFBOX-420] Japanese Characters are garbled.
[PDFBOX-619] Adobe CFF/Type2 font encoding enhancements
[PDFBOX-621] XMPSchema.getIntegerProperty does not return existing value
[PDFBOX-624] Misplaced text
[PDFBOX-632] Invalid page rendering while printing a PDF with an image ...
[PDFBOX-634] CFF parsing failure
[PDFBOX-637] problem with static code in COSInteger/COSNumber
[PDFBOX-645] PDDocumentOutline should not have getParent()
[PDFBOX-656] Typo: there is no DecodeParams value. The correct name is ...
[PDFBOX-658] Fix typo in FontMapping.properties
[PDFBOX-660] Applying FontMatrix scale factors to PDFont drawing operations
[PDFBOX-666] Ensure the correct path direction when drawing a rectangle
Release Contents
----------------
This release consists of a single source archive packaged as a zip file.
The archive can be unpacked with the jar tool from your JDK installation.
See the README.txt file for instructions on how to build this release.
The source archive is accompanied by SHA1 and MD5 checksums and a PGP signature that you can use to verify the authenticity of your download.
The public key used for the PGP signature can be found at https://svn.apache.org/repos/asf/pdfbox/KEYS.
About Apache PDFBox
-------------------
Apache PDFBox is an open source Java library for working with PDF documents.
This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command line utilities. Apache PDFBox is published under the Apache License, Version 2.0.
About The Apache Software Foundation
------------------------------------
Established in 1999, The Apache Software Foundation provides organizational, legal, and financial support for more than 100 freely-available, collaboratively-developed Open Source projects. The pragmatic Apache License enables individual and commercial users to easily deploy Apache software; the Foundation's intellectual property framework limits the legal exposure of its 2,500+ contributors.