Make Booklet of PDF

Make Booklet of PDF Using File Paths

MakeBooklet method of PdfFileEditor class allows you to make booklet of the input PDF file and save it to the output PDF file. This overload allows you to make booklet using file paths. The following code snippet shows you how to make booklet using file paths.

Make Booklet of PDF Using Page Size and File Paths

MakeBooklet method of PdfFileEditor class allows you to make booklet of the input PDF file and save it to the output PDF file. This overload allows you to make booklet using file paths. You can also set the page size of the output PDF file with this overlaod. The following code snippet shows you how to make booklet using page size and file paths.

Make Booklet of PDF Using Page Size, Specified Left and Right Pages, and File Paths

MakeBooklet method of PdfFileEditor class allows you to make booklet of the input PDF file and save it to the output PDF file. This overload allows you to make booklet using file paths. You can also set the page size of the output PDF file and specify particular pages for the left and right sides of the output PDF file with this overlaod. The following code snippet shows you how to make booklet using page size, specified left and right pages and file paths.

Make Booklet of PDF Using Specified Left and Right Pages, and File Paths

MakeBooklet method of PdfFileEditor class allows you to make booklet of the input PDF file and save it to the output PDF file. This overload allows you to make booklet using file paths. You can also specify particular pages for the left and right sides of the output PDF file with this overlaod.color:#000000}The following code snippet shows you how to make booklet using specified left and right pages and file paths.

Make Booklet of PDF Using Streams

MakeBooklet method of PdfFileEditor class allows you to make booklet of the input PDF stream and save it to the output PDF streams. This overload allows you to make booklet using streams instead of file paths. The following code snippet shows you how to make booklet using streams.

Make Booklet of PDF Using Page Size and Streams

MakeBooklet method of PdfFileEditor class allows you to make booklet of the input PDF stream and save it to the output PDF stream. This overload allows you to make booklet using streams instead of file paths. You can also set the page size of the output PDF stream with this overload. The following code snippet shows you how to make booklet using page size and streams.

Make Booklet of PDF Using Page Size, Sepcified Left and Right Pages, and Streams

MakeBooklet method of PdfFileEditor class allows you to make booklet of the input PDF stream and save it to the output PDF stream. This overload allows you to make booklet using streams instead of file paths. You can also set the page size of the output PDF file and specify particular pages for the left and right sides of the output PDF stream with this overload. The following code snippet shows you how to make booklet using page size, specified left and right pages, and streams.

Make Booklet of PDF Using Specified Left and Right Pages, and Streams

MakeBooklet method of PdfFileEditor class allows you to make booklet of the input PDF stream and save it to the output PDF stream. This overload allows you to make booklet using streams instead of file paths. You can also specify particular pages for the left and right sides of the output PDF stream with this overlaod. The following code snippet shows you how to make booklet using specified left and right pages and streams.