pdf-lite - v1.0.1
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    modified: boolean = true

    Indicates whether the object has been modified. By default, assume it has been modified because it's a new object

    original: ByteArray
    postStreamDataTokens?: PdfToken[]
    postTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    preStreamDataTokens?: PdfToken[]
    preTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    Accessors

    Methods

    • Parameters

      • filterName:
            | "FlateDecode"
            | "Fl"
            | "ASCIIHexDecode"
            | "ASCII85Decode"
            | "LZWDecode"
            | "RunLengthDecode"
            | "CCITTFaxDecode"
            | "DCTDecode"
            | "JPXDecode"
            | "Crypt"

      Returns PdfObjStream

    • Returns (
          | "FlateDecode"
          | "Fl"
          | "ASCIIHexDecode"
          | "ASCII85Decode"
          | "LZWDecode"
          | "RunLengthDecode"
          | "CCITTFaxDecode"
          | "DCTDecode"
          | "JPXDecode"
          | "Crypt"
      )[]

    • Parameters

      • filterName:
            | "FlateDecode"
            | "Fl"
            | "ASCIIHexDecode"
            | "ASCII85Decode"
            | "LZWDecode"
            | "RunLengthDecode"
            | "CCITTFaxDecode"
            | "DCTDecode"
            | "JPXDecode"
            | "Crypt"

      Returns PdfObjStream

    • Parameters

      • data: ByteArray
      • filters: (
            | "FlateDecode"
            | "Fl"
            | "ASCIIHexDecode"
            | "ASCII85Decode"
            | "LZWDecode"
            | "RunLengthDecode"
            | "CCITTFaxDecode"
            | "DCTDecode"
            | "JPXDecode"
            | "Crypt"
        )[]

      Returns ByteArray

    • Parameters

      • name:
            | "FlateDecode"
            | "Fl"
            | "ASCIIHexDecode"
            | "ASCII85Decode"
            | "LZWDecode"
            | "RunLengthDecode"
            | "CCITTFaxDecode"
            | "DCTDecode"
            | "JPXDecode"
            | "Crypt"

      Returns PdfFilter