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 6ABC7184B2 for ; Fri, 8 May 2015 08:30:47 +0000 (UTC) Received: (qmail 31037 invoked by uid 500); 8 May 2015 08:30:47 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 31017 invoked by uid 500); 8 May 2015 08:30:47 -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 30985 invoked by uid 99); 8 May 2015 08:30:47 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2015 08:30:47 +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 14C5AAC0981 for ; Fri, 8 May 2015 08:30:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r950556 - in /websites/staging/pdfbox/trunk/content: ./ 2.0/examples.html 2.0/getting-started.html Date: Fri, 08 May 2015 08:30:47 -0000 To: commits@pdfbox.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150508083047.14C5AAC0981@hades.apache.org> Author: buildbot Date: Fri May 8 08:30:46 2015 New Revision: 950556 Log: Staging update by buildbot for pdfbox Added: websites/staging/pdfbox/trunk/content/2.0/examples.html websites/staging/pdfbox/trunk/content/2.0/getting-started.html Modified: websites/staging/pdfbox/trunk/content/ (props changed) Propchange: websites/staging/pdfbox/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri May 8 08:30:46 2015 @@ -1 +1 @@ -1678305 +1678306 Added: websites/staging/pdfbox/trunk/content/2.0/examples.html ============================================================================== --- websites/staging/pdfbox/trunk/content/2.0/examples.html (added) +++ websites/staging/pdfbox/trunk/content/2.0/examples.html Fri May 8 08:30:46 2015 @@ -0,0 +1,167 @@ + + + + + + + + + + + Apache PDFBox | Examples + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+

This is an unreleased development preview and may change without notice.

+ +

Examples

+

This content is under construction.

+
+
+
+ + + + + Added: websites/staging/pdfbox/trunk/content/2.0/getting-started.html ============================================================================== --- websites/staging/pdfbox/trunk/content/2.0/getting-started.html (added) +++ websites/staging/pdfbox/trunk/content/2.0/getting-started.html Fri May 8 08:30:46 2015 @@ -0,0 +1,179 @@ + + + + + + + + + + + Apache PDFBox | Getting Started + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+

This is an unreleased development preview and may change without notice.

+ +

Getting Started

+

This content is under construction.

+

Maven

+

To add the pdfbox, fontbox and commons-logging jars to your application, the easiest thing is to declare the Maven dependency shown below. This gives you the main +pdfbox library directly and the other required jars as transitive dependencies.

+
<dependency>
+  <groupId>org.apache.pdfbox</groupId>
+  <artifactId>pdfbox</artifactId>
+  <version>...</version>
+</dependency>
+
+ + +

Set the version field to the latest stable PDFBox version.

+
+
+
+ + + + +