Forum Replies Created
-
AuthorPosts
-
Gert Verrept
MemberIs it possible to rename your images? If you have 100 files in CC, than the first should be CC001 and not CC1. That way they should load in the right order.
Gert Verrept
MemberMaybe this can help, but not tested
https://www.rorohiko.com/wordpress/indesign-downloads/textstitch/
Gert Verrept
MemberIf you have to replace a font, you can try the “find font” menu, but only if you have to change the font in all the stories.
In all the other cases maybe “find and change” can help for the text corrections?Gert Verrept
MemberJustin, Thnks. I did ask it sometime before, but could remember the solution (the age I suppose)
November 10, 2014 at 11:36 pm in reply to: Importing Print Presets brings only name no settings #71555Gert Verrept
MemberI encounter this problem over and over again. Each new install of a print preset has to be done on all machines. It imports the “basic” settings, but the “printer” settings itself (stapling, tray, booklet …) are ignored. It doesn’t matter if the printer is online or offline, local or on a network.
November 8, 2014 at 9:04 am in reply to: pdf output problem – Transparent losing and White box around shadow #71512Gert Verrept
Memberif possible, output to pdfx/4. In the pdf output, convert to CMYK so you get rid of the spot colors.
pdf 1.3 and transparency can give problems with any kind of transparency.Gert Verrept
MemberWeird,no problem here. Using CC 2014 on win 7 64b. Placed two images (tiff) into an ID file. Saved, placed the ID in a second file and exported with the general settings (pdf/x-1). The pdf shows what it should show, images at 300 dpi.
Gert Verrept
MemberHow did you make the pdf? OS? Which viewer? Did you try the pdf/x4 settings? Dotted stroke colored? I created your doc in CC2014, exported with preset pdf/x, no problem at max zoom.
September 17, 2014 at 10:54 pm in reply to: Is there a script for changing language to multiple paragraph styles? #70650Gert Verrept
MemberI found this script once on the forum:
var myDoc = app.activeDocument;
var myLanguages = new Array();
for (j=0;j<app.languagesWithVendors.length;j++){
myLanguages.push(app.languagesWithVendors[j].name);
}myDlg = new Window(‘dialog’, ‘Selecteer de taal’);
myDlg.orientation = ‘column’;
myDlg.alignment = ‘right’;
//add drop-down
myDlg.DDgroup = myDlg.add(‘group’);
myDlg.DDgroup.orientation = ‘row’;
myDlg.DDgroup.add(‘statictext’, undefined, “Talen”);
myDlg.DDgroup.DD = myDlg.DDgroup.add(‘dropdownlist’, undefined, undefined, {items:myLanguages})
myDlg.DDgroup.DD.selection = 7;
myDlg.closeBtn = myDlg.add(‘button’, undefined, ‘OK’);// add button functions
myDlg.closeBtn.onClick = function()
{ this.parent.close();
}
result = myDlg.show();
alert(myDlg.DDgroup.DD.selection);for (i=0;i<myDoc.paragraphStyles.length;i++){
try{
myDoc.paragraphStyles[i].appliedLanguage = app.languagesWithVendors.item(myDlg.DDgroup.DD.selection.index);
}catch(e){}
}for (k=0;k<myDoc.characterStyles.length;k++){
try{
myDoc.characterStyles[k].appliedLanguage = app.languagesWithVendors.item(myDlg.DDgroup.DD.selection.index);
}catch(e){}
}Gert Verrept
MemberTry playing with the X and Y coordinates to position the pages. I think you can even tell which page box to use. Fit to page is an option too.
Gert Verrept
MemberTry this link. It’s for CC2014 but I think it works in older versions too.
Gert Verrept
MemberAs long as the thread between chapters isn’t needed (don’t link the frames), the footnotes will start again at 1 in the same doc. Keep in mind that the reflow can be a problem afterwards. If the thread is needed, you can keep separate files, make a pdf of each of them and make one pdf with acrobat.
Gert Verrept
MemberWhen you place the pdf did you check (show options) if “media” or artwork” is selected? The first one gives all the file, the other shows only the artwork, without the bleed.
Gert Verrept
MemberSelect the dashed line, go to attributes panel (window – output – attrib), select “non-printing”.
-
AuthorPosts
