[]
DsPdfJS API / PdfStreamHandling
Defines how to process existing PDF streams in a loaded document.
Copy:
0
Copy the content of the original stream to the output as is without any changes.
MinimizeSize:
2
Copy existing streams or re-compress them to achieve optimal (minimal) size.
UseCompressionLevel:
1
Decompress existing PDF streams and re-compress them using PdfDocumentOptions.compressionLevel.