Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05E9210518 for ; Fri, 2 Jan 2015 16:08:05 +0000 (UTC) Received: (qmail 98469 invoked by uid 500); 2 Jan 2015 16:08:05 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 98439 invoked by uid 500); 2 Jan 2015 16:08:05 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 98430 invoked by uid 99); 2 Jan 2015 16:08:05 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2015 16:08:05 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 85CCDAC08CB for ; Fri, 2 Jan 2015 16:08:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r934797 - in /websites/staging/pdfbox/trunk/content: ./ commandline/ cookbook/ css/ docs/1.8.2/ errors/ userguide/ Date: Fri, 02 Jan 2015 16:08:05 -0000 To: commits@pdfbox.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150102160805.85CCDAC08CB@hades.apache.org> Author: buildbot Date: Fri Jan 2 16:08:04 2015 New Revision: 934797 Log: Staging update by buildbot for pdfbox Modified: websites/staging/pdfbox/trunk/content/ (props changed) websites/staging/pdfbox/trunk/content/architecture.html websites/staging/pdfbox/trunk/content/building.html websites/staging/pdfbox/trunk/content/codingconventions.html websites/staging/pdfbox/trunk/content/commandline/index.html websites/staging/pdfbox/trunk/content/cookbook/documentcreation.html websites/staging/pdfbox/trunk/content/cookbook/pdfacreation.html websites/staging/pdfbox/trunk/content/cookbook/pdfavalidation.html websites/staging/pdfbox/trunk/content/cookbook/textextraction.html websites/staging/pdfbox/trunk/content/cookbook/workingwithattachments.html websites/staging/pdfbox/trunk/content/cookbook/workingwithfonts.html websites/staging/pdfbox/trunk/content/cookbook/workingwithmetadata.html websites/staging/pdfbox/trunk/content/css/site.css websites/staging/pdfbox/trunk/content/dependencies.html websites/staging/pdfbox/trunk/content/docs/1.8.2/pdfcoverage.html websites/staging/pdfbox/trunk/content/download.html websites/staging/pdfbox/trunk/content/errors/403.html websites/staging/pdfbox/trunk/content/errors/404.html websites/staging/pdfbox/trunk/content/ideas.html websites/staging/pdfbox/trunk/content/index.html websites/staging/pdfbox/trunk/content/mailinglists.html websites/staging/pdfbox/trunk/content/references.html websites/staging/pdfbox/trunk/content/sitemap.html websites/staging/pdfbox/trunk/content/support.html websites/staging/pdfbox/trunk/content/team.html websites/staging/pdfbox/trunk/content/userguide/faq.html Propchange: websites/staging/pdfbox/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri Jan 2 16:08:04 2015 @@ -1 +1 @@ -1649059 +1649070 Modified: websites/staging/pdfbox/trunk/content/architecture.html ============================================================================== --- websites/staging/pdfbox/trunk/content/architecture.html (original) +++ websites/staging/pdfbox/trunk/content/architecture.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Architecture

In order to get the most out of PDFBox it is neccessary to understand how a PDF document is organized as PDFBox was architected around the concepts layed out in the @@ -352,14 +353,16 @@ the Calendar is converted to a string in

Modified: websites/staging/pdfbox/trunk/content/building.html ============================================================================== --- websites/staging/pdfbox/trunk/content/building.html (original) +++ websites/staging/pdfbox/trunk/content/building.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Building PDFBox

Instructions

This page will describe how to build PDFBox. Most users should find the @@ -273,14 +274,16 @@ the ExtractText command line application

Modified: websites/staging/pdfbox/trunk/content/codingconventions.html ============================================================================== --- websites/staging/pdfbox/trunk/content/codingconventions.html (original) +++ websites/staging/pdfbox/trunk/content/codingconventions.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Coding Conventions

Introduction

To improve the readability and to ease maintenance of the PDFBox code there are a small @@ -262,14 +263,16 @@ for quite some time which delivers some

Modified: websites/staging/pdfbox/trunk/content/commandline/index.html ============================================================================== --- websites/staging/pdfbox/trunk/content/commandline/index.html (original) +++ websites/staging/pdfbox/trunk/content/commandline/index.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Command Line Tools

PDFBox comes with a series of command line utilities. They are available as standard Java applications.

See the Dependencies page for instructions on how to set your classpath in order to run @@ -747,14 +748,16 @@ PDFBox tools as Java applications.

Modified: websites/staging/pdfbox/trunk/content/cookbook/documentcreation.html ============================================================================== --- websites/staging/pdfbox/trunk/content/cookbook/documentcreation.html (original) +++ websites/staging/pdfbox/trunk/content/cookbook/documentcreation.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Document Creation

Create a blank PDF

This small sample shows how to create a new PDF document using PDFBox.

@@ -255,14 +256,16 @@
Modified: websites/staging/pdfbox/trunk/content/cookbook/pdfacreation.html ============================================================================== --- websites/staging/pdfbox/trunk/content/cookbook/pdfacreation.html (original) +++ websites/staging/pdfbox/trunk/content/cookbook/pdfacreation.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -49,22 +50,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

PDF/A Creation

The Apache PDFBox API can be used to create a PDF/A File. PDF/A is a PDF file with some constraints to ensure its long time conservation. These constraints are described in ISO 19005.

@@ -256,14 +257,16 @@ example takes one present in pdfbox:

Modified: websites/staging/pdfbox/trunk/content/cookbook/pdfavalidation.html ============================================================================== --- websites/staging/pdfbox/trunk/content/cookbook/pdfavalidation.html (original) +++ websites/staging/pdfbox/trunk/content/cookbook/pdfavalidation.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

PDF/A Validation

The Apache Preflight library is a Java tool that implements a parser compliant with the ISO-19005 specification (aka PDF/A-1). Check Compliance with PDF/A-1b

@@ -312,14 +313,16 @@ In order to help in the failure understa
Modified: websites/staging/pdfbox/trunk/content/cookbook/textextraction.html ============================================================================== --- websites/staging/pdfbox/trunk/content/cookbook/textextraction.html (original) +++ websites/staging/pdfbox/trunk/content/cookbook/textextraction.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Textextraction

Extracting Text

See class:org.apache.pdfbox.util.PDFTextStripper
@@ -322,14 +323,16 @@ or org.apache.pdfbox.ExtractText to ensu

Modified: websites/staging/pdfbox/trunk/content/cookbook/workingwithattachments.html ============================================================================== --- websites/staging/pdfbox/trunk/content/cookbook/workingwithattachments.html (original) +++ websites/staging/pdfbox/trunk/content/cookbook/workingwithattachments.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Working with Attachments

The PDF File Specification

See package:org.apache.pdfbox.pdmodel.common.filespecification
@@ -248,14 +249,16 @@ Attachments are part of the named tree t

Modified: websites/staging/pdfbox/trunk/content/cookbook/workingwithfonts.html ============================================================================== --- websites/staging/pdfbox/trunk/content/cookbook/workingwithfonts.html (original) +++ websites/staging/pdfbox/trunk/content/cookbook/workingwithfonts.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Working with Fonts

Standard 14 Fonts

The PDF specification states that a standard set of 14 fonts will always be available when consuming PDF documents. In PDFBox these are defined as constants in the PDType1Font class.

@@ -369,14 +370,16 @@ use when no mapping exists.

Modified: websites/staging/pdfbox/trunk/content/cookbook/workingwithmetadata.html ============================================================================== --- websites/staging/pdfbox/trunk/content/cookbook/workingwithmetadata.html (original) +++ websites/staging/pdfbox/trunk/content/cookbook/workingwithmetadata.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Working with Metadata

Introduction

PDF documents can contain information describing the document itself or certain objects @@ -262,14 +263,16 @@ or set the XML metadata.

Modified: websites/staging/pdfbox/trunk/content/css/site.css ============================================================================== --- websites/staging/pdfbox/trunk/content/css/site.css (original) +++ websites/staging/pdfbox/trunk/content/css/site.css Fri Jan 2 16:08:04 2015 @@ -29,9 +29,15 @@ padding: 60px 0px; } + +body { + padding-top: 100px; +} + + /* Add some space around the pdfbox logo */ .logo { - padding: 12px 20px; + padding: 12px 0px; max-width: 200px; } @@ -91,4 +97,89 @@ table th, table td { table tr:nth-child(even) td, table tr.even td { background: rgb(249,249,249); +} + + +/* + * Compatibility to Bootstrap 2 as Bootstrap 3 is missing a + * replacement for .nav CSS + */ + +.nav { + margin-bottom: 20px; + margin-left: 0; + list-style: none; +} + +.nav > li > a { + display: block; +} + +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eeeeee; +} + +.nav > li > a > img { + max-width: none; +} + +.nav > .pull-right { + float: right; +} + +.nav-header { + display: block; + padding: 3px 15px; + font-size: 11px; + font-weight: bold; + line-height: 20px; + color: #999999; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + text-transform: uppercase; +} + +.nav li + .nav-header { + margin-top: 9px; +} + +.nav-list { + padding-right: 15px; + padding-left: 15px; + margin-bottom: 0; +} + +.nav-list > li > a, +.nav-list .nav-header { + margin-right: -15px; + margin-left: -15px; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); +} + +.nav-list > li > a { + padding: 3px 15px; +} + +.nav-list > .active > a, +.nav-list > .active > a:hover, +.nav-list > .active > a:focus { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); + background-color: #0088cc; +} + +.nav-list [class^="icon-"], +.nav-list [class*=" icon-"] { + margin-right: 2px; +} + +.nav-list .divider { + *width: 100%; + height: 1px; + margin: 9px 1px; + *margin: -5px 0 5px; + overflow: hidden; + background-color: #e5e5e5; + border-bottom: 1px solid #ffffff; } \ No newline at end of file Modified: websites/staging/pdfbox/trunk/content/dependencies.html ============================================================================== --- websites/staging/pdfbox/trunk/content/dependencies.html (original) +++ websites/staging/pdfbox/trunk/content/dependencies.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

PDFBox Dependencies

PDFBox consists of a three related components and depends on a few external libraries. This page describes what these libraries are and how to include them in your application.

This information is for the current stable 1.8.x branch. The 2.0 development branch will have different dependencies.

@@ -296,14 +297,16 @@ libraries discussed above into the pdfbo
Modified: websites/staging/pdfbox/trunk/content/docs/1.8.2/pdfcoverage.html ============================================================================== --- websites/staging/pdfbox/trunk/content/docs/1.8.2/pdfcoverage.html (original) +++ websites/staging/pdfbox/trunk/content/docs/1.8.2/pdfcoverage.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

PDF Specification Coverage

PDFBox is aiming to support PDF files inline with the ISO-32000 (PDF) Specification ISO Site @@ -669,14 +670,16 @@ For easier reading the package names are

Modified: websites/staging/pdfbox/trunk/content/download.html ============================================================================== --- websites/staging/pdfbox/trunk/content/download.html (original) +++ websites/staging/pdfbox/trunk/content/download.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Downloads

There are several ways you can obtain the PDFBox binaries or sources:

    @@ -331,14 +332,16 @@ Section 740.13) for both object code and
Modified: websites/staging/pdfbox/trunk/content/errors/403.html ============================================================================== --- websites/staging/pdfbox/trunk/content/errors/403.html (original) +++ websites/staging/pdfbox/trunk/content/errors/403.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

403

We're sorry, but the page you requested cannot be accessed.

Maybe you

@@ -217,14 +218,16 @@
Modified: websites/staging/pdfbox/trunk/content/errors/404.html ============================================================================== --- websites/staging/pdfbox/trunk/content/errors/404.html (original) +++ websites/staging/pdfbox/trunk/content/errors/404.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

404

We're sorry, but the page you requested cannot be found.

Maybe you

@@ -217,14 +218,16 @@
Modified: websites/staging/pdfbox/trunk/content/ideas.html ============================================================================== --- websites/staging/pdfbox/trunk/content/ideas.html (original) +++ websites/staging/pdfbox/trunk/content/ideas.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Ideas

There are several ideas to enhance PDFBox. These are outlined below together with comments and the releases they are planned for as soon as there is agreement to do the @@ -267,14 +268,16 @@ level. This could in addition be a good

Modified: websites/staging/pdfbox/trunk/content/index.html ============================================================================== --- websites/staging/pdfbox/trunk/content/index.html (original) +++ websites/staging/pdfbox/trunk/content/index.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Apache PDFBox - A Java PDF Library

The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing @@ -220,39 +221,39 @@ us improve PDFBox. There are a multitude skills. Subscribe to the Mailing Lists and find out how you can help.

Features

-
-
+
+

Text Extraction

Extract from within a PDF for usage in other applications.

-
+

Merging & Splitting

Merge multiple PDFs into one or split a single PDF into multiple PDFs.

-
+

Forms Filling

Extract forms data from PDF forms or prefill a PDF form.

-
+

PDF/A Validation

Validate PDFs against the PDF/A ISO standard.

-
-
+
+

PDF Printing

Print a PDF file to printers supported by the Java printing API.

-
+

PDF to Image Conversion

Convert you PDFs to Image files.

-
+

PDF Creation

Create a PDF from scratch.

-
+

PDF Signing

Sign your PDF.

@@ -262,14 +263,16 @@ skills. Subscribe to the -
-
- -
- -
-

Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. -
Apache PDFBox, PDFBox, Apache, the Apache feather logo and the Apache PDFBox project logos are trademarks of The Apache Software Foundation.

+
+
+ +
+ +
+

Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. +
Apache PDFBox, PDFBox, Apache, the Apache feather logo and the Apache PDFBox project logos are trademarks of The Apache Software Foundation.

+
Modified: websites/staging/pdfbox/trunk/content/mailinglists.html ============================================================================== --- websites/staging/pdfbox/trunk/content/mailinglists.html (original) +++ websites/staging/pdfbox/trunk/content/mailinglists.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Mailing Lists

Mailing Lists are the primary communication channels for all projects at The Apache Software Foundation. Therefore, this applies to Apache PDFBox, too.

@@ -263,14 +264,16 @@ to the Commit Mailing List Modified: websites/staging/pdfbox/trunk/content/references.html ============================================================================== --- websites/staging/pdfbox/trunk/content/references.html (original) +++ websites/staging/pdfbox/trunk/content/references.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

PDFBox References

This page lists projects that utilize PDFBox and articles that have been written about PDFBox. Please file an improvement issue to get new projects or articles added to this page, or to update the information on existing links.

@@ -381,14 +382,16 @@ Please file an -
-
- -
+
+
+ +
-
-

Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. -
Apache PDFBox, PDFBox, Apache, the Apache feather logo and the Apache PDFBox project logos are trademarks of The Apache Software Foundation.

+
+

Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. +
Apache PDFBox, PDFBox, Apache, the Apache feather logo and the Apache PDFBox project logos are trademarks of The Apache Software Foundation.

+
Modified: websites/staging/pdfbox/trunk/content/sitemap.html ============================================================================== --- websites/staging/pdfbox/trunk/content/sitemap.html (original) +++ websites/staging/pdfbox/trunk/content/sitemap.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+
Modified: websites/staging/pdfbox/trunk/content/support.html ============================================================================== --- websites/staging/pdfbox/trunk/content/support.html (original) +++ websites/staging/pdfbox/trunk/content/support.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

How to get support

Questions about How to use PDFBox

If you have questions about how to use PDFBox do ask on the Users Mailing List. This will get you help from the entire community.

@@ -249,14 +250,16 @@ before.

Modified: websites/staging/pdfbox/trunk/content/team.html ============================================================================== --- websites/staging/pdfbox/trunk/content/team.html (original) +++ websites/staging/pdfbox/trunk/content/team.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -47,22 +48,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

The Team

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

@@ -331,14 +332,16 @@ Get involved today. All contributions to
Modified: websites/staging/pdfbox/trunk/content/userguide/faq.html ============================================================================== --- websites/staging/pdfbox/trunk/content/userguide/faq.html (original) +++ websites/staging/pdfbox/trunk/content/userguide/faq.html Fri Jan 2 16:08:04 2015 @@ -30,6 +30,7 @@ + @@ -49,22 +50,22 @@ - -
-
-
-
-
-
-
+ + +
+
+
+
-
+

Frequently asked questions

General Questions

    @@ -314,14 +315,16 @@ the word "Hello" is drawn.