Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

How to get properties of PDF file with javascript ?

Posted on by Microsoft Employee

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
    Adrian Begovich 21,009 Super User 2024 Season 2 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
    Emre GULCAN 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans