Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upQuestion:where can i find java-script built-in functions #8108
Comments
jodevsa
changed the title from
Question:where can i find java script built-in functions
to
Question:where can i find java-script built-in functions
Feb 24, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
timvandermeij
Feb 24, 2017
Contributor
There is no printf in PDF.js. I think you are confusing PDF.js with another library. Our utilities are mostly in https://github.com/mozilla/pdf.js/blob/master/src/shared/util.js. Closing as answered.
|
There is no |
timvandermeij
closed this
Feb 24, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jodevsa
Feb 24, 2017
what i meant is, javascript libraries used by the pdf reader mentioned here:https://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdf
jodevsa
commented
Feb 24, 2017
|
what i meant is, javascript libraries used by the pdf reader mentioned here:https://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdf |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
timvandermeij
Feb 24, 2017
Contributor
PDF.js does not execute any JavaScript embedded in a PDF file for security reasons. The only exception is the print command to initiate printing a document, which is handled separately. Other JS is disabled and so far we do not intend to enable any other JS because of security concerns.
|
PDF.js does not execute any JavaScript embedded in a PDF file for security reasons. The only exception is the |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jodevsa
commented
Feb 24, 2017
|
thanks alot for clarification . |
jodevsa commentedFeb 24, 2017
Hello,
i'm looking for the definitions of built-in functions like util.printf