Skip to content

Commit

Permalink
Add note to options.pdfa
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Sep 30, 2024
1 parent 2641470 commit b01b745
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,11 @@ pub struct ConversionOptions {
/// _Default:_ `true`.
pub embed_text: bool,

/// Whether to enforce PDF/A rules.
/// Whether to write chunks in PDF/A-2b compliant mode.
///
/// **Note:** This currently only ensures that `to_chunk` does not generate
/// anything that is forbidden by PDF/A. It does _not_ turn the
/// free-standing PDF generated by `to_pdf` into a valid PDF/A.
pub pdfa: bool,
}

Expand Down

0 comments on commit b01b745

Please sign in to comment.