diff --git a/examples/python/hello_pdf.py b/examples/python/hello_pdf.py index f614090..d9722ad 100644 --- a/examples/python/hello_pdf.py +++ b/examples/python/hello_pdf.py @@ -22,5 +22,5 @@ npcolony.print_printer_base64( "Microsoft Print to PDF", HELLO_WORLD_B64, - dict(output_path=os.path.join(dir_name, "output.pdf")), + options=dict(output_path=os.path.join(dir_name, "output.pdf")), )