How to Parse the data from PDF Attachment and store the data in a Custom table

Naveen kumar22
Kilo Explorer

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.

 

4 REPLIES 4

Vishnu Prasad K
Giga Guru

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

Naveen kumar22
Kilo Explorer

Hi Vishnu,

 

Already checked the 'GeneralPdfUtils', I could not find any function for my requirement.

 

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.

Jeff Wentworth
ServiceNow Employee
ServiceNow Employee

Have you checked out Document Intelligence (paid not free) plugin?

It's well worth checking it out/reading up on it.

 

https://www.servicenow.com/community/ai-intelligence-articles/get-started-with-document-intelligence...