Skip to content

Commit 8d9eb6d

Browse files
committed
update docstring
1 parent 68f2d3a commit 8d9eb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PlutoPDF.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pluto_to_pdf(notebook_path::String[, output_pdf_path::String];
7575
Run a notebook, generate an Export HTML and then print it to a PDF file!
7676
7777
# Options
78-
The `options` keyword argument can be a named tuple to configure the PDF export. The possible options can be seen in the [docs for `puppeteer.PDFOptions`](https://pptr.dev/api/puppeteer.pdfoptions).
78+
The `options` keyword argument can be a named tuple to configure the PDF export. The possible options can be seen in the [docs for `puppeteer.PDFOptions`](https://pptr.dev/api/puppeteer.pdfoptions). You don't need to specify all options, for example: `options=(format="A5",)` will work.
7979
"""
8080
function pluto_to_pdf(notebook_path::AbstractString, output_path::Union{AbstractString,Nothing}=nothing; kwargs...)
8181
c = Pluto.Configuration.from_flat_kwargs(;

0 commit comments

Comments
 (0)