We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01c4e1 commit 344ef8fCopy full SHA for 344ef8f
1 file changed
src/lib.rs
@@ -310,7 +310,7 @@ impl Pdf {
310
/// Write the cross-reference stream and file trailer and return the
311
/// underlying buffer. This method is functionally the same as [`Pdf::finish`],
312
/// the difference being that the cross-reference information is written as a
313
- /// cross-reference stream instead of a cross-reference table. Cross-reference stream
+ /// cross-reference stream instead of a cross-reference table. Cross-reference streams
314
/// usually allow for smaller file sizes since they can also be compressed (see below),
315
/// but are only available from PDF 1.5 onwards. It is also necessary to call
316
/// this method instead of [`Pdf::finish`] in case object stream are used anywhere
0 commit comments