mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat(Page.pdf): add 'A6' page format
This patch adds 'A6' page format option to the Page.pdf method.
This commit is contained in:
committed by
Andrey Lushnikov
parent
9ecf20fc03
commit
3f9f0f44ff
@@ -850,6 +850,7 @@ Page.PaperFormats = {
|
||||
a3: {width: 11.7, height: 16.5 },
|
||||
a4: {width: 8.27, height: 11.7 },
|
||||
a5: {width: 5.83, height: 8.27 },
|
||||
a6: {width: 4.13, height: 5.83 },
|
||||
};
|
||||
|
||||
const unitToPixels = {
|
||||
|
||||
Reference in New Issue
Block a user