Gottox / node-pdfutils

tool for analyzing and converting PDF
103 stars 23 forks source link

links #19

Closed yukulele closed 6 years ago

yukulele commented 9 years ago

Their is no links member in PDFPage Class. Their is only: width, height, index and label members.

Gottox commented 9 years ago

links is defined in the prototype. You won't see it using console.log().

Can you recheck with console.log(typeof doc[X].links)?