Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to get properties of PDF file with javascript ?

(0) ShareShare
ReportReport
Posted on by

Hi everybody!

I'm a newbie, and i'm having a problem with read properties of PDF, i need get all attributes in properties of PDF.

Example: create on of PDF, Modified ....

Help me!

*This post is locked for comments

  • Suggested answer
    Adrian Begovich Profile Picture
    1,025 Super User 2025 Season 1 on at
    RE: How to get properties of PDF file with javascript ?

    Hi Leon Kai,

    You can obtain this information with mozilla/pdf.js. Below is some sample code for this.

    PDFJS.getDocument(url).then(function (pdfDoc_) {
            pdfDoc = pdfDoc_;   
            pdfDoc.getMetadata().then(function(contents) {
                console.log(contents);
            }).catch(function(error) {
    console.log("Error getting metadata"); console.log(error); }); }).catch(function(error) { console.log("Error getting PDF from the url: " + url); console.log(error); });
  • Suggested answer
    Emre GULCAN Profile Picture
    2,379 on at
    RE: How to get properties of PDF file with javascript ?

    Hi,

    Maybe this can helps you, https://mozilla.github.io/pdf.js/examples/ 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 52

#3
Victor Onyebuchi Profile Picture

Victor Onyebuchi 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans