We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
template
New template command to generate arbitrary multi-layout based on a config file, e.g.:
Config file:
[template.three4x6] page_size = "letter" landscape = false [[template.three4x6.slot]] size = ["4in", "6in"] position = [0, 0] # slot's top-left corner on page [[template.three4x6.slot]] size = ["4in", "6in"] position = ["4.5in", 0] [[template.three4x6.slot]] size = ["4in", "6in"] position = ["1in", "6.5"] landscape = true
Usage:
vpype read input.svg [...] template --fit-to-margins 0.5in --landscape three4x6 write output.svg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
New
template
command to generate arbitrary multi-layout based on a config file, e.g.:Config file:
Usage:
vpype read input.svg [...] template --fit-to-margins 0.5in --landscape three4x6 write output.svg
The text was updated successfully, but these errors were encountered: