Created
May 19, 2019 22:27
-
-
Save wwdablu/f484ed3473391de60d88a76dc2aa282f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"contents" : [ | |
{ | |
"type" : "text", | |
"content" : "SimplyPdf developer, Soumya Kanti Kar", | |
"properties" : { | |
"size" : 24, | |
"color" : "#000000", | |
"underline" : true, | |
"strikethrough" : false | |
} | |
}, | |
{ | |
"type" : "image", | |
"imageurl" : "https://avatars0.githubusercontent.com/u/28639189?s=400&u=bd9a720624781e17b9caaa1489345274c07566ac&v=4" | |
}, | |
{ | |
"type" : "shape", | |
"shape" : "circle", | |
"radius" : 50, | |
"properties" : { | |
"linecolor" : "#000000", | |
"linewidth" : 1, | |
"shouldfill" : true | |
} | |
}, | |
{ | |
"type" : "shape", | |
"shape" : "box", | |
"width" : 100, | |
"height" : 50, | |
"properties" : { | |
"linecolor" : "#000000", | |
"linewidth" : 1, | |
"shouldfill" : true | |
} | |
}, | |
{ | |
"type" : "newpage" | |
}, | |
{ | |
"type" : "shape", | |
"shape" : "freeform", | |
"points" : [ | |
{ | |
"line" : [0,0] | |
}, | |
{ | |
"line" : [100, 0] | |
}, | |
{ | |
"line" : [100,100] | |
}, | |
{ | |
"line" : [0,0] | |
} | |
], | |
"properties" : { | |
"linecolor" : "#FF0000", | |
"linewidth" : 4, | |
"shouldfill" : true | |
} | |
}, | |
{ | |
"type" : "space", | |
"height" : 25 | |
}, | |
{ | |
"type" : "table", | |
"contents" : [ | |
{ | |
"row" : [ | |
{ | |
"type" : "text", | |
"content" : "Version", | |
"width" : 50, | |
"properties" : { | |
"size" : 12, | |
"color" : "#000000", | |
"underline" : false, | |
"strikethrough" : false | |
} | |
}, | |
{ | |
"type" : "text", | |
"content" : "1.1.0", | |
"width" : 50, | |
"properties" : { | |
"size" : 12, | |
"color" : "#000000", | |
"underline" : false, | |
"strikethrough" : false | |
} | |
} | |
] | |
}, | |
{ | |
"row" : [ | |
{ | |
"type" : "text", | |
"content" : "Source code is available in GitHub", | |
"width" : 100, | |
"properties" : { | |
"size" : 18, | |
"color" : "#0000FF", | |
"underline" : false, | |
"strikethrough" : false | |
} | |
} | |
] | |
} | |
], | |
"properties" : { | |
"width" : 1, | |
"color" : "#000000" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment