How to Parse the data from PDF Attachment and store the data in a Custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2022 01:00 AM
I have a requirement to parse the data of the PDF attachment file and store it in a custom table whenever the HR Case changes to Closed Complete.
I tried using the GlideSysAttachement.getContent() and GlideSysAttachement.getContentStream() which are returning undefined value.
Please provide the document or steps to parse the pdf attachment data and store it in a custom table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2022 01:44 AM
Hi Naveen
There is a PDF util which comes OOTB, 'GeneralPdfUtils'. Haven't tried it's functionality but it has many useful functions that might suits your requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2022 02:04 AM
Hi Vishnu,
Already checked the 'GeneralPdfUtils', I could not find any function for my requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 08:49 PM
Hi @Naveen kumar22 ,
Where you able to achieve this. I do have an requirement where I need to parse the PDF content based on the key words and stored it in the custom table.
- Regards , Sri.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 03:53 PM
Have you checked out Document Intelligence (paid not free) plugin?
It's well worth checking it out/reading up on it.