I am looking for an lotus C++/C# API using which i can export NSF files as DXL files.
Also i should be able to print DXL files as Pdf files.
I am looking for an lotus C++/C# API using which i can export NSF files as DXL files.
Also i should be able to print DXL files as Pdf files.
Subject: Have a look at the Notes C API sample programs
There is an example in the misc\xml\export folder showing you how to do it in C using the DXLCreateExporter and related functions.