Skip to content

Commit

Permalink
chore(chromium): improve header/footer documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Feb 11, 2024
1 parent cd09b79 commit 167a6e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ $request = Gotenberg::chromium($apiUrl)
->pdf()
->header(Stream::path('/path/to/my_header.html'))
->footer(Stream::path('/path/to/my_footer.html'))
->margins(1, 1, 0.39, 0.39)
->url('https://my.url');
```

Expand Down

0 comments on commit 167a6e3

Please sign in to comment.