This sample demonstrates how the SavePdfOptions.UseObjectStreams property can be used to reduce the resulting size when saving a PDF. The sample code loads the PDF created by the 'Large Document' demo, records its size, then saves that PDF with UseObjectStreams.Multiple option and records the size of the resulting PDF. The results are printed into the PDF generated by this sample.