More specifically, here is my custom CSS:

@font-face { font-family: 'Menlo'; font-style: normal; font-weight: 400; src: url('Menlo.ttc'); -fs-pdf-font-embed: embed; -fs-pdf-font-encoding: Identity-H; } body { font-family: 'Menlo'; margin: 1em; } p {line-height: 1.2em; text-align: justify;} h1, h2, h3, h4 {font-weight: normal;} sup {line-height: 0;} hr {border: 1px #eee solid; margin-top: 2em; margin-bottom: 2em; width: 70%;} pre {white-space: pre-wrap; word-wrap: break-word;} @page {margin: 1in; @bottom-center{content: counter(page)};}

and this is the current error message:

Traceback (most recent call last): File "/var/mobile/Containers/Data/Application/166B2E8E-2D46-4B7A-BE3C-B1B9C378D0F4/Library/Application Support/Commands/workflow_action_tmp.py", line 189, in out_to_file request = post_multipart(formats.items() + fields, files) File "/var/mobile/Containers/Data/Application/166B2E8E-2D46-4B7A-BE3C-B1B9C378D0F4/Library/Application Support/Commands/workflow_action_tmp.py", line 79, in post_multipart workflow.stop() KeyboardInterrupt: Workflow stopped