Is there any way to get metadata from pdf document like author or title using pdf.js?
In this example : http://mozilla.github.io/pdf.js/web/viewer.html?file=compressed.tracemonkey-pldi-09.pdf
<div class="row">
<span data-l10n-id="document_properties_author">
Autor:
</span>
<p id="authorField">
-
</p>
And the authorField is empty. Is there any way to get this info?