pub struct MergeOptions {
pub flatten_forms: bool,
}Expand description
Options controlling PDF merge behaviour.
Fields§
§flatten_forms: boolFlatten interactive form fields into static page content before merging.
Not yet implemented. Returns PdfMergeError::NotSupported if true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MergeOptions
impl RefUnwindSafe for MergeOptions
impl Send for MergeOptions
impl Sync for MergeOptions
impl Unpin for MergeOptions
impl UnsafeUnpin for MergeOptions
impl UnwindSafe for MergeOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more