12 lines
311 B
Markdown
12 lines
311 B
Markdown
![]() |
---
|
||
|
title: tile
|
||
|
---
|
||
|
|
||
|
import RepoPage from "../../../../../src/components/repo-page";
|
||
|
|
||
|
<RepoPage repo="tile" />
|
||
|
|
||
|
This is a PostScript tiler, a command line utility written in C.
|
||
|
|
||
|
It is used to go from SVG to tiled PDF by converting to PostScript first, then tiling it, and then converting the PostScript to PDF.
|