g'day there. I work for a printing company which is frustrated by the lack of decent planning diagrams. We have sophisticated RIP software which allows us to create complicated impositions etc, but doesn't allow us to print out planning diagrams with the measurements on them for the rest of the factory to use as a reference. Until recently, the diagrams have been drawn out with pen on a preprinted grid, which IMHO takes too long. To speed up the process i made several HTML imposition calculators which, when given the plate size, sheet size and page size, returns the results of how many pages will fit onto the given sheet and plate sizes. My desire is to get these calculations into indesign as painlessly as possible so that they can be printed out. Unfortunately, my knowledge of javascript comes to a halt here. I can get the results of the calculations into an email, but that's it. My workaround so far has been to copy the results (which are returned into an email) into an indesign template, and then run a variation of the findchangebylist.jsx script so that it populates the text fields; and then run the makegrid.jsx script to draw the picture of the grid itself. there can be a lot of further tweaking after this, depending on the complexity of the imposition. i've attached the HTML imposition calculators along with a copy of the template and a pdf of a typical result; as well as the scripts used above. Ideally, i'd like the calculator to work wholly in indesign, rather than having to open firefox and then cut and paste into indesign. it'd be nice to click trimallaroundcalc.jsx and then have a dialog box open with the calculator; and then once the results are typed in and ok'd, the planning diagram is generated and able to save and print. If the diagram was also to 1:5 scale, that'd be icing on the cake too! any assistance in this would be greatly appreciated many thanks colly
... View more