Forum Replies Created
-
AuthorPosts
-
Scott Irwin
MemberThanks for the video, but I’m still not seeing the result I’m looking for.
If my file name is:
5CATPWS1_74-75_702.P02.pdf
5CATPWS1_74-75_702.P03.pdfI can simply use nameChanger twice in a row to remove the .P02 and .P03 from the end of the file name, which is great. But I still need to then go in and remove the page number that I don’t need. So in the above example I need the .P02 file to be page 74, and .P03 file to be page 75 so they end up looking like this:
5CATPWS1_74_702.pdf
5CATPWS1_75_702.pdfBasically all of the files that have the .P02 on them are going to end up being all the even PDFs, and .P03 will be the odd page PDFs. The printer needs those page numbered files for their impositions. So is there a way (even if I have to do multiple name changes) get to that result? Is that possible in nameChanger?
Scott Irwin
MemberLuky,
I downloaded the namechanger app, but I can’t figure out how to make it work correctly. I drag the files I want to rename to the app, and then select the drop down menu options, but I’m not sure what options I need to use.
I need to change all the files with the .P02 to the even page numbers, and .P03 to the odd page numbers. Can this be done with this app? If so, what parameters do I need to use in the app?
Scott Irwin
MemberThanks Luky, I’ll download it and check it out.
Scott Irwin
MemberJustin,
Thanks, I was able to figure out how to use the GREP Find/Replace to get the Shift-Tab inserted before the $ in a paragraph. Not sure I did it the best way, but it seems to be working with Find/Replace. I was REALLY hoping there was a way to put that Shift-Tab into a GREP statement inside a paragraph style or nested style, but I’m not seeing a way to do it. I’m all about automating as much formatting as possible.
Thanks for the reply though.
Scott Irwin
MemberWe are using InDesign Creative Suite CS6 for Mac…OSX 10.9.5. And like I said before, I wasn’t having this issue before. It seems like it just randomly happened before I caught it.
I checked the document to see if a custom V page was created, but it’s not. The master pages is just Master A with spreads, nothing unusual.
Scott Irwin
MemberNo, it’s doing it globally. Doesn’t matter what file I open to export, I always have those 2 options in the Range field.
Scott Irwin
MemberUpdate:
Changed [\u] to [\u\(\)] to encompass the parenthesis and it works. It can’t be that easy can it? lol.
I love GREP!
Scott Irwin
MemberCouple more questions.
My success with the size range was done using a combination of Grep and nested character styles in a paragraph style. I basically combined Barcode_CZ’s and Masood’s GREP code with Dwayne/Anne’s Nested styles.
I’m curious to know if there is a way to to use Barcode_CZ’s code to find all sizes that are 1X, 2X, 3X, etc. instead of typing them all out one by one, like in Masood’s response? I can type in as many sizes as necessary as long as they are letters, but as soon as it gets to a Number/Letter it doesn’t format it automatically.
So for example – using Barcode_CZ’s GREP code will format all the size letters in Bold. It doesn’t matter if I add sizes or not, as soon as I put in parenthesis, it formats correctly!!
Misses Petite: MPXS(8-10), MPXS(8-10), MPXS(8-10), MPXS(8-10), MPXS(8-10) $29.99
Petite: PXS(8-10), PXS(8-10), PXS(8-10), PXS(8-10), PXS(8-10) $29.99But when it gets to the women’s sizes – Barcode_CZ’s code doesn’t work. This is where I typed in Masood’s GREP code 5 times, but as soon as I go to 6X(size-size) it doesn’t format because I didn’t go that high in the GREP.
Women’s: 1X(4-6), 2X(8-10), 3X(12-14), 4X(16-18), 5X(20-22) $34.99Can Barcode_CZ’s be modified to format the 1X (letter/digit) as well?
The next thing I’m running into is that our shoes have a different size format than the clothes. Our shoes look like this format:
N 7-10, 11; M 6-10, 11, 12 $39.99
W 61?2-10, 11, 12; WW 61/2-10 $45.99The Letters in the above example need to be bold/font, and the numbers normal/different font. I got it working by playing around with GREP paragraph styles. I just applied the size character style to [l\u] which seems to work, until I type in a lower case letter or parenthesis. Sometimes we have shoe sizes that look like this:
WWWW(EEEE) 7-12, 13. or more letters. If I use caps the letters are bold but the parenthesis are not. Lower case letters are not bolded either.
What do I need to adjust in my GREP code for that to work?
Thanks
ScottScott Irwin
MemberThanks for all the help guys!
As of right now, I was able to get all of my copy formatted correctly from the database to Indesign. The size range issue was handled by using a combination of Grep AND Nested styles in a paragraph style. So until the art directors decide to change the look of the paragraphs, everything works.
Thanks again to everyone that helped me out.
Scott Irwin
Member@Dwayne – Sorry, I probably wasn’t explaining myself correctly. I created all the character/paragraph styles in Indesign…and then typed out a paragraph of copy and applied all the styles to the correct sections of my paragraph just to see if all the styles worked. They did. So if I had a style named “LEAD-IN” I would highlight the lead-in and then click on the character style to format it. This all worked for the most part. That’s what i meant by I manually formatted it. The only paragraph style I created was the one that turned my size letters bold. Everything else uses a character style. When I highlight all the sizes and their size ranges and click on the paragraph style, it formats them correctly.
All of the different pieces of of the paragraph are in separate fields in the database and I can assign a different style to each section so my copy comes from the database into Indesign correctly formatted. Alas, I’m having issues with that, but I have a meeting to day with tech support to see why my database is bringing in other character styles that I have not assigned to the copy. Hopefully once that issue is resolved, my copy will come in correctly.
@Masood – Thanks for the help. If I can’t get my database to format correctly, I’ll have to format the size letters manually…..can I use the Grep above to do that?
Scott Irwin
Member@Dwayne – I was able to get my whole paragraph and its parts formatted like I wanted to…manually. So at least I know my characters styles and paragraph style is working correctly. The database on the other hand….totally different story. I’ve got a call in to support for that. If all else fails I’ll just see if Masood’s suggestion works. If it does, I’ll just do a find replace in the document during my QC process.
@Masood – Thanks for the suggestion with GREP. I will try this out tomorrow afternoon. Like I said the paragraph style works if I do it manually. Now if I add the grep styles will it mess up the character formats already in the paragraph style?
Scott Irwin
MemberYes, I believe I did that initially when formatting the size range. I then read that Local Formatting > Character Styles > Paragraph styles. :) So if you apply a character style to text, and then try to apply a paragraph style to text, it won’t work….is that correct? And after all these years of using Indesign, I just learned something new. :)
Needless to say I finally manually applied all my character styles and paragraph style to the copy and it looks correct. Not sure that bringing copy in from the database to indesign will end up with the same results since I can only apply one style to a section of copy in the database…I think. That is an experiment for tomorrow though.
Scott Irwin
MemberOk guys, I think I’m missing something, somewhere…
In my post above I was able to get the letters of the size range to become bold, change fonts, sizes, etc. I accomplished this by manually typing in a “fake” copy block with sizes and then highlighting the size range and applying the paragraph style I created. That worked.
When I bring it in from the database, I ran into an issue where all of the size names / size ranges were bold in the same font.
So I started from scratch:
1. Created a brand new blank document.
2. Created all of the Character styles needed for a normal spread
3. Created the “bold letter” Paragraph style
4. Made sure that “NONE” was selected in character styles, and “BASIC PARAGRAPH” was selected in Paragraph styles.
5. Typed out a full item description (using the default font – which was Times Roman 12pt)
6. Copied that block of text so that I had two exact copies on the page.Then I went through the first copy block, highlighted certain pieces of text and applied all of my character styles that I had created. Everything looked and acted like it was suppose too….UNTIL I tried to highlight the size range and apply the paragraph style…nothing happened. The “size letters” didn’t bold.
On the second copy block I left it at the default font (times roman 12pt) and only highlighted the “size range” and then applied the paragraph style….and it worked. It changed all the “size letters” to bold, changed the font from Times Roman 12pt to Arno Pro 8pt / Bold.
So what am i doing wrong that it won’t change the font bold after it’s been formatted with a character style?
Scott Irwin
MemberOk, so I created:
Character Style that just has my font treatment: Font, Size, color, bold.
Then I created a paragraph style that was just the default style except for the nested character style information:
Paragraph style was:
1. None through one space (put the space in the “word” field)
2. Bold up to open parenthesisA. Repeated steps 1 & 2 5 times to compensate for the amount of sizes we carry
B. Created a test paragraph of info on a blank page using only single named sizes (i.e. Petites, Women’s, Misses.)
C. Highlighted the paragraph and applied the Paragraph style….….worked great!!!
I did try the same paragraph test with two word size names (Petite Short, Women’s Tall) and I do run into the issue Anne-Marie mentioned. The second word changes to use the character style of “Bold”. I don’t think this will be an issue since the “Size Name” field in the database has its own character style assigned to it, and the “Size Range” is going to be using the paragraph style above assigned to it.
Thanks for the help Anne and Dwayne. Hopefully my database will play nice and this will be easy. haha.
Scott Irwin
MemberThank you for the replies, I will test this out when I get in to work on Monday. We occasionally do have sizes are two words, like “Women’s Tall” and stuff, but not often.
I’ll post my results.
Thanks again
scott -
AuthorPosts
