Download v1.03  1.7mb
Download Link 1

Other Products Available

Menu Links
News

Register/Buy
Trial Restrictions

Full Features List
Known Issues/Bugs
Forum
Contact

Main Features
1. Supports Windows 95, 98, ME, NT4, Windows 2000, XP, Vista, 2003, Windows 7 & 2008
2. Automates the process of Extracting / Importing to multiple PDF files
3.
optional removing all XMP metadata and Info data
4. Import Info data as XML, optional data or all xml data can be replaced.
5. Exporting Info data as XML to file
6. Import XMP metadata in XMP format
7. Export XMP metadata in XMP format to file
8. set field values without an xml file e.g. obj.title = "my title"
9. Batch list processing, Info lists of files in a list text file
10. Doesn't require Acrobat
11. Full HTML Help.

What's new ?
v1.03
2nd December 2008
1. see what's new for update information.

  What is PDF Info COM Component ?

PDF Info COM Component is for ASP, .NET, PHP, Cold Fusion, VB, VC and other languages.

PDF Info software automates the process of exporting and importing pdf description information and XMP metadata.

PDF Info contains many special features like removing all XMP metadata and Info data, exporting Info data to XML and importing both XML or/and XMP metadata in to a single or a batch list of PDF files.

Example .asp, vb, .net, php, cold fusion & vc++ code included

simple ASP example of usage:-   (export info and xmp data to files)

Set obj = Server.CreateObject("PDFInfo.PDFInfoCom.1")
obj.strExport = "c:\pdfinfo.xml" ' export xml data
obj.strExportXmp = "c:\pdfinfo.xmp" ' export xmp data
result = CStr(obj.getPDFInfoFile("c:\\input.pdf", "c:\\output.pdf")

simple VC++ example of usage:-

PDFInfoLib::IPDFInfoComPtr *test = NULL;
struct __declspec(uuid("{97D24184-7D5E-43B1-8A0C-2146D223C1FF}")) IClass;
test = new PDFInfoLib::IPDFInfoComPtr( __uuidof(IClass) );
(*test)->PutstrExport("c:\\pdfinfo.xml"); // export xml data
(*test)->PutstrExportXmp("c:\\pdfinfo.xmp"); // export xmp data
(*test)->getPDFInfoFile((char *)(_bstr_t)"c:\\input.pdf",(char *)(_bstr_t)"c:\\output.pdf");

simple VB example of usage:-

Dim obj As PDFInfoLib.PDFInfoCom
Set obj = New PDFInfoLib.PDFInfoCom
obj.strExport = "c:\pdfinfo.xml" ' export xml data
obj.strExportXmp = "c:\pdfinfo.xmp" ' export xmp data
obj.GetPDFInfoFile("C:\input.pdf","C:\output.pdf")
 

simple ASP .NET using C# example of usage:-

PDFInfo.PDFInfoCom obj = new PDFInfo.PDFInfoCom();
obj.strExport = "c:\\pdfinfo.xml"; // export xml data
obj.strExportXmp = "c:\\pdfinfo.xmp"; // export xmp data("C:\\input.pdf","C:\\output.pdf");


 

PDF Info COM Component

 

Automates the process of exporting XMP or XML MetaData

 

Import MetaData XMP or XML

 

Remove XMP data

 

Batch List processing

 

Retains PDF Version

 

Supports all COM compatible languages

 

Examples in ASP, VB, PHP, ColdFusion, .NET & VC++

 

Written in C++ for ultimate speed

 

Will run on 64bit machines in 32bit mode