- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2022 05:58 AM
Is there a way to create an docx attachment using GlideSysAttachment? Or any other way at all?
I need to create this file with custom content based on user selection on the record and then sent it to OneDrive, everything else is working but create the document has been a challenge.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2022 06:01 AM
Hi,
As per my understanding not possible as of now.
There are APIs for creating PDF but not word
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2022 06:01 AM
Hi,
As per my understanding not possible as of now.
There are APIs for creating PDF but not word
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2024 03:05 PM
Hi,
Possible for you to provide some links/references or even an explanation here for creating PDF?
thanks,
Govardhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2024 04:40 AM
ServiceNow has the PDFGenerationAPI available for use
Developer link and Community link
Both links provide examples of how to use the API to generate PDF files.