RealObjects PDFreactor Web Service .NET Standard 2.0 API
In the subdirectories you'll find the following files:
- lib\pdfreactor.dll - The PDFreactor .NET Standard 2.0 DLL
- sample\SimpleSample.cs - A sample showing the simple integration of PDFreactor into .NET applications
- sample\Async.cs - A sample demonstrating an asynchronous integration which is recommended for medium to large documents
- sample\Stream.cs - A sample demonstrating how converted PDFs can be streamed, thus conserving memory
The API documentation can be found in the PDFreactor installation directory at doc/webservice/dotnet.html
or
here.
Please see the PDFreactor manual for more information.