Content of PDF files uploading into MongoDB

87 views
Skip to first unread message

tma...@auspicate.com

unread,
May 13, 2015, 10:43:51 AM5/13/15
to mongod...@googlegroups.com
Hi

I want to read the content of the pdf file and upload the content of the pdf into Mongodb by creating metadata. Metadata varies from one file to other file. I want to implement it in c#.
Can anybody share me with the videos or the urls for implementing this.

Thanks in advance

Stephen Steneker

unread,
May 14, 2015, 11:02:03 PM5/14/15
to mongod...@googlegroups.com, tma...@auspicate.com
On Thursday, 14 May 2015 00:43:51 UTC+10, tmadisa wrote:
I want to read the content of the pdf file and upload the content of the pdf into Mongodb by creating metadata. Metadata varies from one file to other file. I want to implement it in c#.
Can anybody share me with the videos or the urls for implementing this.

Hi,

MongoDB doesn't have any support for extracting file contents or metadata. You'll need to find a library to do that in your chosen language (C#).

Once you've extracted the info you need, you might find the GridFS API in MongoDB useful.

GridFS allows you to save large binaries (and associated metadata) in MongoDB:

Regards,
Stephen
Reply all
Reply to author
Forward
0 new messages