Is there a way to export "Configuration report.pdf" via MIP SDK?

Hello,

I created a sample app that remakes ConfigApiBatch and export Management Server and Recording Server information to a CSV file.

However, I found that it looked better if I logged into Management Client and exported the “Configuration reports .pdf”.

It would be nice if the MIP SDK samples “ConfigAPIClient” and “RestfulCommunication” had such a function or HTTP request, but I couldn’t find any articles that mention it.

Is there a way to export a Configuration report (.pdf) using MIP SDK?

The following implementation is ideal

1. Start ConfigAPIClient.exe(MIP SDK app)

2. Log in to server

3. Click the added button its name like “Export Configuration Report”

4. “Configuration report.pdf” is exported to the download folder.

Unfortunately there is no SDK support for the PDF export. Neither to trigger/control the one already present in the Management Client or to otherwise have one generated from your code.

So you would have to generate the PDF from your own code (there should be plenty of libraries out there for writing to PDF).

Thank you for your answer.

I hope it will be implemented in future SDK​.