Bowe Strickland
2018-10-27 323fa95deea50f49c119728fc2eeacb9e0c51241
commit | author | age
d46303 1 # see https://www.createspace.com/Products/Book/#content4
d7048e 2 # https://www.createspace.com/Help/Index.jsp?orgId=00D300000001Sh9&id=50170000000I7be
d46303 3
d7048e 4 page_count = 600
d46303 5 bleed = .125
CM 6 spine_width = .002252 * page_count
7 trim_width = 7.5
8 trim_height = 9.25
9 min_cover_width = bleed + trim_width + spine_width + trim_width + bleed
10 min_cover_height = bleed + trim_height + bleed
11
d7048e 12 print "spine width ", spine_width, "inches"
CM 13 print "min cover width ", min_cover_width, "inches"
14 print "min cover height ", min_cover_height, "inches"
d46303 15
d7048e 16 print "barcode placeholder width: 2 inches"
CM 17 print "barcode placeholder height: 1.2 inches"
18 print "bottom of barcode must be .25 inches from bottom trim line of cover"
19 print "right side of barcode must be .25 inches to left of spine"