IDocumentSplitterRemoveUnusedResources Method (Stream, Stream)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Removes unused resources from PDF document. This method is called internally when OptimizeSplittedDocuments property is true, so you may need it to optimize documents previously splitted without the optimization.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void RemoveUnusedResources( Stream sourceDocumentStream, Stream destinationDocumentStream )
Parameters
- sourceDocumentStream
- Type: System.IOStream
Source PDF document stream to remove unused resources. - destinationDocumentStream
- Type: System.IOStream
Output document stream.
See Also