Converting URL to PDF in OIC for Integration Between Fusion and OFS
Hi team,
We’re working on an integration between Oracle Fusion and Oracle Field Service (OFS). The source system (Fusion) sends a URL pointing to a document, and our goal is to display this content as a PDF file in OFS.
We’re exploring if this can be achieved using Oracle Integration Cloud (OIC) to:
- Fetch the content from the URL
- Convert it into a PDF file
Once the PDF is generated, we plan to upload it as an attachment in OFS (which we know is supported).
Is it possible to achieve the URL-to-PDF conversion using only OIC?
If not, would it require external tools or services?