Skip to content

Instantly share code, notes, and snippets.

@kkajita
Created September 5, 2013 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkajita/6447906 to your computer and use it in GitHub Desktop.
Save kkajita/6447906 to your computer and use it in GitHub Desktop.
名刺用 A4 面付けレンダリングパラメータ
{
"resources": {
"image": {"card": "./card.pdf"}
},
"template": "./meishi.pdf",
"context": {
"card": [
{
"new": "Btn",
"rect": [42.53, 29.77, 300.51, 185.69],
"image": "card"
},
{
"new": "Btn",
"rect": [42.53, 185.69, 300.51, 341.62],
"image": "card"
},
{
"new": "Btn",
"rect": [42.53, 341.62, 300.51, 497.54],
"image": "card"
},
{
"new": "Btn",
"rect": [42.53, 497.54, 300.51, 653.47],
"image": "card"
},
{
"new": "Btn",
"rect": [42.53, 653.47, 300.51, 809.39],
"image": "card"
},
{
"new": "Btn",
"rect": [300.51, 29.77, 558.50, 185.69],
"image": "card"
},
{
"new": "Btn",
"rect": [300.51, 185.69, 558.50, 341.62],
"image": "card"
},
{
"new": "Btn",
"rect": [300.51, 341.62, 558.50, 497.54],
"image": "card"
},
{
"new": "Btn",
"rect": [300.51, 497.54, 558.50, 653.47],
"image": "card"
},
{
"new": "Btn",
"rect": [300.51, 653.47, 558.50, 809.39],
"image": "card"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment