File tree Expand file tree Collapse file tree 1 file changed +20
-13
lines changed
Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Original file line number Diff line number Diff line change 55
66### ` bakso-doc ` is a Node.js micro-service that creates PDF documents.
77
8- <br />
9-
108It uses [ Puppeteer] ( https://www.npmjs.com/package/puppeteer ) and headless Chrome to request an HTML document and create a PDF.
119
1210### Features:
@@ -16,18 +14,12 @@ It uses [Puppeteer](https://www.npmjs.com/package/puppeteer) and headless Chrome
1614
1715<br />
1816
19- ## Print Stylesheet: Use HTML & CSS to Create Documents
20-
21- CSS provides a powerful set of media queries and styles to be able to style a document.
22- ``` CSS
23- @page {
24- size : A4 landscape ;
25- }
26- ```
27-
28- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Printing
17+ ## Menu
2918
30- https://www.smashingmagazine.com/2011/11/how-to-set-up-a-print-style-sheet/
19+ - [ Architecture] ( #architecture )
20+ - [ CSS Styles for PDFs] ( #print-stylesheet-use-html--css-to-create-documents )
21+ - [ Get Started] ( #get-started )
22+ - [ Delpoyment] ( #deployment )
3123
3224<br />
3325
@@ -59,6 +51,21 @@ Optionally, the secret can be shared across services and used to both sign and v
5951
6052<br />
6153
54+ ## Print Stylesheet: Use HTML & CSS to Create Documents
55+
56+ CSS provides a powerful set of media queries and styles to be able to style a document.
57+ ``` CSS
58+ @page {
59+ size : A4 landscape ;
60+ }
61+ ```
62+
63+ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Printing
64+
65+ https://www.smashingmagazine.com/2011/11/how-to-set-up-a-print-style-sheet/
66+
67+ <br />
68+
6269## Get Started
6370
6471Clone the repo:
You can’t perform that action at this time.
0 commit comments