Hi,
I am new to aspose.pdf cloud, have been using aspose.pdf for .net. My requirement is such that i want to create a pdf file from a raw json data using aspose.pdf cloud api for .net.
Kindly provide me with the sample code for doing this.
Note that : i have refereed Create Empty PDF|Documentation
and line : <span style=“color: rgb(51, 51, 51); font-family: “Courier New”, Courier, monospace; font-size: 12.0333px; line-height: 1.3; background-color: rgb(255, 255, 255);”>DocumentResponse apiResponse = pdfApi.PutCreateDocument(fileName, templateFile, dataFile, templateType, storage, folder);
i am getting null response. with all parameters as :
String fileName = “test.pdf”;
String templateFile = “”;
String dataFile = “sample.xml”;
String templateType = “xml”;
String storage = “”;
String folder = “”;
Thanks and Regards,
Amey Sawant