Save single page of pdf
Author: l | 2025-04-25
Part 3: How to Save a Single Page of a PDF Using HiPDF – Split PDF. Still, looking for how to save pages of a pdf separately?Well, then consider trying HiPDF online tool and extract a single page from a PDF document and save it
2-page spread - how to save as single pages PDF?
TIFF parameters.converterIIndexBitmapConverterExternal converterSee Alsoclass TiffSettingsinterface IIndexBitmapConverterclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream)Converts each pages of a pdf document to images and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.See Alsoclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, CompressionType)Converts each pages of a pdf document to images and saves images to a single TIFF file.public void SaveAsTIFF(Stream outputStream, CompressionType compressionType)ParameterTypeDescriptionoutputStreamStreamThe output stream.compressionTypeCompressionTypeType of the compression.See Alsoenum CompressionTypeclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, PageSize)Converts each pages of a pdf document to images with page size and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, PageSize pageSize)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.pageSizePageSizeThe page size of the image.See Alsoclass PageSizeclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, PageSize, TiffSettings)Converts each pages of a pdf document to images with page size and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, PageSize pageSize, TiffSettings settings)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.pageSizePageSizeThe page size of the image.settingsTiffSettingsSettings object that defines TIFF parameters.See Alsoclass PageSizeclass TiffSettingsclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, int, int)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, int imageWidth, int imageHeight)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.imageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.See Alsoclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, int, int, CompressionType)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, int imageWidth, int imageHeight, CompressionType compressionType)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.imageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.compressionTypeCompressionTypeType of the compression.See Alsoenum CompressionTypeclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, int, int, TiffSettings)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, int imageWidth, int imageHeight, TiffSettings settings)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.imageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.settingsTiffSettingsSettings object that defines TIFF parameters.See Alsoclass TiffSettingsclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, int, int, TiffSettings, IIndexBitmapConverter)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, int imageWidth, int imageHeight, TiffSettings settings, IIndexBitmapConverter converter)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.imageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.settingsTiffSettingsSettings object that defines TIFF parameters.converterIIndexBitmapConverterExternal converterSee Alsoclass TiffSettingsinterface IIndexBitmapConverterclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(string, TiffSettings)Converts each pages of a pdf document to images with and saves images. Part 3: How to Save a Single Page of a PDF Using HiPDF – Split PDF. Still, looking for how to save pages of a pdf separately?Well, then consider trying HiPDF online tool and extract a single page from a PDF document and save it Part 3: How to Save a Single Page of a PDF Using HiPDF – Split PDF. Still, looking for how to save pages of a pdf separately?Well, then consider trying HiPDF online tool and extract a single page from a PDF document and save it How to Save One Page of a PDF. A simple, intuitive, and free-to-use online tool to remove a single page from a PDF to save it as a brand new single-page file. How To Split PDF. File Quick list: How to Save a Single Page of a PDF; In detail: How to Save Just One Page of a PDF Step by Step; Benefits of Saving Only One Page of a PDF; FAQs Watch How to save - Specific Pages of a PDF file in this video. Use the method to split PDF and save a single page separately Using the OneNote 2013 or 2016, things will be much easier because there is an "Export" option there and offers different output formats for the exported files. Step 1 Launch OneNote and then click "File" from the top menu bar and then click "Export" on the left menu.Step 2 Under the "Export Current" option, there are "Page", "Sections" and "Notebook" options. Just pick what you want to export. Then choose the output format from "Select Format" option and click on "Export" button to export your OneNote books to pdf or docx. Export OneNote to PDF on Mac Step 1 Launch OneNote, navigate to the page you want to export. Click "File" and then choose "Save as PDF" from the drop-down menu. Step 2 Now in the prompted window, you can change the file name and choose the location for the pdf. Then click "Save" button to export your OneNote to PDF successfully. Note: However, OneNote for Mac only lets you save the single page that you’re currently on as a PDF. This is the biggest drawback of exporting OneNote on Mac computer. Export OneNote to PDF on the Web Step 1 Go to OneNote for web page, and find the pages you want to export. Then click "File">> "Print", and then click "Print" again. Step 2 In the "Printer" list, select "Microsoft Print to PDF" to save the PDF to your computer.Note: Just like the OneNote for Mac, the Note web also lets you save the single page as pdfComments
TIFF parameters.converterIIndexBitmapConverterExternal converterSee Alsoclass TiffSettingsinterface IIndexBitmapConverterclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream)Converts each pages of a pdf document to images and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.See Alsoclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, CompressionType)Converts each pages of a pdf document to images and saves images to a single TIFF file.public void SaveAsTIFF(Stream outputStream, CompressionType compressionType)ParameterTypeDescriptionoutputStreamStreamThe output stream.compressionTypeCompressionTypeType of the compression.See Alsoenum CompressionTypeclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, PageSize)Converts each pages of a pdf document to images with page size and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, PageSize pageSize)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.pageSizePageSizeThe page size of the image.See Alsoclass PageSizeclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, PageSize, TiffSettings)Converts each pages of a pdf document to images with page size and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, PageSize pageSize, TiffSettings settings)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.pageSizePageSizeThe page size of the image.settingsTiffSettingsSettings object that defines TIFF parameters.See Alsoclass PageSizeclass TiffSettingsclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, int, int)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, int imageWidth, int imageHeight)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.imageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.See Alsoclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, int, int, CompressionType)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, int imageWidth, int imageHeight, CompressionType compressionType)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.imageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.compressionTypeCompressionTypeType of the compression.See Alsoenum CompressionTypeclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, int, int, TiffSettings)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, int imageWidth, int imageHeight, TiffSettings settings)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.imageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.settingsTiffSettingsSettings object that defines TIFF parameters.See Alsoclass TiffSettingsclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(Stream, int, int, TiffSettings, IIndexBitmapConverter)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.public void SaveAsTIFF(Stream outputStream, int imageWidth, int imageHeight, TiffSettings settings, IIndexBitmapConverter converter)ParameterTypeDescriptionoutputStreamStreamThe stream to save the TIFF image.imageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.settingsTiffSettingsSettings object that defines TIFF parameters.converterIIndexBitmapConverterExternal converterSee Alsoclass TiffSettingsinterface IIndexBitmapConverterclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(string, TiffSettings)Converts each pages of a pdf document to images with and saves images
2025-04-17Using the OneNote 2013 or 2016, things will be much easier because there is an "Export" option there and offers different output formats for the exported files. Step 1 Launch OneNote and then click "File" from the top menu bar and then click "Export" on the left menu.Step 2 Under the "Export Current" option, there are "Page", "Sections" and "Notebook" options. Just pick what you want to export. Then choose the output format from "Select Format" option and click on "Export" button to export your OneNote books to pdf or docx. Export OneNote to PDF on Mac Step 1 Launch OneNote, navigate to the page you want to export. Click "File" and then choose "Save as PDF" from the drop-down menu. Step 2 Now in the prompted window, you can change the file name and choose the location for the pdf. Then click "Save" button to export your OneNote to PDF successfully. Note: However, OneNote for Mac only lets you save the single page that you’re currently on as a PDF. This is the biggest drawback of exporting OneNote on Mac computer. Export OneNote to PDF on the Web Step 1 Go to OneNote for web page, and find the pages you want to export. Then click "File">> "Print", and then click "Print" again. Step 2 In the "Printer" list, select "Microsoft Print to PDF" to save the PDF to your computer.Note: Just like the OneNote for Mac, the Note web also lets you save the single page as pdf
2025-03-30SaveAsTIFF(string)Converts each pages of a pdf document to images and saves images to a single TIFF file.public void SaveAsTIFF(string outputFile)ParameterTypeDescriptionoutputFileStringThe file to save the TIFF image.Examples[C#]PdfConverter converter = new PdfConverter();converter.BindPdf(@"D:\Test\test.pdf");converter.DoConvert();converter.SaveAsTIFF(@"D:\Test\test.tiff"); [Visual Basic]Dim converter As PdfConverter = New PdfConverter() converter.BindPdf("D:\Test\test.pdf")converter.DoConvert()converter.SaveAsTIFF(@"D:\Test\test.tiff")See Alsoclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(string, CompressionType)Converts each pages of a pdf document to images and saves images to a single TIFF file.public void SaveAsTIFF(string outputFile, CompressionType compressionType)ParameterTypeDescriptionoutputFileStringThe output file.compressionTypeCompressionTypeType of the compression.Examples[C#]PdfConverter converter = new PdfConverter();converter.BindPdf(@"D:\Test\test.pdf");converter.DoConvert();converter.SaveAsTIFF(@"D:\Test\test.tiff");[Visual Basic]Dim converter As PdfConverter = New PdfConverter()converter.BindPdf("D:\Test\test.pdf")converter.DoConvert()converter.SaveAsTIFF(@"D:\Test\test.tiff")See Alsoenum CompressionTypeclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(string, int, int)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file.public void SaveAsTIFF(string outputFile, int imageWidth, int imageHeight)ParameterTypeDescriptionoutputFileStringThe file name to save the TIFF imageimageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.See Alsoclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(string, PageSize)Converts each pages of a pdf document to images with page size and saves images to a single TIFF file.public void SaveAsTIFF(string outputFile, PageSize pageSize)ParameterTypeDescriptionoutputFileStringThe file name to save the TIFF imagepageSizePageSizeThe page size of the image.See Alsoclass PageSizeclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(string, PageSize, TiffSettings)Converts each pages of a pdf document to images with page size and saves images to a single TIFF file.public void SaveAsTIFF(string outputFile, PageSize pageSize, TiffSettings settings)ParameterTypeDescriptionoutputFileStringThe file name to save the TIFF imagepageSizePageSizeThe page size of the image.settingsTiffSettingsSettings object that defines TIFF parameters.See Alsoclass PageSizeclass TiffSettingsclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(string, int, int, CompressionType)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file.public void SaveAsTIFF(string outputFile, int imageWidth, int imageHeight, CompressionType compressionType)ParameterTypeDescriptionoutputFileStringThe file name to save the TIFF imageimageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.compressionTypeCompressionTypeType of the compression.See Alsoenum CompressionTypeclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(string, int, int, TiffSettings)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file.public void SaveAsTIFF(string outputFile, int imageWidth, int imageHeight, TiffSettings settings)ParameterTypeDescriptionoutputFileStringThe file name to save the TIFF imageimageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.settingsTiffSettingsSettings object that defines TIFF parameters.See Alsoclass TiffSettingsclass PdfConverternamespace Aspose.Pdf.Facadesassembly Aspose.PDFSaveAsTIFF(string, int, int, TiffSettings, IIndexBitmapConverter)Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file.public void SaveAsTIFF(string outputFile, int imageWidth, int imageHeight, TiffSettings settings, IIndexBitmapConverter converter)ParameterTypeDescriptionoutputFileStringThe file name to save the TIFF imageimageWidthInt32The image width, the unit is pixel.imageHeightInt32The image height, the unit is pixel.settingsTiffSettingsSettings object that defines
2025-04-18