Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hardware:printers:cr805_card_printer [2026/06/13 23:37] – diamond | hardware:printers:cr805_card_printer [2026/06/17 01:48] (current) – Updated cardprint url to the current one! enzi | ||
|---|---|---|---|
| Line 38: | Line 38: | ||
| ## Printing over Web | ## Printing over Web | ||
| - | You may print cards over web using the [cardprinterd](https:// | + | You may print cards over web using the [cardprinterd](https:// |
| No drivers are needed for this web UI. Simply make a PDF and feed it into the HTML form, and the print server will automatically print it using the Windows driver and [SumatraPDF](https:// | No drivers are needed for this web UI. Simply make a PDF and feed it into the HTML form, and the print server will automatically print it using the Windows driver and [SumatraPDF](https:// | ||
| Line 47: | Line 47: | ||
| > **Note**: This option was removed on a later version of cardprinterd. The driver already automatically determines the orientation, | > **Note**: This option was removed on a later version of cardprinterd. The driver already automatically determines the orientation, | ||
| + | |||
| + | ## Typst Template | ||
| + | |||
| + | ```typst | ||
| + | #let card(body) = page( | ||
| + | width: 2.24in, | ||
| + | height: 3.5in, | ||
| + | margin: (x: 0.05667in, y: 0.06417in), | ||
| + | rect( | ||
| + | width: 2.127in, | ||
| + | height: 3.372in, | ||
| + | stroke: 0.1pt, | ||
| + | radius: 0.125in, | ||
| + | inset: 0in, | ||
| + | body, | ||
| + | ), | ||
| + | ) | ||
| + | |||
| + | #card[...] | ||
| + | ``` | ||
| ## Links | ## Links | ||