Whats the difference between P2T/P2X COM Edition and DLL Edition?
• COM Edition encapsulates all functions into a COM component, you can call the COM object from script languages( ASP, PHP, Perl, Cold Fusion….) and all other languages that support COM interface. DLL Edition encapsulates all functions into a traditional DLL, you can’t call it from script languages, but you get an high performance, much powerful lib, DLL Edition even provide a callback solutions beside the normal file system solutions, that means you have options to output the data stream into a file or directly into the buffer you provide in your own application, so you can get and process the output data stream in real time manner.