From d34fb9221176fa454cca4b92ddead81b8ce508b6 Mon Sep 17 00:00:00 2001
From: Ben Davies
footer.html CSS properties override the ones from heade
--form files=@index.html \
--form files=@header.html \
--form files=@footer.html \
- > result.pdf
+ -o result.pdf
@@ -353,7 +353,7 @@ see to the fonts section.
--form files=@style.css \
--form files=@img.png \
--form files=@font.woff \
- > result.pdf
+ -o result.pdf
@@ -424,7 +424,7 @@ Also, you have to set both paperWidth and paperHeight.
--form marginLeft=0 \
--form marginRight=0 \
--form landscape=true \
- > result.pdf
+ -o result.pdf
@@ -505,7 +505,7 @@ in the file index.html. This function will convert a given markdown
--header 'Content-Type: multipart/form-data' \
--form files=@index.html \
--form files=@file.md \
- > result.pdf
+ -o result.pdf
@@ -587,7 +587,7 @@ See the scalability section to find how to mitigate t
--header 'Content-Type: multipart/form-data' \
--form files=@document.docx \
--form files=@document2.docx \
- > result.pdf
+ -o result.pdf
@@ -646,7 +646,7 @@ Also, you have to set both paperWidth and paperHeight.
--form paperWidth=8.27 \
--form paperHeight=11.27 \
--form landscape=true \
- > result.pdf
+ -o result.pdf
@@ -723,7 +723,7 @@ will merge them and return the resulting PDF file.
--header 'Content-Type: multipart/form-data' \
--form files=@file.pdf \
--form files=@file2.pdf \
- > result.pdf
+ -o result.pdf