api.danielprocter.com

Developed in PHP and optimised for .NET and native PHP5 clients (untested on NuSOAP).

WSDL: http://api.danielprocter.com/wsdl

Functions available:

Description:Converts base 64 encoded data (e.g. base64 encoded word document) into PDF, returning the conversion ID, a permalink to its location and a base64 encoded PDF.
Function:ToPDF(Key, EncodedData, Image)
Output:ToPDFResult(StatusCode, StatusText, ID, EncodedPDF)
Example:http://www.anything2pdf.com
Description:Use in conjunction with ToPDF to destroy PDF data of the supplied ID, including the permalink. Call this when you have finished with the PDF for security reasons.
Function:DestroyPDF(Key, ID)
Output:DestroyPDFResult(StatusCode, StatusText)
Example:-
Description:Converts an unauthenticated Amazon REST request into an authenticated request to be compliant with new terms of service.
Function:AuthenticateAmazonRestRequest(Key, Url, AccessKey, SecretKey)
Output:AuthenticateAmazonRestRequestResult(Result)
Example:-
Description:Processes an Amazon checkout in the network datacenter.
Function:AmazonCheckout(Key, SerializedItems, SiteRef, Tag, Locale, RawLocale)
Output:AmazonCheckoutResult(Result)
Example:-
Description:Stores an Amazon search into the network datacenter.
Function:StoreAmazonSearch(Key, Keywords, Index, SiteRef, Locale, Category)
Output:StoreAmazonSearchResult(Result)
Example:-

In order to use these API functions you will require an access key. Please contact me for an access key.