Get PDFTextStream
Evaluation Limitations
While you evaluate PDFTextStream, it will:
- Randomize approximately half of all digits (0-9) in text extracts
- Slightly alter some metadata attributes (such as bookmark titles, URL fields in extracted hyperlinks, etc)
These limitations are lifted once you purchase PDFTextStream and deploy it with a license file.
License Agreement
Whether you download a PDFTextStream bundle, or obtain PDFTextStream through our Maven repository, doing so is acknowledgement that you have read, understood, and agree to abide by the PDFTextStream license agreement (included in all downloaded bundles).
Download bundles
PDFTextStream bundles contain everything you need to evaluate and use it: binaries, sample code, and extensive documentation.
Current release: November 13, 2009
Archived bundles
September 24, 2009
April 22, 2009
December 16, 2008
May 08, 2008
January 22, 2008
September 04, 2007
July 31, 2007
June 26, 2007
May 11, 2007
April 17, 2007
April 05, 2007
March 28, 2007
December 07, 2006
August 30, 2006
August 15, 2006
November 17, 2005
Maven Setup (Java/JVM only)
If you want PDFTextStream for Java (or any other language on the JVM: Clojure, Scala, Groovy, JRuby, Jython, and so on), you can add it to your project via our Maven repository and be up and running in seconds.
The Maven coordinates for the latest PDFTextStream release are below, ready to be copied into your favorite build tool's configuration or set in your IDE's project.
To your pom.xml (or other Maven-compatible dependency-management configuration), add our repository:
<repositories>
<repository>
<id>snowtide-releases</id>
<url>http://maven.snowtide.com/releases</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
…and a dependency on PDFTextStream:
<dependency>
<groupId>com.snowtide</groupId>
<artifactId>pdftextstream</artifactId>
<version>2.3.2</version>
</dependency>
All of PDFTextStream's prior releases are also available via our Maven repository; just change the version number as needed.
