|
|
Description
Extract API. A unique assembly that contains a set of essential methods for working with textual data from filled PDF forms. They allow exposing text information in PDF documents and facilitate their text processing. PDF Extract API can be used both as a server DLL module
(try
it now)
allowing online PDF files processing and as a parsing engine (download
our samples)
running on .NET platform with C#, Visual Basic, C++, J# support. PDF Extract API uses exportable C-language style functions.
Features
PDF Extract API provides you with 5 effective features:
Words counting
Counting the occurrence of a certain word
Getting a set of all words in a document
Searching for a certain word in a textRetrieving in coordinates the locations of a word/wordsOnly a few lines of code are needed to make the first application work, so you can concentrate more on customizing an appearance of your program and defining the most efficient way it may be exploited.
C# Sample Code
private void
bConvertToText_Click(object sender,
EventArgs e)
{
if (edPDFPath.Text.Trim().Length
> 0)
{
txtData.Text =
PDFEXAPI.NPD_GetWords(edPDFPath.Text, Convert.ToInt32(edPage.Value)-1);
}
else
{
MessageBox.Show("First, select
a PDF document, please");
}
}
Try and buy
Seeing is believing, that's why our company offers 30-days license for PDF Extract API, so that you can get acquainted with its unbeatable performance absolutely for free. You may freely test this functionality as well during your trial of the API. In order to receive a trial license, registration is required. One registered user can download a trial license only once. An evaluation license may not be used for development, testing or production.
Demo zip-archive (555 KB) includes:
PDF Extract API Dynamic-link libraryTrial-license generatorC# Project SampleC# Project Sample DescriptionYou are welcome to purchase the full license in the shop. Note that licenses for each server are sold separately. Attractive volume discounts start already after 5 licenses of a specific product and license type. Volume discounts for up to 100 licenses will be automatically calculated when you add a product to your shopping cart. Discounts for larger volumes can be obtained from our sales team.
System Requirements
Supported Operating Systems: Windows 9x/NT/2000/2003/XP/Vista.
Installing
To explore basic functions
Unpack the downloaded zip-archiveRun the file SamplePDFExAPI_CSharp.exe that can be founded in the folder PDFExAPIDistr\samples\SamplePDFExAPI_CSharp\SamplePDFExAPI_CSharp\bin\Debug
For activation a 30-day demonstrational license, run the file NPDA.exe from /activation folder, enter the login and the password and choose the product, you would like to get a free 30-days license for.
*Note. To run the C# example, Microsoft .NET Framework Version 2.0 or higher is required that can be downloaded from Microsoft's site.
PDF Extract API library can be found in /bin folder.
Documentation
Detailed technical documentation can be found on the
support page and in /doc folder of the zip-archive.
Samples
With a 30-days free trial license of PDF Extract API you get a C# project that you are welcome to use for testing.
Usage Restrictions
Note that you cannot use the PDF Extract API to create a commercial PDF text extraction application or to create an application that competes with any other NextPDF application without the explicit written permission of Gamma Quest Inc.
See
PDF Extraction API Guide to learn more about how to use this service!
Take a look how PDF Extract API may work at our PDF Text Extraction Demo Page.
|