Working with PDF Pages in Rust
Contents
[
Hide
]
You are able to do the following:
- Add Pages - add pages into your PDF file via Rust.
- Delete Pages - delete page from your PDF file via Rust.
- Rotate Pages - you can change the page orientation of pages in an existing PDF file.
- Get and Set Page Properties - learn how to get and set page properties for PDF documents.
- Set the background color for PDF - set background color for the your PDF file.
- Stamping - add text, images, number stamps into PDF.
- Add watermark - add text watermark to PDF.
- Add Header and Footer - add headers and footers to your PDF file.