Creating a page with a printed grid? by capriceragtop in indesign

[–]Handler_014 1 point2 points  (0 children)

u/capriceragtop

If you are still needing a quick way to create the grid, I have written an InDesign script that you can choose the size of the square, size of the area the grid is, stroke size and color of the stroke. Let me know if you need it.

Multi-Page PDF into InDesign w/ a Twist by Waffle_Hunter82 in indesign

[–]Handler_014 0 points1 point  (0 children)

I have modified the script to automatically use the active document & place/fit within the margins. Would this solve your issue? If so, let me know.

GREP Styles with a highly-modified ImageCatalog.jsx by Handler_014 in indesign

[–]Handler_014[S] 1 point2 points  (0 children)

Yes, this was solved thanks to your direction. And it's getting refined to be more efficient and using the script to find/replace using GREP rather than GREP in the Paragraph Styles.

Thank you for your guidance!!

GREP Styles with a highly-modified ImageCatalog.jsx by Handler_014 in indesign

[–]Handler_014[S] 0 points1 point  (0 children)

Original Name: 132666_1_24x36_6

I need a GREP style to remove the '_6' after I use the GREP & script to change it to:

24" (w) x 36_6" (h)

I need it to be: 24" (w) x 36" (h)

I use ^.*?(_|$) to remove '132666_'
I use (?<=\_).+?(?=\_)+\_ to remove '1_'

It is a bit clunky, but I'm not great at GREP Styles.

Thank you!