| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > ReadPdfStream Method SharpPlot.ReadPdfStream MethodRecover a page of content from a compressed PDF. This is intended for debugging use, where there may have been a problem with Acrobat Reader failing to interpret the document. It is designed to read documents created by SharpPlot and is unlikely to work on other PDFs. Example// Recover a compressed page from a PDF for inspection string page = SharpPlot.ReadPdfStream(@"c:\temp\xx.pdf",1,true); Overloads
If the PDF was compressed you must pass the decode flag here to reverse the compression. |