You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ja...@apache.org on 2015/05/08 10:30:34 UTC

svn commit: r1678306 - in /pdfbox/cmssite/trunk/content/2.0: examples.mdtext getting-started.mdtext

Author: jahewson
Date: Fri May  8 08:30:33 2015
New Revision: 1678306

URL: http://svn.apache.org/r1678306
Log:
Add examples and getting started for 2.0

Added:
    pdfbox/cmssite/trunk/content/2.0/examples.mdtext   (with props)
    pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext   (with props)

Added: pdfbox/cmssite/trunk/content/2.0/examples.mdtext
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/2.0/examples.mdtext?rev=1678306&view=auto
==============================================================================
--- pdfbox/cmssite/trunk/content/2.0/examples.mdtext (added)
+++ pdfbox/cmssite/trunk/content/2.0/examples.mdtext Fri May  8 08:30:33 2015
@@ -0,0 +1,7 @@
+Title:     Examples
+
+<p class="alert alert-warning">This is an unreleased development preview and may change without notice.</p>
+
+# Examples
+
+This content is under construction.

Propchange: pdfbox/cmssite/trunk/content/2.0/examples.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native

Added: pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext?rev=1678306&view=auto
==============================================================================
--- pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext (added)
+++ pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext Fri May  8 08:30:33 2015
@@ -0,0 +1,20 @@
+Title:     Getting Started
+
+<p class="alert alert-warning">This is an unreleased development preview and may change without notice.</p>
+
+# 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.

Propchange: pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native