Note: Once at the shopping cart web page, please fill the number into the quantity blank to purchase this product. (1 is default)
Click "Get It Now" Button above or below to activate this coupon code or deal. It's only valid on SoftCns.com If The Coupon Code Not Available Please bookmark this page first, and then clear the cookies of your browser. Lastly, restart your browser again or try to use another web browser, If you don't get it clearly, please visit Coupon Using Guide or send us expired.
Reviews
Average user rating: Excellent (/5)
Your Rating:
Traction Software Awards
Product Details
PDF Link COM Component is for ASP, .NET, PHP, Cold Fusion, VB, VC and other languages.
PDF Link software automates the process of applying text with external web links, removing, creating, changing and reporting. link types like: http, https, ftp, mailto, file are all supported. PDF Link contains many special features like removing all links, creating links based on text, adding new text links, changing links from text, changing links from current links, changing part of a link, link reporting and much more. Add text in color, styles, link styles, select font sizes and types, filename stamping with link, page range selection etc etc
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("PDFLink.PDFLinkCom.1") obj.strText = "added link" obj.strLink = "http://www.adobe.com/index.htm" result = CStr(obj.getPDFLinkFile("c:\\input.pdf", "c:\\output.pdf")
simple VC++ example of usage:-
PDFLinkLib::IPDFLinkComPtr *test = NULL; struct __declspec(uuid("{54D24184-7D5E-43B1-8A0C-2146D223C1FF}")) IClass; test = new PDFLinkLib::IPDFLinkComPtr( __uuidof(IClass) ); (*test)->PutstrText(_T("added link")); (*test)->PutstrLink(_T("http://www.adobe.com/index.htm")); (*test)->getPDFLinkFile((char *)(_bstr_t)"c:\\input.pdf",(char *)(_bstr_t)"c:\\output.pdf");
simple VB example of usage:-
Dim obj As PDFLinkLib.PDFLinkCom Set obj = New PDFLinkLib.PDFLinkCom obj.strText = "added link" obj.strLink = "http://www.adobe.com/index.htm" obj.GetPDFLinkFile("C:\input.pdf","C:\output.pdf")
Main Features 1. Supports Windows 95, 98, ME, NT4, Windows 2000, XP, Vista, 2003, 2008 & Windows 7 2. Automates the process linking multiple PDF files. 3. Remove links from pages 4. Change Links based on text or link values 5. Change part of a link 6. Link reporting 7. Apply any type of True Type font 8. Batch list processing, Info lists of files in a list text file 9. Doesn't require Acrobat 10. Full HTML Help.