Hi,
I'm doing integration between Adobe PDF Service and Salesforce using APIs. Our main goal is to convert HTML file (i.e. stored in one of salesforce standard object 'ContentDocument') to PDF and stored that generated PDF file back to salesforce. I have performed below steps in my apex class:
Gene...