api documentation for pdfjs-dist (v1.8.254)

Generic build of Mozilla's PDF.js library.

table of contents

  1. module pdfjs-dist
    1. function pdfjs-dist.CustomStyle ()
    2. function pdfjs-dist.InvalidPDFException (msg)
    3. function pdfjs-dist.MissingPDFException (msg)
    4. function pdfjs-dist.PDFDataRangeTransport (length, initialData)
    5. function pdfjs-dist.PDFJS.CustomStyle ()
    6. function pdfjs-dist.PDFJS.InvalidPDFException (msg)
    7. function pdfjs-dist.PDFJS.Metadata (meta)
    8. function pdfjs-dist.PDFJS.MissingPDFException (msg)
    9. function pdfjs-dist.PDFJS.PDFDataRangeTransport (length, initialData)
    10. function pdfjs-dist.PDFJS.PDFWorker (name, port)
    11. function pdfjs-dist.PDFJS.PageViewport (viewBox, scale, rotation, offsetX, offsetY, dontFlip)
    12. function pdfjs-dist.PDFJS.PasswordException (msg, code)
    13. function pdfjs-dist.PDFJS.SVGGraphics (commonObjs, objs, forceDataSchema)
    14. function pdfjs-dist.PDFJS.UnexpectedResponseException (msg, status)
    15. function pdfjs-dist.PDFJS.UnknownErrorException (msg, details)
    16. function pdfjs-dist.PDFJS.Util ()
    17. function pdfjs-dist.PDFWorker (name, port)
    18. function pdfjs-dist.RenderingCancelledException (msg, type)
    19. function pdfjs-dist.SVGGraphics (commonObjs, objs, forceDataSchema)
    20. function pdfjs-dist.UnexpectedResponseException (msg, status)
    21. function pdfjs-dist.addLinkAttributes (link, params)
    22. function pdfjs-dist.createBlob (data, contentType)
    23. function pdfjs-dist.createObjectURL (data, contentType)
    24. function pdfjs-dist.createPromiseCapability ()
    25. function pdfjs-dist.createValidAbsoluteUrl (url, baseUrl)
    26. function pdfjs-dist.getDocument (src, pdfDataRangeTransport, passwordCallback, progressCallback)
    27. function pdfjs-dist.getFilenameFromUrl (url)
    28. function pdfjs-dist.isValidUrl (url, allowRelative)
    29. function pdfjs-dist.removeNullCharacters (str)
    30. function pdfjs-dist.renderTextLayer (renderParameters)
    31. function pdfjs-dist.shadow (obj, prop, value)
    32. object pdfjs-dist.AnnotationLayer
    33. object pdfjs-dist.OPS
    34. object pdfjs-dist.PDFDataRangeTransport.prototype
    35. object pdfjs-dist.PDFJS
    36. object pdfjs-dist.PDFJS.AnnotationLayer
    37. object pdfjs-dist.PDFJS.Metadata.prototype
    38. object pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype
    39. object pdfjs-dist.PDFJS.PDFWorker.prototype
    40. object pdfjs-dist.PDFJS.PageViewport.prototype
    41. object pdfjs-dist.PDFJS.SVGGraphics.prototype
    42. object pdfjs-dist.PDFJS.UnsupportedManager
    43. object pdfjs-dist.PDFWorker.prototype
    44. object pdfjs-dist.PasswordResponses
    45. object pdfjs-dist.SVGGraphics.prototype
    46. object pdfjs-dist.UNSUPPORTED_FEATURES
    47. object pdfjs-dist.annotation
    48. object pdfjs-dist.api
    49. object pdfjs-dist.arithmetic_decoder
    50. object pdfjs-dist.bidi
    51. object pdfjs-dist.canvas
    52. object pdfjs-dist.cff_parser
    53. object pdfjs-dist.chunked_stream
    54. object pdfjs-dist.cmap
    55. object pdfjs-dist.colorspace
    56. object pdfjs-dist.crypto
    57. object pdfjs-dist.document
    58. object pdfjs-dist.dom_utils
    59. object pdfjs-dist.encodings
    60. object pdfjs-dist.evaluator
    61. object pdfjs-dist.font_loader
    62. object pdfjs-dist.fonts
    63. object pdfjs-dist.function
    64. object pdfjs-dist.glyphlist
    65. object pdfjs-dist.image
    66. object pdfjs-dist.jbig2
    67. object pdfjs-dist.jpg
    68. object pdfjs-dist.jpx
    69. object pdfjs-dist.metadata
    70. object pdfjs-dist.metrics
    71. object pdfjs-dist.murmurhash3
    72. object pdfjs-dist.network
    73. object pdfjs-dist.obj
    74. object pdfjs-dist.parser
    75. object pdfjs-dist.pattern
    76. object pdfjs-dist.pattern_helper
    77. object pdfjs-dist.pdf
    78. object pdfjs-dist.pdf_manager
    79. object pdfjs-dist.pdf_rendering_queue
    80. object pdfjs-dist.preferences
    81. object pdfjs-dist.primitives
    82. object pdfjs-dist.ps_parser
    83. object pdfjs-dist.standard_fonts
    84. object pdfjs-dist.stream
    85. object pdfjs-dist.svg
    86. object pdfjs-dist.text_layer
    87. object pdfjs-dist.type1_parser
    88. object pdfjs-dist.unicode
    89. object pdfjs-dist.util
    90. object pdfjs-dist.view_history
    91. object pdfjs-dist.worker
    92. string pdfjs-dist.build
    93. string pdfjs-dist.version
  2. module pdfjs-dist.AnnotationLayer
    1. function pdfjs-dist.AnnotationLayer.render (parameters)
    2. function pdfjs-dist.AnnotationLayer.update (parameters)
  3. module pdfjs-dist.CustomStyle
    1. function pdfjs-dist.CustomStyle ()
    2. function pdfjs-dist.CustomStyle.getProp (propName, element)
    3. function pdfjs-dist.CustomStyle.setProp (propName, element, str)
  4. module pdfjs-dist.InvalidPDFException
    1. function pdfjs-dist.InvalidPDFException (msg)
    2. function pdfjs-dist.InvalidPDFException.constructor (msg)
  5. module pdfjs-dist.MissingPDFException
    1. function pdfjs-dist.MissingPDFException (msg)
    2. function pdfjs-dist.MissingPDFException.constructor (msg)
  6. module pdfjs-dist.PDFDataRangeTransport
    1. function pdfjs-dist.PDFDataRangeTransport (length, initialData)
  7. module pdfjs-dist.PDFDataRangeTransport.prototype
    1. function pdfjs-dist.PDFDataRangeTransport.prototype.abort ()
    2. function pdfjs-dist.PDFDataRangeTransport.prototype.addProgressListener (listener)
    3. function pdfjs-dist.PDFDataRangeTransport.prototype.addProgressiveReadListener (listener)
    4. function pdfjs-dist.PDFDataRangeTransport.prototype.addRangeListener (listener)
    5. function pdfjs-dist.PDFDataRangeTransport.prototype.onDataProgress (loaded)
    6. function pdfjs-dist.PDFDataRangeTransport.prototype.onDataProgressiveRead (chunk)
    7. function pdfjs-dist.PDFDataRangeTransport.prototype.onDataRange (begin, chunk)
    8. function pdfjs-dist.PDFDataRangeTransport.prototype.requestDataRange (begin, end)
    9. function pdfjs-dist.PDFDataRangeTransport.prototype.transportReady ()
  8. module pdfjs-dist.PDFJS
    1. boolean pdfjs-dist.PDFJS.cMapPacked
    2. boolean pdfjs-dist.PDFJS.compatibilityChecked
    3. boolean pdfjs-dist.PDFJS.disableAutoFetch
    4. boolean pdfjs-dist.PDFJS.disableCreateObjectURL
    5. boolean pdfjs-dist.PDFJS.disableFontFace
    6. boolean pdfjs-dist.PDFJS.disableRange
    7. boolean pdfjs-dist.PDFJS.disableStream
    8. boolean pdfjs-dist.PDFJS.disableWebGL
    9. boolean pdfjs-dist.PDFJS.disableWorker
    10. boolean pdfjs-dist.PDFJS.hasCanvasTypedArrays
    11. boolean pdfjs-dist.PDFJS.isEvalSupported
    12. boolean pdfjs-dist.PDFJS.openExternalLinksInNewWindow
    13. boolean pdfjs-dist.PDFJS.pdfBug
    14. boolean pdfjs-dist.PDFJS.pdfjsNext
    15. boolean pdfjs-dist.PDFJS.postMessageTransfers
    16. function pdfjs-dist.PDFJS.CustomStyle ()
    17. function pdfjs-dist.PDFJS.InvalidPDFException (msg)
    18. function pdfjs-dist.PDFJS.Metadata (meta)
    19. function pdfjs-dist.PDFJS.MissingPDFException (msg)
    20. function pdfjs-dist.PDFJS.PDFDataRangeTransport (length, initialData)
    21. function pdfjs-dist.PDFJS.PDFWorker (name, port)
    22. function pdfjs-dist.PDFJS.PageViewport (viewBox, scale, rotation, offsetX, offsetY, dontFlip)
    23. function pdfjs-dist.PDFJS.PasswordException (msg, code)
    24. function pdfjs-dist.PDFJS.SVGGraphics (commonObjs, objs, forceDataSchema)
    25. function pdfjs-dist.PDFJS.UnexpectedResponseException (msg, status)
    26. function pdfjs-dist.PDFJS.UnknownErrorException (msg, details)
    27. function pdfjs-dist.PDFJS.Util ()
    28. function pdfjs-dist.PDFJS.addLinkAttributes (link, params)
    29. function pdfjs-dist.PDFJS.createBlob (data, contentType)
    30. function pdfjs-dist.PDFJS.createObjectURL (data, contentType)
    31. function pdfjs-dist.PDFJS.createPromiseCapability ()
    32. function pdfjs-dist.PDFJS.getDocument (src, pdfDataRangeTransport, passwordCallback, progressCallback)
    33. function pdfjs-dist.PDFJS.getFilenameFromUrl (url)
    34. function pdfjs-dist.PDFJS.isExternalLinkTargetSet ()
    35. function pdfjs-dist.PDFJS.isValidUrl (url, allowRelative)
    36. function pdfjs-dist.PDFJS.removeNullCharacters (str)
    37. function pdfjs-dist.PDFJS.renderTextLayer (renderParameters)
    38. function pdfjs-dist.PDFJS.shadow (obj, prop, value)
    39. number pdfjs-dist.PDFJS.externalLinkTarget
    40. number pdfjs-dist.PDFJS.maxImageSize
    41. number pdfjs-dist.PDFJS.verbosity
    42. object pdfjs-dist.PDFJS.AnnotationLayer
    43. object pdfjs-dist.PDFJS.LinkTarget
    44. object pdfjs-dist.PDFJS.OPS
    45. object pdfjs-dist.PDFJS.PasswordResponses
    46. object pdfjs-dist.PDFJS.UNSUPPORTED_FEATURES
    47. object pdfjs-dist.PDFJS.UnsupportedManager
    48. object pdfjs-dist.PDFJS.VERBOSITY_LEVELS
    49. object pdfjs-dist.PDFJS.cMapUrl
    50. object pdfjs-dist.PDFJS.workerPort
    51. object pdfjs-dist.PDFJS.workerSrc
    52. string pdfjs-dist.PDFJS.build
    53. string pdfjs-dist.PDFJS.externalLinkRel
    54. string pdfjs-dist.PDFJS.imageResourcesPath
    55. string pdfjs-dist.PDFJS.version
  9. module pdfjs-dist.PDFJS.AnnotationLayer
    1. function pdfjs-dist.PDFJS.AnnotationLayer.render (parameters)
    2. function pdfjs-dist.PDFJS.AnnotationLayer.update (parameters)
  10. module pdfjs-dist.PDFJS.CustomStyle
    1. function pdfjs-dist.PDFJS.CustomStyle ()
    2. function pdfjs-dist.PDFJS.CustomStyle.getProp (propName, element)
    3. function pdfjs-dist.PDFJS.CustomStyle.setProp (propName, element, str)
  11. module pdfjs-dist.PDFJS.InvalidPDFException
    1. function pdfjs-dist.PDFJS.InvalidPDFException (msg)
    2. function pdfjs-dist.PDFJS.InvalidPDFException.constructor (msg)
  12. module pdfjs-dist.PDFJS.Metadata
    1. function pdfjs-dist.PDFJS.Metadata (meta)
  13. module pdfjs-dist.PDFJS.Metadata.prototype
    1. function pdfjs-dist.PDFJS.Metadata.prototype.get (name)
    2. function pdfjs-dist.PDFJS.Metadata.prototype.has (name)
    3. function pdfjs-dist.PDFJS.Metadata.prototype.parse ()
  14. module pdfjs-dist.PDFJS.MissingPDFException
    1. function pdfjs-dist.PDFJS.MissingPDFException (msg)
    2. function pdfjs-dist.PDFJS.MissingPDFException.constructor (msg)
  15. module pdfjs-dist.PDFJS.PDFDataRangeTransport
    1. function pdfjs-dist.PDFJS.PDFDataRangeTransport (length, initialData)
  16. module pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype
    1. function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.abort ()
    2. function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.addProgressListener (listener)
    3. function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.addProgressiveReadListener (listener)
    4. function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.addRangeListener (listener)
    5. function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.onDataProgress (loaded)
    6. function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.onDataProgressiveRead (chunk)
    7. function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.onDataRange (begin, chunk)
    8. function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.requestDataRange (begin, end)
    9. function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.transportReady ()
  17. module pdfjs-dist.PDFJS.PDFWorker
    1. function pdfjs-dist.PDFJS.PDFWorker (name, port)
  18. module pdfjs-dist.PDFJS.PDFWorker.prototype
    1. function pdfjs-dist.PDFJS.PDFWorker.prototype._initialize ()
    2. function pdfjs-dist.PDFJS.PDFWorker.prototype._initializeFromPort (port)
    3. function pdfjs-dist.PDFJS.PDFWorker.prototype._setupFakeWorker ()
    4. function pdfjs-dist.PDFJS.PDFWorker.prototype.destroy ()
  19. module pdfjs-dist.PDFJS.PageViewport
    1. function pdfjs-dist.PDFJS.PageViewport (viewBox, scale, rotation, offsetX, offsetY, dontFlip)
  20. module pdfjs-dist.PDFJS.PageViewport.prototype
    1. function pdfjs-dist.PDFJS.PageViewport.prototype.clone (args)
    2. function pdfjs-dist.PDFJS.PageViewport.prototype.convertToPdfPoint (x, y)
    3. function pdfjs-dist.PDFJS.PageViewport.prototype.convertToViewportPoint (x, y)
    4. function pdfjs-dist.PDFJS.PageViewport.prototype.convertToViewportRectangle (rect)
  21. module pdfjs-dist.PDFJS.PasswordException
    1. function pdfjs-dist.PDFJS.PasswordException (msg, code)
    2. function pdfjs-dist.PDFJS.PasswordException.constructor (msg, code)
  22. module pdfjs-dist.PDFJS.SVGGraphics
    1. function pdfjs-dist.PDFJS.SVGGraphics (commonObjs, objs, forceDataSchema)
  23. module pdfjs-dist.PDFJS.SVGGraphics.prototype
    1. function pdfjs-dist.PDFJS.SVGGraphics.prototype._ensureClipGroup ()
    2. function pdfjs-dist.PDFJS.SVGGraphics.prototype._ensureTransformGroup ()
    3. function pdfjs-dist.PDFJS.SVGGraphics.prototype._initialize (viewport)
    4. function pdfjs-dist.PDFJS.SVGGraphics.prototype.addFontStyle (fontObj)
    5. function pdfjs-dist.PDFJS.SVGGraphics.prototype.beginText ()
    6. function pdfjs-dist.PDFJS.SVGGraphics.prototype.clip (type)
    7. function pdfjs-dist.PDFJS.SVGGraphics.prototype.closeFillStroke ()
    8. function pdfjs-dist.PDFJS.SVGGraphics.prototype.closePath ()
    9. function pdfjs-dist.PDFJS.SVGGraphics.prototype.closeStroke ()
    10. function pdfjs-dist.PDFJS.SVGGraphics.prototype.constructPath (ops, args)
    11. function pdfjs-dist.PDFJS.SVGGraphics.prototype.convertOpList (operatorList)
    12. function pdfjs-dist.PDFJS.SVGGraphics.prototype.endPath ()
    13. function pdfjs-dist.PDFJS.SVGGraphics.prototype.endText ()
    14. function pdfjs-dist.PDFJS.SVGGraphics.prototype.eoFill ()
    15. function pdfjs-dist.PDFJS.SVGGraphics.prototype.eoFillStroke ()
    16. function pdfjs-dist.PDFJS.SVGGraphics.prototype.executeOpTree (opTree)
    17. function pdfjs-dist.PDFJS.SVGGraphics.prototype.fill ()
    18. function pdfjs-dist.PDFJS.SVGGraphics.prototype.fillStroke ()
    19. function pdfjs-dist.PDFJS.SVGGraphics.prototype.getSVG (operatorList, viewport)
    20. function pdfjs-dist.PDFJS.SVGGraphics.prototype.group (items)
    21. function pdfjs-dist.PDFJS.SVGGraphics.prototype.loadDependencies (operatorList)
    22. function pdfjs-dist.PDFJS.SVGGraphics.prototype.moveText (x, y)
    23. function pdfjs-dist.PDFJS.SVGGraphics.prototype.nextLine ()
    24. function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintFormXObjectBegin (matrix, bbox)
    25. function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintFormXObjectEnd ()
    26. function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintImageMaskXObject (imgData)
    27. function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintImageXObject (objId)
    28. function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintInlineImageXObject (imgData, mask)
    29. function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintJpegXObject (objId, w, h)
    30. function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintSolidColorImageMask ()
    31. function pdfjs-dist.PDFJS.SVGGraphics.prototype.restore ()
    32. function pdfjs-dist.PDFJS.SVGGraphics.prototype.save ()
    33. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setCharSpacing (charSpacing)
    34. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setDash (dashArray, dashPhase)
    35. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setFillRGBColor (r, g, b)
    36. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setFont (details)
    37. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setGState (states)
    38. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setHScale (scale)
    39. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setLeading (leading)
    40. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setLeadingMoveText (x, y)
    41. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setLineCap (style)
    42. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setLineJoin (style)
    43. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setLineWidth (width)
    44. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setMiterLimit (limit)
    45. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setStrokeRGBColor (r, g, b)
    46. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setTextMatrix (a, b, c, d, e, f)
    47. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setTextRise (textRise)
    48. function pdfjs-dist.PDFJS.SVGGraphics.prototype.setWordSpacing (wordSpacing)
    49. function pdfjs-dist.PDFJS.SVGGraphics.prototype.showText (glyphs)
    50. function pdfjs-dist.PDFJS.SVGGraphics.prototype.stroke ()
    51. function pdfjs-dist.PDFJS.SVGGraphics.prototype.transform (a, b, c, d, e, f)
  24. module pdfjs-dist.PDFJS.UnexpectedResponseException
    1. function pdfjs-dist.PDFJS.UnexpectedResponseException (msg, status)
    2. function pdfjs-dist.PDFJS.UnexpectedResponseException.constructor (msg, status)
  25. module pdfjs-dist.PDFJS.UnknownErrorException
    1. function pdfjs-dist.PDFJS.UnknownErrorException (msg, details)
    2. function pdfjs-dist.PDFJS.UnknownErrorException.constructor (msg, details)
  26. module pdfjs-dist.PDFJS.UnsupportedManager
    1. function pdfjs-dist.PDFJS.UnsupportedManager.listen (cb)
    2. function pdfjs-dist.PDFJS.UnsupportedManager.notify (featureId)
  27. module pdfjs-dist.PDFJS.Util
    1. function pdfjs-dist.PDFJS.Util ()
    2. function pdfjs-dist.PDFJS.Util.appendToArray (arr1, arr2)
    3. function pdfjs-dist.PDFJS.Util.apply3dTransform (m, v)
    4. function pdfjs-dist.PDFJS.Util.applyInverseTransform (p, m)
    5. function pdfjs-dist.PDFJS.Util.applyTransform (p, m)
    6. function pdfjs-dist.PDFJS.Util.extendObj (obj1, obj2)
    7. function pdfjs-dist.PDFJS.Util.getAxialAlignedBoundingBox (r, m)
    8. function pdfjs-dist.PDFJS.Util.getInheritableProperty (dict, name, getArray)
    9. function pdfjs-dist.PDFJS.Util.inherit (sub, base, prototype)
    10. function pdfjs-dist.PDFJS.Util.intersect (rect1, rect2)
    11. function pdfjs-dist.PDFJS.Util.inverseTransform (m)
    12. function pdfjs-dist.PDFJS.Util.loadScript (src, callback)
    13. function pdfjs-dist.PDFJS.Util.makeCssRgb (r, g, b)
    14. function pdfjs-dist.PDFJS.Util.normalizeRect (rect)
    15. function pdfjs-dist.PDFJS.Util.prependToArray (arr1, arr2)
    16. function pdfjs-dist.PDFJS.Util.sign (num)
    17. function pdfjs-dist.PDFJS.Util.singularValueDecompose2dScale (m)
    18. function pdfjs-dist.PDFJS.Util.toRoman (number, lowerCase)
    19. function pdfjs-dist.PDFJS.Util.transform (m1, m2)
  28. module pdfjs-dist.PDFWorker
    1. function pdfjs-dist.PDFWorker (name, port)
  29. module pdfjs-dist.PDFWorker.prototype
    1. function pdfjs-dist.PDFWorker.prototype._initialize ()
    2. function pdfjs-dist.PDFWorker.prototype._initializeFromPort (port)
    3. function pdfjs-dist.PDFWorker.prototype._setupFakeWorker ()
    4. function pdfjs-dist.PDFWorker.prototype.destroy ()
  30. module pdfjs-dist.RenderingCancelledException
    1. function pdfjs-dist.RenderingCancelledException (msg, type)
    2. function pdfjs-dist.RenderingCancelledException.constructor (msg, type)
  31. module pdfjs-dist.SVGGraphics
    1. function pdfjs-dist.SVGGraphics (commonObjs, objs, forceDataSchema)
  32. module pdfjs-dist.SVGGraphics.prototype
    1. function pdfjs-dist.SVGGraphics.prototype._ensureClipGroup ()
    2. function pdfjs-dist.SVGGraphics.prototype._ensureTransformGroup ()
    3. function pdfjs-dist.SVGGraphics.prototype._initialize (viewport)
    4. function pdfjs-dist.SVGGraphics.prototype.addFontStyle (fontObj)
    5. function pdfjs-dist.SVGGraphics.prototype.beginText ()
    6. function pdfjs-dist.SVGGraphics.prototype.clip (type)
    7. function pdfjs-dist.SVGGraphics.prototype.closeFillStroke ()
    8. function pdfjs-dist.SVGGraphics.prototype.closePath ()
    9. function pdfjs-dist.SVGGraphics.prototype.closeStroke ()
    10. function pdfjs-dist.SVGGraphics.prototype.constructPath (ops, args)
    11. function pdfjs-dist.SVGGraphics.prototype.convertOpList (operatorList)
    12. function pdfjs-dist.SVGGraphics.prototype.endPath ()
    13. function pdfjs-dist.SVGGraphics.prototype.endText ()
    14. function pdfjs-dist.SVGGraphics.prototype.eoFill ()
    15. function pdfjs-dist.SVGGraphics.prototype.eoFillStroke ()
    16. function pdfjs-dist.SVGGraphics.prototype.executeOpTree (opTree)
    17. function pdfjs-dist.SVGGraphics.prototype.fill ()
    18. function pdfjs-dist.SVGGraphics.prototype.fillStroke ()
    19. function pdfjs-dist.SVGGraphics.prototype.getSVG (operatorList, viewport)
    20. function pdfjs-dist.SVGGraphics.prototype.group (items)
    21. function pdfjs-dist.SVGGraphics.prototype.loadDependencies (operatorList)
    22. function pdfjs-dist.SVGGraphics.prototype.moveText (x, y)
    23. function pdfjs-dist.SVGGraphics.prototype.nextLine ()
    24. function pdfjs-dist.SVGGraphics.prototype.paintFormXObjectBegin (matrix, bbox)
    25. function pdfjs-dist.SVGGraphics.prototype.paintFormXObjectEnd ()
    26. function pdfjs-dist.SVGGraphics.prototype.paintImageMaskXObject (imgData)
    27. function pdfjs-dist.SVGGraphics.prototype.paintImageXObject (objId)
    28. function pdfjs-dist.SVGGraphics.prototype.paintInlineImageXObject (imgData, mask)
    29. function pdfjs-dist.SVGGraphics.prototype.paintJpegXObject (objId, w, h)
    30. function pdfjs-dist.SVGGraphics.prototype.paintSolidColorImageMask ()
    31. function pdfjs-dist.SVGGraphics.prototype.restore ()
    32. function pdfjs-dist.SVGGraphics.prototype.save ()
    33. function pdfjs-dist.SVGGraphics.prototype.setCharSpacing (charSpacing)
    34. function pdfjs-dist.SVGGraphics.prototype.setDash (dashArray, dashPhase)
    35. function pdfjs-dist.SVGGraphics.prototype.setFillRGBColor (r, g, b)
    36. function pdfjs-dist.SVGGraphics.prototype.setFont (details)
    37. function pdfjs-dist.SVGGraphics.prototype.setGState (states)
    38. function pdfjs-dist.SVGGraphics.prototype.setHScale (scale)
    39. function pdfjs-dist.SVGGraphics.prototype.setLeading (leading)
    40. function pdfjs-dist.SVGGraphics.prototype.setLeadingMoveText (x, y)
    41. function pdfjs-dist.SVGGraphics.prototype.setLineCap (style)
    42. function pdfjs-dist.SVGGraphics.prototype.setLineJoin (style)
    43. function pdfjs-dist.SVGGraphics.prototype.setLineWidth (width)
    44. function pdfjs-dist.SVGGraphics.prototype.setMiterLimit (limit)
    45. function pdfjs-dist.SVGGraphics.prototype.setStrokeRGBColor (r, g, b)
    46. function pdfjs-dist.SVGGraphics.prototype.setTextMatrix (a, b, c, d, e, f)
    47. function pdfjs-dist.SVGGraphics.prototype.setTextRise (textRise)
    48. function pdfjs-dist.SVGGraphics.prototype.setWordSpacing (wordSpacing)
    49. function pdfjs-dist.SVGGraphics.prototype.showText (glyphs)
    50. function pdfjs-dist.SVGGraphics.prototype.stroke ()
    51. function pdfjs-dist.SVGGraphics.prototype.transform (a, b, c, d, e, f)
  33. module pdfjs-dist.UnexpectedResponseException
    1. function pdfjs-dist.UnexpectedResponseException (msg, status)
    2. function pdfjs-dist.UnexpectedResponseException.constructor (msg, status)
  34. module pdfjs-dist.annotation
    1. function pdfjs-dist.annotation.Annotation (params)
    2. function pdfjs-dist.annotation.AnnotationBorderStyle ()
    3. function pdfjs-dist.annotation.AnnotationFactory ()
  35. module pdfjs-dist.api
    1. function pdfjs-dist.api.PDFDataRangeTransport (length, initialData)
    2. function pdfjs-dist.api.PDFDocumentProxy (pdfInfo, transport, loadingTask)
    3. function pdfjs-dist.api.PDFPageProxy (pageIndex, pageInfo, transport)
    4. function pdfjs-dist.api.PDFWorker (name, port)
    5. function pdfjs-dist.api.getDocument (src, pdfDataRangeTransport, passwordCallback, progressCallback)
    6. object pdfjs-dist.api._UnsupportedManager
    7. string pdfjs-dist.api.build
    8. string pdfjs-dist.api.version
  36. module pdfjs-dist.arithmetic_decoder
    1. function pdfjs-dist.arithmetic_decoder.ArithmeticDecoder (data, start, end)
  37. module pdfjs-dist.bidi
    1. function pdfjs-dist.bidi (str, startLevel, vertical)
  38. module pdfjs-dist.canvas
    1. function pdfjs-dist.canvas.CanvasGraphics (canvasCtx, commonObjs, objs, canvasFactory, imageLayer)
  39. module pdfjs-dist.cff_parser
    1. function pdfjs-dist.cff_parser.CFF ()
    2. function pdfjs-dist.cff_parser.CFFCharset (predefined, format, charset, raw)
    3. function pdfjs-dist.cff_parser.CFFCompiler (cff)
    4. function pdfjs-dist.cff_parser.CFFHeader (major, minor, hdrSize, offSize)
    5. function pdfjs-dist.cff_parser.CFFIndex ()
    6. function pdfjs-dist.cff_parser.CFFParser (file, properties, seacAnalysisEnabled)
    7. function pdfjs-dist.cff_parser.CFFPrivateDict (strings)
    8. function pdfjs-dist.cff_parser.CFFStrings ()
    9. function pdfjs-dist.cff_parser.CFFTopDict (strings)
    10. object pdfjs-dist.cff_parser.CFFStandardStrings
  40. module pdfjs-dist.chunked_stream
    1. function pdfjs-dist.chunked_stream.ChunkedStream (length, chunkSize, manager)
    2. function pdfjs-dist.chunked_stream.ChunkedStreamManager (pdfNetworkStream, args)
  41. module pdfjs-dist.cmap
    1. function pdfjs-dist.cmap.CMap (builtInCMap)
    2. function pdfjs-dist.cmap.IdentityCMap (vertical, n)
    3. object pdfjs-dist.cmap.CMapFactory
  42. module pdfjs-dist.colorspace
    1. function pdfjs-dist.colorspace.ColorSpace ()
  43. module pdfjs-dist.crypto
    1. function pdfjs-dist.crypto.AES128Cipher (key)
    2. function pdfjs-dist.crypto.AES256Cipher (key)
    3. function pdfjs-dist.crypto.ARCFourCipher (key)
    4. function pdfjs-dist.crypto.CipherTransformFactory (dict, fileId, password)
    5. function pdfjs-dist.crypto.PDF17 ()
    6. function pdfjs-dist.crypto.PDF20 ()
    7. function pdfjs-dist.crypto.calculateMD5 (data, offset, length)
    8. function pdfjs-dist.crypto.calculateSHA256 (data, offset, length)
    9. function pdfjs-dist.crypto.calculateSHA384 (data, offset, length)
    10. function pdfjs-dist.crypto.calculateSHA512 (data, offset, length, mode384)
  44. module pdfjs-dist.document
    1. function pdfjs-dist.document.PDFDocument (pdfManager, arg)
    2. function pdfjs-dist.document.Page (pdfManager, xref, pageIndex, pageDict, ref, fontCache, builtInCMapCache)
  45. module pdfjs-dist.dom_utils
    1. function pdfjs-dist.dom_utils.CustomStyle ()
    2. function pdfjs-dist.dom_utils.DOMCMapReaderFactory (params)
    3. function pdfjs-dist.dom_utils.DOMCanvasFactory ()
    4. function pdfjs-dist.dom_utils.RenderingCancelledException (msg, type)
    5. function pdfjs-dist.dom_utils.addLinkAttributes (link, params)
    6. function pdfjs-dist.dom_utils.getDefaultSetting (id)
    7. function pdfjs-dist.dom_utils.getFilenameFromUrl (url)
    8. function pdfjs-dist.dom_utils.isExternalLinkTargetSet ()
    9. function pdfjs-dist.dom_utils.isValidUrl (url, allowRelative)
    10. object pdfjs-dist.dom_utils.LinkTarget
    11. string pdfjs-dist.dom_utils.DEFAULT_LINK_REL
  46. module pdfjs-dist.encodings
    1. function pdfjs-dist.encodings.getEncoding (encodingName)
    2. object pdfjs-dist.encodings.ExpertEncoding
    3. object pdfjs-dist.encodings.MacRomanEncoding
    4. object pdfjs-dist.encodings.StandardEncoding
    5. object pdfjs-dist.encodings.SymbolSetEncoding
    6. object pdfjs-dist.encodings.WinAnsiEncoding
    7. object pdfjs-dist.encodings.ZapfDingbatsEncoding
  47. module pdfjs-dist.evaluator
    1. function pdfjs-dist.evaluator.OperatorList (intent, messageHandler, pageIndex)
    2. function pdfjs-dist.evaluator.PartialEvaluator (pdfManager, xref, handler, pageIndex, idFactory, fontCache, builtInCMapCache, options)
  48. module pdfjs-dist.font_loader
    1. function pdfjs-dist.font_loader.FontFaceObject (translatedData, options)
    2. function pdfjs-dist.font_loader.FontLoader (docId)
  49. module pdfjs-dist.fonts
    1. boolean pdfjs-dist.fonts.SEAC_ANALYSIS_ENABLED
    2. function pdfjs-dist.fonts.ErrorFont (error)
    3. function pdfjs-dist.fonts.Font (name, file, properties)
    4. function pdfjs-dist.fonts.IdentityToUnicodeMap (firstChar, lastChar)
    5. function pdfjs-dist.fonts.ToUnicodeMap (cmap)
    6. function pdfjs-dist.fonts.getFontType (type, subtype)
    7. number pdfjs-dist.fonts.PRIVATE_USE_OFFSET_END
    8. number pdfjs-dist.fonts.PRIVATE_USE_OFFSET_START
    9. object pdfjs-dist.fonts.FontFlags
    10. object pdfjs-dist.fonts.ProblematicCharRanges
  50. module pdfjs-dist.function
    1. function pdfjs-dist.function.PostScriptCompiler ()
    2. function pdfjs-dist.function.PostScriptEvaluator (operators)
    3. function pdfjs-dist.function.isPDFFunction (v)
    4. object pdfjs-dist.function.PDFFunction
  51. module pdfjs-dist.glyphlist
    1. function pdfjs-dist.glyphlist.getDingbatsGlyphsUnicode ()
    2. function pdfjs-dist.glyphlist.getGlyphsUnicode ()
  52. module pdfjs-dist.image
    1. function pdfjs-dist.image.PDFImage (xref, res, image, inline, smask, mask, isMask)
  53. module pdfjs-dist.jbig2
    1. function pdfjs-dist.jbig2.Jbig2Image ()
  54. module pdfjs-dist.jpg
    1. function pdfjs-dist.jpg.JpegImage ()
  55. module pdfjs-dist.jpx
    1. function pdfjs-dist.jpx.JpxImage ()
  56. module pdfjs-dist.metadata
    1. function pdfjs-dist.metadata.Metadata (meta)
  57. module pdfjs-dist.metrics
    1. function pdfjs-dist.metrics.getMetrics ()
  58. module pdfjs-dist.murmurhash3
    1. function pdfjs-dist.murmurhash3.MurmurHash3_64 (seed)
  59. module pdfjs-dist.network
    1. function pdfjs-dist.network.NetworkManager (url, args)
    2. function pdfjs-dist.network.PDFNetworkStream (options)
  60. module pdfjs-dist.obj
    1. function pdfjs-dist.obj.Catalog (pdfManager, xref, pageFactory)
    2. function pdfjs-dist.obj.FileSpec (root, xref)
    3. function pdfjs-dist.obj.ObjectLoader (obj, keys, xref)
    4. function pdfjs-dist.obj.XRef (stream, pdfManager)
  61. module pdfjs-dist.parser
    1. function pdfjs-dist.parser.Lexer (stream, knownCommands)
    2. function pdfjs-dist.parser.Parser (lexer, allowStreams, xref, recoveryMode)
    3. object pdfjs-dist.parser.Linearization
  62. module pdfjs-dist.pattern
    1. function pdfjs-dist.pattern.Pattern ()
    2. function pdfjs-dist.pattern.getTilingPatternIR (operatorList, dict, args)
  63. module pdfjs-dist.pattern_helper
    1. function pdfjs-dist.pattern_helper.TilingPattern (IR, color, ctx, canvasGraphicsFactory, baseTransform)
    2. function pdfjs-dist.pattern_helper.getShadingPatternFromIR (raw)
  64. module pdfjs-dist.pdf
    1. function pdfjs-dist.pdf.CustomStyle ()
    2. function pdfjs-dist.pdf.InvalidPDFException (msg)
    3. function pdfjs-dist.pdf.MissingPDFException (msg)
    4. function pdfjs-dist.pdf.PDFDataRangeTransport (length, initialData)
    5. function pdfjs-dist.pdf.PDFWorker (name, port)
    6. function pdfjs-dist.pdf.RenderingCancelledException (msg, type)
    7. function pdfjs-dist.pdf.SVGGraphics (commonObjs, objs, forceDataSchema)
    8. function pdfjs-dist.pdf.UnexpectedResponseException (msg, status)
    9. function pdfjs-dist.pdf.addLinkAttributes (link, params)
    10. function pdfjs-dist.pdf.createBlob (data, contentType)
    11. function pdfjs-dist.pdf.createObjectURL (data, contentType)
    12. function pdfjs-dist.pdf.createPromiseCapability ()
    13. function pdfjs-dist.pdf.createValidAbsoluteUrl (url, baseUrl)
    14. function pdfjs-dist.pdf.getDocument (src, pdfDataRangeTransport, passwordCallback, progressCallback)
    15. function pdfjs-dist.pdf.getFilenameFromUrl (url)
    16. function pdfjs-dist.pdf.isValidUrl (url, allowRelative)
    17. function pdfjs-dist.pdf.removeNullCharacters (str)
    18. function pdfjs-dist.pdf.renderTextLayer (renderParameters)
    19. function pdfjs-dist.pdf.shadow (obj, prop, value)
    20. object pdfjs-dist.pdf.AnnotationLayer
    21. object pdfjs-dist.pdf.OPS
    22. object pdfjs-dist.pdf.PDFJS
    23. object pdfjs-dist.pdf.PasswordResponses
    24. object pdfjs-dist.pdf.UNSUPPORTED_FEATURES
    25. string pdfjs-dist.pdf.build
    26. string pdfjs-dist.pdf.version
  65. module pdfjs-dist.pdf_manager
    1. function pdfjs-dist.pdf_manager.LocalPdfManager (docId, data, password, evaluatorOptions, docBaseUrl)
    2. function pdfjs-dist.pdf_manager.NetworkPdfManager (docId, pdfNetworkStream, args, evaluatorOptions, docBaseUrl)
  66. module pdfjs-dist.pdf_rendering_queue
    1. function pdfjs-dist.pdf_rendering_queue.PDFRenderingQueue ()
    2. object pdfjs-dist.pdf_rendering_queue.RenderingStates
  67. module pdfjs-dist.preferences
    1. function pdfjs-dist.preferences.BasePreferences ()
  68. module pdfjs-dist.primitives
    1. function pdfjs-dist.primitives.Cmd (cmd)
    2. function pdfjs-dist.primitives.Dict (xref)
    3. function pdfjs-dist.primitives.Name (name)
    4. function pdfjs-dist.primitives.Ref (num, gen)
    5. function pdfjs-dist.primitives.RefSet ()
    6. function pdfjs-dist.primitives.RefSetCache ()
    7. function pdfjs-dist.primitives.isCmd (v, cmd)
    8. function pdfjs-dist.primitives.isDict (v, type)
    9. function pdfjs-dist.primitives.isEOF (v)
    10. function pdfjs-dist.primitives.isName (v, name)
    11. function pdfjs-dist.primitives.isRef (v)
    12. function pdfjs-dist.primitives.isRefsEqual (v1, v2)
    13. function pdfjs-dist.primitives.isStream (v)
    14. object pdfjs-dist.primitives.EOF
  69. module pdfjs-dist.ps_parser
    1. function pdfjs-dist.ps_parser.PostScriptLexer (stream)
    2. function pdfjs-dist.ps_parser.PostScriptParser (lexer)
  70. module pdfjs-dist.standard_fonts
    1. function pdfjs-dist.standard_fonts.getGlyphMapForStandardFonts ()
    2. function pdfjs-dist.standard_fonts.getNonStdFontMap ()
    3. function pdfjs-dist.standard_fonts.getSerifFonts ()
    4. function pdfjs-dist.standard_fonts.getStdFontMap ()
    5. function pdfjs-dist.standard_fonts.getSupplementalGlyphMapForArialBlack ()
    6. function pdfjs-dist.standard_fonts.getSymbolsFonts ()
  71. module pdfjs-dist.stream
    1. function pdfjs-dist.stream.Ascii85Stream (str, maybeLength)
    2. function pdfjs-dist.stream.AsciiHexStream (str, maybeLength)
    3. function pdfjs-dist.stream.CCITTFaxStream (str, maybeLength, params)
    4. function pdfjs-dist.stream.DecodeStream (maybeMinBufferLength)
    5. function pdfjs-dist.stream.DecryptStream (str, maybeLength, decrypt)
    6. function pdfjs-dist.stream.FlateStream (str, maybeLength)
    7. function pdfjs-dist.stream.Jbig2Stream (stream, maybeLength, dict, params)
    8. function pdfjs-dist.stream.JpegStream (stream, maybeLength, dict, params)
    9. function pdfjs-dist.stream.JpxStream (stream, maybeLength, dict, params)
    10. function pdfjs-dist.stream.LZWStream (str, maybeLength, earlyChange)
    11. function pdfjs-dist.stream.NullStream ()
    12. function pdfjs-dist.stream.PredictorStream (str, maybeLength, params)
    13. function pdfjs-dist.stream.RunLengthStream (str, maybeLength)
    14. function pdfjs-dist.stream.Stream (arrayBuffer, start, length, dict)
    15. function pdfjs-dist.stream.StreamsSequenceStream (streams)
    16. function pdfjs-dist.stream.StringStream (str)
  72. module pdfjs-dist.svg
    1. function pdfjs-dist.svg.SVGGraphics (commonObjs, objs, forceDataSchema)
  73. module pdfjs-dist.text_layer
    1. function pdfjs-dist.text_layer.renderTextLayer (renderParameters)
  74. module pdfjs-dist.type1_parser
    1. function pdfjs-dist.type1_parser.Type1Parser (stream, encrypted, seacAnalysisEnabled)
  75. module pdfjs-dist.unicode
    1. function pdfjs-dist.unicode.getNormalizedUnicodes ()
    2. function pdfjs-dist.unicode.getUnicodeForGlyph (name, glyphsUnicodeMap)
    3. function pdfjs-dist.unicode.getUnicodeRangeFor (value)
    4. function pdfjs-dist.unicode.mapSpecialUnicodeValues (code)
    5. function pdfjs-dist.unicode.reverseIfRtl (chars)
  76. module pdfjs-dist.util
    1. function pdfjs-dist.util.InvalidPDFException (msg)
    2. function pdfjs-dist.util.MessageHandler (sourceName, targetName, comObj)
    3. function pdfjs-dist.util.MissingDataException (begin, end)
    4. function pdfjs-dist.util.MissingPDFException (msg)
    5. function pdfjs-dist.util.NotImplementedException (msg)
    6. function pdfjs-dist.util.PageViewport (viewBox, scale, rotation, offsetX, offsetY, dontFlip)
    7. function pdfjs-dist.util.PasswordException (msg, code)
    8. function pdfjs-dist.util.StatTimer ()
    9. function pdfjs-dist.util.UnexpectedResponseException (msg, status)
    10. function pdfjs-dist.util.UnknownErrorException (msg, details)
    11. function pdfjs-dist.util.Util ()
    12. function pdfjs-dist.util.XRefParseException (msg)
    13. function pdfjs-dist.util.arrayByteLength (arr)
    14. function pdfjs-dist.util.arraysToBytes (arr)
    15. function pdfjs-dist.util.assert (cond, msg)
    16. function pdfjs-dist.util.bytesToString (bytes)
    17. function pdfjs-dist.util.createBlob (data, contentType)
    18. function pdfjs-dist.util.createObjectURL (data, contentType)
    19. function pdfjs-dist.util.createPromiseCapability ()
    20. function pdfjs-dist.util.createValidAbsoluteUrl (url, baseUrl)
    21. function pdfjs-dist.util.deprecated (details)
    22. function pdfjs-dist.util.error (msg)
    23. function pdfjs-dist.util.getLookupTableFactory (initializer)
    24. function pdfjs-dist.util.getVerbosityLevel ()
    25. function pdfjs-dist.util.info (msg)
    26. function pdfjs-dist.util.isArray (v)
    27. function pdfjs-dist.util.isArrayBuffer (v)
    28. function pdfjs-dist.util.isBool (v)
    29. function pdfjs-dist.util.isEmptyObj (obj)
    30. function pdfjs-dist.util.isEvalSupported ()
    31. function pdfjs-dist.util.isInt (v)
    32. function pdfjs-dist.util.isLittleEndian ()
    33. function pdfjs-dist.util.isNodeJS ()
    34. function pdfjs-dist.util.isNum (v)
    35. function pdfjs-dist.util.isSameOrigin (baseUrl, otherUrl)
    36. function pdfjs-dist.util.isSpace (ch)
    37. function pdfjs-dist.util.isString (v)
    38. function pdfjs-dist.util.loadJpegStream (id, imageUrl, objs)
    39. function pdfjs-dist.util.log2 (x)
    40. function pdfjs-dist.util.readInt8 (data, start)
    41. function pdfjs-dist.util.readUint16 (data, offset)
    42. function pdfjs-dist.util.readUint32 (data, offset)
    43. function pdfjs-dist.util.removeNullCharacters (str)
    44. function pdfjs-dist.util.setVerbosityLevel (level)
    45. function pdfjs-dist.util.shadow (obj, prop, value)
    46. function pdfjs-dist.util.string32 (value)
    47. function pdfjs-dist.util.stringToBytes (str)
    48. function pdfjs-dist.util.stringToPDFString (str)
    49. function pdfjs-dist.util.stringToUTF8String (str)
    50. function pdfjs-dist.util.utf8StringToString (str)
    51. function pdfjs-dist.util.warn (msg)
    52. object pdfjs-dist.util.AnnotationBorderStyleType
    53. object pdfjs-dist.util.AnnotationFieldFlag
    54. object pdfjs-dist.util.AnnotationFlag
    55. object pdfjs-dist.util.AnnotationType
    56. object pdfjs-dist.util.CMapCompressionType
    57. object pdfjs-dist.util.FONT_IDENTITY_MATRIX
    58. object pdfjs-dist.util.FontType
    59. object pdfjs-dist.util.IDENTITY_MATRIX
    60. object pdfjs-dist.util.ImageKind
    61. object pdfjs-dist.util.OPS
    62. object pdfjs-dist.util.PasswordResponses
    63. object pdfjs-dist.util.StreamType
    64. object pdfjs-dist.util.TextRenderingMode
    65. object pdfjs-dist.util.UNSUPPORTED_FEATURES
    66. object pdfjs-dist.util.VERBOSITY_LEVELS
    67. object pdfjs-dist.util.globalScope
  77. module pdfjs-dist.view_history
    1. function pdfjs-dist.view_history.ViewHistory (fingerprint, cacheSize)
  78. module pdfjs-dist.worker
    1. function pdfjs-dist.worker.WorkerTask (name)
    2. function pdfjs-dist.worker.setPDFNetworkStreamClass (cls)
    3. object pdfjs-dist.worker.WorkerMessageHandler

module pdfjs-dist

function pdfjs-dist.CustomStyle ()

function pdfjs-dist.InvalidPDFException (msg)

function pdfjs-dist.MissingPDFException (msg)

function pdfjs-dist.PDFDataRangeTransport (length, initialData)

function pdfjs-dist.PDFJS.CustomStyle ()

function pdfjs-dist.PDFJS.InvalidPDFException (msg)

function pdfjs-dist.PDFJS.Metadata (meta)

function pdfjs-dist.PDFJS.MissingPDFException (msg)

function pdfjs-dist.PDFJS.PDFDataRangeTransport (length, initialData)

function pdfjs-dist.PDFJS.PDFWorker (name, port)

function pdfjs-dist.PDFJS.PageViewport (viewBox, scale, rotation, offsetX, offsetY, dontFlip)

function pdfjs-dist.PDFJS.PasswordException (msg, code)

function pdfjs-dist.PDFJS.SVGGraphics (commonObjs, objs, forceDataSchema)

function pdfjs-dist.PDFJS.UnexpectedResponseException (msg, status)

function pdfjs-dist.PDFJS.UnknownErrorException (msg, details)

function pdfjs-dist.PDFJS.Util ()

function pdfjs-dist.PDFWorker (name, port)

function pdfjs-dist.RenderingCancelledException (msg, type)

function pdfjs-dist.SVGGraphics (commonObjs, objs, forceDataSchema)

function pdfjs-dist.UnexpectedResponseException (msg, status)

function pdfjs-dist.addLinkAttributes (link, params)

function pdfjs-dist.createBlob (data, contentType)

function pdfjs-dist.createObjectURL (data, contentType)

function pdfjs-dist.createPromiseCapability ()

function pdfjs-dist.createValidAbsoluteUrl (url, baseUrl)

function pdfjs-dist.getDocument (src, pdfDataRangeTransport, passwordCallback, progressCallback)

function pdfjs-dist.getFilenameFromUrl (url)

function pdfjs-dist.isValidUrl (url, allowRelative)

function pdfjs-dist.removeNullCharacters (str)

function pdfjs-dist.renderTextLayer (renderParameters)

function pdfjs-dist.shadow (obj, prop, value)

module pdfjs-dist.AnnotationLayer

function pdfjs-dist.AnnotationLayer.render (parameters)

function pdfjs-dist.AnnotationLayer.update (parameters)

module pdfjs-dist.CustomStyle

function pdfjs-dist.CustomStyle ()

function pdfjs-dist.CustomStyle.getProp (propName, element)

function pdfjs-dist.CustomStyle.setProp (propName, element, str)

module pdfjs-dist.InvalidPDFException

function pdfjs-dist.InvalidPDFException (msg)

function pdfjs-dist.InvalidPDFException.constructor (msg)

module pdfjs-dist.MissingPDFException

function pdfjs-dist.MissingPDFException (msg)

function pdfjs-dist.MissingPDFException.constructor (msg)

module pdfjs-dist.PDFDataRangeTransport

function pdfjs-dist.PDFDataRangeTransport (length, initialData)

module pdfjs-dist.PDFDataRangeTransport.prototype

function pdfjs-dist.PDFDataRangeTransport.prototype.abort ()

function pdfjs-dist.PDFDataRangeTransport.prototype.addProgressListener (listener)

function pdfjs-dist.PDFDataRangeTransport.prototype.addProgressiveReadListener (listener)

function pdfjs-dist.PDFDataRangeTransport.prototype.addRangeListener (listener)

function pdfjs-dist.PDFDataRangeTransport.prototype.onDataProgress (loaded)

function pdfjs-dist.PDFDataRangeTransport.prototype.onDataProgressiveRead (chunk)

function pdfjs-dist.PDFDataRangeTransport.prototype.onDataRange (begin, chunk)

function pdfjs-dist.PDFDataRangeTransport.prototype.requestDataRange (begin, end)

function pdfjs-dist.PDFDataRangeTransport.prototype.transportReady ()

module pdfjs-dist.PDFJS

function pdfjs-dist.PDFJS.CustomStyle ()

function pdfjs-dist.PDFJS.InvalidPDFException (msg)

function pdfjs-dist.PDFJS.Metadata (meta)

function pdfjs-dist.PDFJS.MissingPDFException (msg)

function pdfjs-dist.PDFJS.PDFDataRangeTransport (length, initialData)

function pdfjs-dist.PDFJS.PDFWorker (name, port)

function pdfjs-dist.PDFJS.PageViewport (viewBox, scale, rotation, offsetX, offsetY, dontFlip)

function pdfjs-dist.PDFJS.PasswordException (msg, code)

function pdfjs-dist.PDFJS.SVGGraphics (commonObjs, objs, forceDataSchema)

function pdfjs-dist.PDFJS.UnexpectedResponseException (msg, status)

function pdfjs-dist.PDFJS.UnknownErrorException (msg, details)

function pdfjs-dist.PDFJS.Util ()

function pdfjs-dist.PDFJS.addLinkAttributes (link, params)

function pdfjs-dist.PDFJS.createBlob (data, contentType)

function pdfjs-dist.PDFJS.createObjectURL (data, contentType)

function pdfjs-dist.PDFJS.createPromiseCapability ()

function pdfjs-dist.PDFJS.getDocument (src, pdfDataRangeTransport, passwordCallback, progressCallback)

function pdfjs-dist.PDFJS.getFilenameFromUrl (url)

function pdfjs-dist.PDFJS.isExternalLinkTargetSet ()

function pdfjs-dist.PDFJS.isValidUrl (url, allowRelative)

function pdfjs-dist.PDFJS.removeNullCharacters (str)

function pdfjs-dist.PDFJS.renderTextLayer (renderParameters)

function pdfjs-dist.PDFJS.shadow (obj, prop, value)

module pdfjs-dist.PDFJS.AnnotationLayer

function pdfjs-dist.PDFJS.AnnotationLayer.render (parameters)

function pdfjs-dist.PDFJS.AnnotationLayer.update (parameters)

module pdfjs-dist.PDFJS.CustomStyle

function pdfjs-dist.PDFJS.CustomStyle ()

function pdfjs-dist.PDFJS.CustomStyle.getProp (propName, element)

function pdfjs-dist.PDFJS.CustomStyle.setProp (propName, element, str)

module pdfjs-dist.PDFJS.InvalidPDFException

function pdfjs-dist.PDFJS.InvalidPDFException (msg)

function pdfjs-dist.PDFJS.InvalidPDFException.constructor (msg)

module pdfjs-dist.PDFJS.Metadata

function pdfjs-dist.PDFJS.Metadata (meta)

module pdfjs-dist.PDFJS.Metadata.prototype

function pdfjs-dist.PDFJS.Metadata.prototype.get (name)

function pdfjs-dist.PDFJS.Metadata.prototype.has (name)

function pdfjs-dist.PDFJS.Metadata.prototype.parse ()

module pdfjs-dist.PDFJS.MissingPDFException

function pdfjs-dist.PDFJS.MissingPDFException (msg)

function pdfjs-dist.PDFJS.MissingPDFException.constructor (msg)

module pdfjs-dist.PDFJS.PDFDataRangeTransport

function pdfjs-dist.PDFJS.PDFDataRangeTransport (length, initialData)

module pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype

function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.abort ()

function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.addProgressListener (listener)

function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.addProgressiveReadListener (listener)

function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.addRangeListener (listener)

function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.onDataProgress (loaded)

function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.onDataProgressiveRead (chunk)

function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.onDataRange (begin, chunk)

function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.requestDataRange (begin, end)

function pdfjs-dist.PDFJS.PDFDataRangeTransport.prototype.transportReady ()

module pdfjs-dist.PDFJS.PDFWorker

function pdfjs-dist.PDFJS.PDFWorker (name, port)

module pdfjs-dist.PDFJS.PDFWorker.prototype

function pdfjs-dist.PDFJS.PDFWorker.prototype._initialize ()

function pdfjs-dist.PDFJS.PDFWorker.prototype._initializeFromPort (port)

function pdfjs-dist.PDFJS.PDFWorker.prototype._setupFakeWorker ()

function pdfjs-dist.PDFJS.PDFWorker.prototype.destroy ()

module pdfjs-dist.PDFJS.PageViewport

function pdfjs-dist.PDFJS.PageViewport (viewBox, scale, rotation, offsetX, offsetY, dontFlip)

module pdfjs-dist.PDFJS.PageViewport.prototype

function pdfjs-dist.PDFJS.PageViewport.prototype.clone (args)

function pdfjs-dist.PDFJS.PageViewport.prototype.convertToPdfPoint (x, y)

function pdfjs-dist.PDFJS.PageViewport.prototype.convertToViewportPoint (x, y)

function pdfjs-dist.PDFJS.PageViewport.prototype.convertToViewportRectangle (rect)

module pdfjs-dist.PDFJS.PasswordException

function pdfjs-dist.PDFJS.PasswordException (msg, code)

function pdfjs-dist.PDFJS.PasswordException.constructor (msg, code)

module pdfjs-dist.PDFJS.SVGGraphics

function pdfjs-dist.PDFJS.SVGGraphics (commonObjs, objs, forceDataSchema)

module pdfjs-dist.PDFJS.SVGGraphics.prototype

function pdfjs-dist.PDFJS.SVGGraphics.prototype._ensureClipGroup ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype._ensureTransformGroup ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype._initialize (viewport)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.addFontStyle (fontObj)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.beginText ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.clip (type)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.closeFillStroke ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.closePath ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.closeStroke ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.constructPath (ops, args)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.convertOpList (operatorList)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.endPath ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.endText ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.eoFill ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.eoFillStroke ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.executeOpTree (opTree)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.fill ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.fillStroke ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.getSVG (operatorList, viewport)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.group (items)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.loadDependencies (operatorList)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.moveText (x, y)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.nextLine ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintFormXObjectBegin (matrix, bbox)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintFormXObjectEnd ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintImageMaskXObject (imgData)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintImageXObject (objId)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintInlineImageXObject (imgData, mask)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintJpegXObject (objId, w, h)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.paintSolidColorImageMask ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.restore ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.save ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setCharSpacing (charSpacing)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setDash (dashArray, dashPhase)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setFillRGBColor (r, g, b)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setFont (details)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setGState (states)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setHScale (scale)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setLeading (leading)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setLeadingMoveText (x, y)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setLineCap (style)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setLineJoin (style)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setLineWidth (width)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setMiterLimit (limit)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setStrokeRGBColor (r, g, b)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setTextMatrix (a, b, c, d, e, f)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setTextRise (textRise)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.setWordSpacing (wordSpacing)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.showText (glyphs)

function pdfjs-dist.PDFJS.SVGGraphics.prototype.stroke ()

function pdfjs-dist.PDFJS.SVGGraphics.prototype.transform (a, b, c, d, e, f)

module pdfjs-dist.PDFJS.UnexpectedResponseException

function pdfjs-dist.PDFJS.UnexpectedResponseException (msg, status)

function pdfjs-dist.PDFJS.UnexpectedResponseException.constructor (msg, status)

module pdfjs-dist.PDFJS.UnknownErrorException

function pdfjs-dist.PDFJS.UnknownErrorException (msg, details)

function pdfjs-dist.PDFJS.UnknownErrorException.constructor (msg, details)

module pdfjs-dist.PDFJS.UnsupportedManager

function pdfjs-dist.PDFJS.UnsupportedManager.listen (cb)

function pdfjs-dist.PDFJS.UnsupportedManager.notify (featureId)

module pdfjs-dist.PDFJS.Util

function pdfjs-dist.PDFJS.Util ()

function pdfjs-dist.PDFJS.Util.appendToArray (arr1, arr2)

function pdfjs-dist.PDFJS.Util.apply3dTransform (m, v)

function pdfjs-dist.PDFJS.Util.applyInverseTransform (p, m)

function pdfjs-dist.PDFJS.Util.applyTransform (p, m)

function pdfjs-dist.PDFJS.Util.extendObj (obj1, obj2)

function pdfjs-dist.PDFJS.Util.getAxialAlignedBoundingBox (r, m)

function pdfjs-dist.PDFJS.Util.getInheritableProperty (dict, name, getArray)

function pdfjs-dist.PDFJS.Util.inherit (sub, base, prototype)

function pdfjs-dist.PDFJS.Util.intersect (rect1, rect2)

function pdfjs-dist.PDFJS.Util.inverseTransform (m)

function pdfjs-dist.PDFJS.Util.loadScript (src, callback)

function pdfjs-dist.PDFJS.Util.makeCssRgb (r, g, b)

function pdfjs-dist.PDFJS.Util.normalizeRect (rect)

function pdfjs-dist.PDFJS.Util.prependToArray (arr1, arr2)

function pdfjs-dist.PDFJS.Util.sign (num)

function pdfjs-dist.PDFJS.Util.singularValueDecompose2dScale (m)

function pdfjs-dist.PDFJS.Util.toRoman (number, lowerCase)

function pdfjs-dist.PDFJS.Util.transform (m1, m2)

module pdfjs-dist.PDFWorker

function pdfjs-dist.PDFWorker (name, port)

module pdfjs-dist.PDFWorker.prototype

function pdfjs-dist.PDFWorker.prototype._initialize ()

function pdfjs-dist.PDFWorker.prototype._initializeFromPort (port)

function pdfjs-dist.PDFWorker.prototype._setupFakeWorker ()

function pdfjs-dist.PDFWorker.prototype.destroy ()

module pdfjs-dist.RenderingCancelledException

function pdfjs-dist.RenderingCancelledException (msg, type)

function pdfjs-dist.RenderingCancelledException.constructor (msg, type)

module pdfjs-dist.SVGGraphics

function pdfjs-dist.SVGGraphics (commonObjs, objs, forceDataSchema)

module pdfjs-dist.SVGGraphics.prototype

function pdfjs-dist.SVGGraphics.prototype._ensureClipGroup ()

function pdfjs-dist.SVGGraphics.prototype._ensureTransformGroup ()

function pdfjs-dist.SVGGraphics.prototype._initialize (viewport)

function pdfjs-dist.SVGGraphics.prototype.addFontStyle (fontObj)

function pdfjs-dist.SVGGraphics.prototype.beginText ()

function pdfjs-dist.SVGGraphics.prototype.clip (type)

function pdfjs-dist.SVGGraphics.prototype.closeFillStroke ()

function pdfjs-dist.SVGGraphics.prototype.closePath ()

function pdfjs-dist.SVGGraphics.prototype.closeStroke ()

function pdfjs-dist.SVGGraphics.prototype.constructPath (ops, args)

function pdfjs-dist.SVGGraphics.prototype.convertOpList (operatorList)

function pdfjs-dist.SVGGraphics.prototype.endPath ()

function pdfjs-dist.SVGGraphics.prototype.endText ()

function pdfjs-dist.SVGGraphics.prototype.eoFill ()

function pdfjs-dist.SVGGraphics.prototype.eoFillStroke ()

function pdfjs-dist.SVGGraphics.prototype.executeOpTree (opTree)

function pdfjs-dist.SVGGraphics.prototype.fill ()

function pdfjs-dist.SVGGraphics.prototype.fillStroke ()

function pdfjs-dist.SVGGraphics.prototype.getSVG (operatorList, viewport)

function pdfjs-dist.SVGGraphics.prototype.group (items)

function pdfjs-dist.SVGGraphics.prototype.loadDependencies (operatorList)

function pdfjs-dist.SVGGraphics.prototype.moveText (x, y)

function pdfjs-dist.SVGGraphics.prototype.nextLine ()

function pdfjs-dist.SVGGraphics.prototype.paintFormXObjectBegin (matrix, bbox)

function pdfjs-dist.SVGGraphics.prototype.paintFormXObjectEnd ()

function pdfjs-dist.SVGGraphics.prototype.paintImageMaskXObject (imgData)

function pdfjs-dist.SVGGraphics.prototype.paintImageXObject (objId)

function pdfjs-dist.SVGGraphics.prototype.paintInlineImageXObject (imgData, mask)

function pdfjs-dist.SVGGraphics.prototype.paintJpegXObject (objId, w, h)

function pdfjs-dist.SVGGraphics.prototype.paintSolidColorImageMask ()

function pdfjs-dist.SVGGraphics.prototype.restore ()

function pdfjs-dist.SVGGraphics.prototype.save ()

function pdfjs-dist.SVGGraphics.prototype.setCharSpacing (charSpacing)

function pdfjs-dist.SVGGraphics.prototype.setDash (dashArray, dashPhase)

function pdfjs-dist.SVGGraphics.prototype.setFillRGBColor (r, g, b)

function pdfjs-dist.SVGGraphics.prototype.setFont (details)

function pdfjs-dist.SVGGraphics.prototype.setGState (states)

function pdfjs-dist.SVGGraphics.prototype.setHScale (scale)

function pdfjs-dist.SVGGraphics.prototype.setLeading (leading)

function pdfjs-dist.SVGGraphics.prototype.setLeadingMoveText (x, y)

function pdfjs-dist.SVGGraphics.prototype.setLineCap (style)

function pdfjs-dist.SVGGraphics.prototype.setLineJoin (style)

function pdfjs-dist.SVGGraphics.prototype.setLineWidth (width)

function pdfjs-dist.SVGGraphics.prototype.setMiterLimit (limit)

function pdfjs-dist.SVGGraphics.prototype.setStrokeRGBColor (r, g, b)

function pdfjs-dist.SVGGraphics.prototype.setTextMatrix (a, b, c, d, e, f)

function pdfjs-dist.SVGGraphics.prototype.setTextRise (textRise)

function pdfjs-dist.SVGGraphics.prototype.setWordSpacing (wordSpacing)

function pdfjs-dist.SVGGraphics.prototype.showText (glyphs)

function pdfjs-dist.SVGGraphics.prototype.stroke ()

function pdfjs-dist.SVGGraphics.prototype.transform (a, b, c, d, e, f)

module pdfjs-dist.UnexpectedResponseException

function pdfjs-dist.UnexpectedResponseException (msg, status)

function pdfjs-dist.UnexpectedResponseException.constructor (msg, status)

module pdfjs-dist.annotation

function pdfjs-dist.annotation.Annotation (params)

function pdfjs-dist.annotation.AnnotationBorderStyle ()

function pdfjs-dist.annotation.AnnotationFactory ()

module pdfjs-dist.api

function pdfjs-dist.api.PDFDataRangeTransport (length, initialData)

function pdfjs-dist.api.PDFDocumentProxy (pdfInfo, transport, loadingTask)

function pdfjs-dist.api.PDFPageProxy (pageIndex, pageInfo, transport)

function pdfjs-dist.api.PDFWorker (name, port)

function pdfjs-dist.api.getDocument (src, pdfDataRangeTransport, passwordCallback, progressCallback)

module pdfjs-dist.arithmetic_decoder

function pdfjs-dist.arithmetic_decoder.ArithmeticDecoder (data, start, end)

module pdfjs-dist.bidi

function pdfjs-dist.bidi (str, startLevel, vertical)

module pdfjs-dist.canvas

function pdfjs-dist.canvas.CanvasGraphics (canvasCtx, commonObjs, objs, canvasFactory, imageLayer)

module pdfjs-dist.cff_parser

function pdfjs-dist.cff_parser.CFF ()

function pdfjs-dist.cff_parser.CFFCharset (predefined, format, charset, raw)

function pdfjs-dist.cff_parser.CFFCompiler (cff)

function pdfjs-dist.cff_parser.CFFHeader (major, minor, hdrSize, offSize)

function pdfjs-dist.cff_parser.CFFIndex ()

function pdfjs-dist.cff_parser.CFFParser (file, properties, seacAnalysisEnabled)

function pdfjs-dist.cff_parser.CFFPrivateDict (strings)

function pdfjs-dist.cff_parser.CFFStrings ()

function pdfjs-dist.cff_parser.CFFTopDict (strings)

module pdfjs-dist.chunked_stream

function pdfjs-dist.chunked_stream.ChunkedStream (length, chunkSize, manager)

function pdfjs-dist.chunked_stream.ChunkedStreamManager (pdfNetworkStream, args)

module pdfjs-dist.cmap

function pdfjs-dist.cmap.CMap (builtInCMap)

function pdfjs-dist.cmap.IdentityCMap (vertical, n)

module pdfjs-dist.colorspace

function pdfjs-dist.colorspace.ColorSpace ()

module pdfjs-dist.crypto

function pdfjs-dist.crypto.AES128Cipher (key)

function pdfjs-dist.crypto.AES256Cipher (key)

function pdfjs-dist.crypto.ARCFourCipher (key)

function pdfjs-dist.crypto.CipherTransformFactory (dict, fileId, password)

function pdfjs-dist.crypto.PDF17 ()

function pdfjs-dist.crypto.PDF20 ()

function pdfjs-dist.crypto.calculateMD5 (data, offset, length)

function pdfjs-dist.crypto.calculateSHA256 (data, offset, length)

function pdfjs-dist.crypto.calculateSHA384 (data, offset, length)

function pdfjs-dist.crypto.calculateSHA512 (data, offset, length, mode384)

module pdfjs-dist.document

function pdfjs-dist.document.PDFDocument (pdfManager, arg)

function pdfjs-dist.document.Page (pdfManager, xref, pageIndex, pageDict, ref, fontCache, builtInCMapCache)

module pdfjs-dist.dom_utils

function pdfjs-dist.dom_utils.CustomStyle ()

function pdfjs-dist.dom_utils.DOMCMapReaderFactory (params)

function pdfjs-dist.dom_utils.DOMCanvasFactory ()

function pdfjs-dist.dom_utils.RenderingCancelledException (msg, type)

function pdfjs-dist.dom_utils.addLinkAttributes (link, params)

function pdfjs-dist.dom_utils.getDefaultSetting (id)

function pdfjs-dist.dom_utils.getFilenameFromUrl (url)

function pdfjs-dist.dom_utils.isExternalLinkTargetSet ()

function pdfjs-dist.dom_utils.isValidUrl (url, allowRelative)

module pdfjs-dist.encodings

function pdfjs-dist.encodings.getEncoding (encodingName)

module pdfjs-dist.evaluator

function pdfjs-dist.evaluator.OperatorList (intent, messageHandler, pageIndex)

function pdfjs-dist.evaluator.PartialEvaluator (pdfManager, xref, handler, pageIndex, idFactory, fontCache, builtInCMapCache, options)

module pdfjs-dist.font_loader

function pdfjs-dist.font_loader.FontFaceObject (translatedData, options)

function pdfjs-dist.font_loader.FontLoader (docId)

module pdfjs-dist.fonts

function pdfjs-dist.fonts.ErrorFont (error)

function pdfjs-dist.fonts.Font (name, file, properties)

function pdfjs-dist.fonts.IdentityToUnicodeMap (firstChar, lastChar)

function pdfjs-dist.fonts.ToUnicodeMap (cmap)

function pdfjs-dist.fonts.getFontType (type, subtype)

module pdfjs-dist.function

function pdfjs-dist.function.PostScriptCompiler ()

function pdfjs-dist.function.PostScriptEvaluator (operators)

function pdfjs-dist.function.isPDFFunction (v)

module pdfjs-dist.glyphlist

function pdfjs-dist.glyphlist.getDingbatsGlyphsUnicode ()

function pdfjs-dist.glyphlist.getGlyphsUnicode ()

module pdfjs-dist.image

function pdfjs-dist.image.PDFImage (xref, res, image, inline, smask, mask, isMask)

module pdfjs-dist.jbig2

function pdfjs-dist.jbig2.Jbig2Image ()

module pdfjs-dist.jpg

function pdfjs-dist.jpg.JpegImage ()

module pdfjs-dist.jpx

function pdfjs-dist.jpx.JpxImage ()

module pdfjs-dist.metadata

function pdfjs-dist.metadata.Metadata (meta)

module pdfjs-dist.metrics

function pdfjs-dist.metrics.getMetrics ()

module pdfjs-dist.murmurhash3

function pdfjs-dist.murmurhash3.MurmurHash3_64 (seed)

module pdfjs-dist.network

function pdfjs-dist.network.NetworkManager (url, args)

function pdfjs-dist.network.PDFNetworkStream (options)

module pdfjs-dist.obj

function pdfjs-dist.obj.Catalog (pdfManager, xref, pageFactory)

function pdfjs-dist.obj.FileSpec (root, xref)

function pdfjs-dist.obj.ObjectLoader (obj, keys, xref)

function pdfjs-dist.obj.XRef (stream, pdfManager)

module pdfjs-dist.parser

function pdfjs-dist.parser.Lexer (stream, knownCommands)

function pdfjs-dist.parser.Parser (lexer, allowStreams, xref, recoveryMode)

module pdfjs-dist.pattern

function pdfjs-dist.pattern.Pattern ()

function pdfjs-dist.pattern.getTilingPatternIR (operatorList, dict, args)

module pdfjs-dist.pattern_helper

function pdfjs-dist.pattern_helper.TilingPattern (IR, color, ctx, canvasGraphicsFactory, baseTransform)

function pdfjs-dist.pattern_helper.getShadingPatternFromIR (raw)

module pdfjs-dist.pdf

function pdfjs-dist.pdf.CustomStyle ()

function pdfjs-dist.pdf.InvalidPDFException (msg)

function pdfjs-dist.pdf.MissingPDFException (msg)

function pdfjs-dist.pdf.PDFDataRangeTransport (length, initialData)

function pdfjs-dist.pdf.PDFWorker (name, port)

function pdfjs-dist.pdf.RenderingCancelledException (msg, type)

function pdfjs-dist.pdf.SVGGraphics (commonObjs, objs, forceDataSchema)

function pdfjs-dist.pdf.UnexpectedResponseException (msg, status)

function pdfjs-dist.pdf.addLinkAttributes (link, params)

function pdfjs-dist.pdf.createBlob (data, contentType)

function pdfjs-dist.pdf.createObjectURL (data, contentType)

function pdfjs-dist.pdf.createPromiseCapability ()

function pdfjs-dist.pdf.createValidAbsoluteUrl (url, baseUrl)

function pdfjs-dist.pdf.getDocument (src, pdfDataRangeTransport, passwordCallback, progressCallback)

function pdfjs-dist.pdf.getFilenameFromUrl (url)

function pdfjs-dist.pdf.isValidUrl (url, allowRelative)

function pdfjs-dist.pdf.removeNullCharacters (str)

function pdfjs-dist.pdf.renderTextLayer (renderParameters)

function pdfjs-dist.pdf.shadow (obj, prop, value)

module pdfjs-dist.pdf_manager

function pdfjs-dist.pdf_manager.LocalPdfManager (docId, data, password, evaluatorOptions, docBaseUrl)

function pdfjs-dist.pdf_manager.NetworkPdfManager (docId, pdfNetworkStream, args, evaluatorOptions, docBaseUrl)

module pdfjs-dist.pdf_rendering_queue

function pdfjs-dist.pdf_rendering_queue.PDFRenderingQueue ()

module pdfjs-dist.preferences

function pdfjs-dist.preferences.BasePreferences ()

module pdfjs-dist.primitives

function pdfjs-dist.primitives.Cmd (cmd)

function pdfjs-dist.primitives.Dict (xref)

function pdfjs-dist.primitives.Name (name)

function pdfjs-dist.primitives.Ref (num, gen)

function pdfjs-dist.primitives.RefSet ()

function pdfjs-dist.primitives.RefSetCache ()

function pdfjs-dist.primitives.isCmd (v, cmd)

function pdfjs-dist.primitives.isDict (v, type)

function pdfjs-dist.primitives.isEOF (v)

function pdfjs-dist.primitives.isName (v, name)

function pdfjs-dist.primitives.isRef (v)

function pdfjs-dist.primitives.isRefsEqual (v1, v2)

function pdfjs-dist.primitives.isStream (v)

module pdfjs-dist.ps_parser

function pdfjs-dist.ps_parser.PostScriptLexer (stream)

function pdfjs-dist.ps_parser.PostScriptParser (lexer)

module pdfjs-dist.standard_fonts

function pdfjs-dist.standard_fonts.getGlyphMapForStandardFonts ()

function pdfjs-dist.standard_fonts.getNonStdFontMap ()

function pdfjs-dist.standard_fonts.getSerifFonts ()

function pdfjs-dist.standard_fonts.getStdFontMap ()

function pdfjs-dist.standard_fonts.getSupplementalGlyphMapForArialBlack ()

function pdfjs-dist.standard_fonts.getSymbolsFonts ()

module pdfjs-dist.stream

function pdfjs-dist.stream.Ascii85Stream (str, maybeLength)

function pdfjs-dist.stream.AsciiHexStream (str, maybeLength)

function pdfjs-dist.stream.CCITTFaxStream (str, maybeLength, params)

function pdfjs-dist.stream.DecodeStream (maybeMinBufferLength)

function pdfjs-dist.stream.DecryptStream (str, maybeLength, decrypt)

function pdfjs-dist.stream.FlateStream (str, maybeLength)

function pdfjs-dist.stream.Jbig2Stream (stream, maybeLength, dict, params)

function pdfjs-dist.stream.JpegStream (stream, maybeLength, dict, params)

function pdfjs-dist.stream.JpxStream (stream, maybeLength, dict, params)

function pdfjs-dist.stream.LZWStream (str, maybeLength, earlyChange)

function pdfjs-dist.stream.NullStream ()

function pdfjs-dist.stream.PredictorStream (str, maybeLength, params)

function pdfjs-dist.stream.RunLengthStream (str, maybeLength)

function pdfjs-dist.stream.Stream (arrayBuffer, start, length, dict)

function pdfjs-dist.stream.StreamsSequenceStream (streams)

function pdfjs-dist.stream.StringStream (str)

module pdfjs-dist.svg

function pdfjs-dist.svg.SVGGraphics (commonObjs, objs, forceDataSchema)

module pdfjs-dist.text_layer

function pdfjs-dist.text_layer.renderTextLayer (renderParameters)

module pdfjs-dist.type1_parser

function pdfjs-dist.type1_parser.Type1Parser (stream, encrypted, seacAnalysisEnabled)

module pdfjs-dist.unicode

function pdfjs-dist.unicode.getNormalizedUnicodes ()

function pdfjs-dist.unicode.getUnicodeForGlyph (name, glyphsUnicodeMap)

function pdfjs-dist.unicode.getUnicodeRangeFor (value)

function pdfjs-dist.unicode.mapSpecialUnicodeValues (code)

function pdfjs-dist.unicode.reverseIfRtl (chars)

module pdfjs-dist.util

function pdfjs-dist.util.InvalidPDFException (msg)

function pdfjs-dist.util.MessageHandler (sourceName, targetName, comObj)

function pdfjs-dist.util.MissingDataException (begin, end)

function pdfjs-dist.util.MissingPDFException (msg)

function pdfjs-dist.util.NotImplementedException (msg)

function pdfjs-dist.util.PageViewport (viewBox, scale, rotation, offsetX, offsetY, dontFlip)

function pdfjs-dist.util.PasswordException (msg, code)

function pdfjs-dist.util.StatTimer ()

function pdfjs-dist.util.UnexpectedResponseException (msg, status)

function pdfjs-dist.util.UnknownErrorException (msg, details)

function pdfjs-dist.util.Util ()

function pdfjs-dist.util.XRefParseException (msg)

function pdfjs-dist.util.arrayByteLength (arr)

function pdfjs-dist.util.arraysToBytes (arr)

function pdfjs-dist.util.assert (cond, msg)

function pdfjs-dist.util.bytesToString (bytes)

function pdfjs-dist.util.createBlob (data, contentType)

function pdfjs-dist.util.createObjectURL (data, contentType)

function pdfjs-dist.util.createPromiseCapability ()

function pdfjs-dist.util.createValidAbsoluteUrl (url, baseUrl)

function pdfjs-dist.util.deprecated (details)

function pdfjs-dist.util.error (msg)

function pdfjs-dist.util.getLookupTableFactory (initializer)

function pdfjs-dist.util.getVerbosityLevel ()

function pdfjs-dist.util.info (msg)

function pdfjs-dist.util.isArray (v)

function pdfjs-dist.util.isArrayBuffer (v)

function pdfjs-dist.util.isBool (v)

function pdfjs-dist.util.isEmptyObj (obj)

function pdfjs-dist.util.isEvalSupported ()

function pdfjs-dist.util.isInt (v)

function pdfjs-dist.util.isLittleEndian ()

function pdfjs-dist.util.isNodeJS ()

function pdfjs-dist.util.isNum (v)

function pdfjs-dist.util.isSameOrigin (baseUrl, otherUrl)

function pdfjs-dist.util.isSpace (ch)

function pdfjs-dist.util.isString (v)

function pdfjs-dist.util.loadJpegStream (id, imageUrl, objs)

function pdfjs-dist.util.log2 (x)

function pdfjs-dist.util.readInt8 (data, start)

function pdfjs-dist.util.readUint16 (data, offset)

function pdfjs-dist.util.readUint32 (data, offset)

function pdfjs-dist.util.removeNullCharacters (str)

function pdfjs-dist.util.setVerbosityLevel (level)

function pdfjs-dist.util.shadow (obj, prop, value)

function pdfjs-dist.util.string32 (value)

function pdfjs-dist.util.stringToBytes (str)

function pdfjs-dist.util.stringToPDFString (str)

function pdfjs-dist.util.stringToUTF8String (str)

function pdfjs-dist.util.utf8StringToString (str)

function pdfjs-dist.util.warn (msg)

module pdfjs-dist.view_history

function pdfjs-dist.view_history.ViewHistory (fingerprint, cacheSize)

module pdfjs-dist.worker

function pdfjs-dist.worker.WorkerTask (name)

function pdfjs-dist.worker.setPDFNetworkStreamClass (cls)

[ this document was created with utility2 ]