Skip to content

Commit

Permalink
Added link to no_icc example
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt authored Jun 10, 2020
1 parent 2f4599a commit d701d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ current_layer.end_text_section();

- By default, the PDF adherese to a "PDF conformance level", usually the PDF-X 1.4 Standard.
This means that the PDF includes a full ICC profile file (which is around 500KB large). To turn it off,
see the [no_icc example]():
see the [no_icc example](https://github.com/fschutt/printpdf/blob/a6fa46dad0f273cfd181eeebec7dc61e02559b4f/examples/no_icc.rs):

```rust
let (mut doc, _page1, _layer1) = PdfDocument::new("printpdf no_icc test", Mm(297.0), Mm(210.0), "Layer 1");
Expand Down

0 comments on commit d701d7c

Please sign in to comment.