Author: jahewson Date: Fri May 8 18:25:37 2015 New Revision: 1678417 URL: http://svn.apache.org/r1678417 Log: Capitalisation
Modified: pdfbox/cmssite/trunk/content/ideas.mdtext Modified: pdfbox/cmssite/trunk/content/ideas.mdtext URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/ideas.mdtext?rev=1678417&r1=1678416&r2=1678417&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/ideas.mdtext (original) +++ pdfbox/cmssite/trunk/content/ideas.mdtext Fri May 8 18:25:37 2015 @@ -14,9 +14,9 @@ Enhance the type safety of PDFBox and ad This is an ongoing effort and most/all deprecated methods will be removed in PDFBox 2.0.0 -## Handle large pdf files +## Handle large PDF files -In addition to the pdf parsing pdfbox does not always handle large pdf files well as some +In addition to the PDF parsing pdfbox does not always handle large PDF files well as some of the references are implemented as int instead of long @@ -51,7 +51,7 @@ enhanced that situation but there is a n In addition handling documents which are not conforming shouldn't be part of the core parser but of a extentable approach e.g. by adding hooks to allow for handling parsing exceptions. -## <span class="complete">Add the ability to create pdfs using unicode encoded text</span> +## <span class="complete">Add the ability to create PDFs using unicode encoded text</span> <span class="complete">The recent PDFBox version is limited to WinANSI encoded text. 2.0.0 should have unicode support as well.</span> @@ -80,6 +80,6 @@ this is beneficial e.g. rendering, debug ## Handling of pdf versions The current implementation is a mix of PDF 1.4 and some adhoc additions without a clear distinction what is and is not supported. We could ad some support for explicitly handling -versions in pdfbox e.g. my marking certain methods and properties to the pdf version support +versions in PDFBox e.g. my marking certain methods and properties to the PDF version support level. This could in addition be a good basis for PDF/A and other compliance checks.