function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Greg CooganGreg Coogan 

Download PDF and XML Documents via API

I have some Apex that generates an XML file and PDF file, inserts them into the Document object. How can we access it via API? The plan is to use Python. I've done some research and it appears XML could be handled, but I am not sure about the PDF.