Back

If your email is not recognized and you believe it should be, please contact us.

Forum Replies Created

Viewing 14 posts - 91 through 105 (of 251 total)
  • Author
    Posts
  • in reply to: Help with imagecatalog.jsx #72504
    Gert Verrept
    Member

    Is 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.

    in reply to: Selecting all text in document #72413
    Gert Verrept
    Member
    in reply to: Selecting all text in document #72401
    Gert Verrept
    Member

    If 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?

    in reply to: little grep help #72244
    Gert Verrept
    Member

    Justin, Thnks. I did ask it sometime before, but could remember the solution (the age I suppose)

    in reply to: Importing Print Presets brings only name no settings #71555
    Gert Verrept
    Member

    I 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.

    Gert Verrept
    Member

    if 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.

    in reply to: Placed InD file exports low res #71147
    Gert Verrept
    Member

    Weird,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.

    in reply to: Problem with pdf export #70790
    Gert Verrept
    Member

    How 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.

    Gert Verrept
    Member

    I 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){}
    }

    in reply to: placing multipage pdf files into InDesign cc2014 #70649
    Gert Verrept
    Member

    Try 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.

    in reply to: Dreaded Endnotes (CS6) #70648
    Gert Verrept
    Member

    Try this link. It’s for CC2014 but I think it works in older versions too.

    https://forums.adobe.com/thread/1565562?start=0&tstart=0

    in reply to: Dreaded Endnotes (CS6) #70642
    Gert Verrept
    Member

    As 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.

    in reply to: Bleeds in Placed PDF not displaying in ID #70249
    Gert Verrept
    Member

    When 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.

    in reply to: Suppress Rule printout in inDesign #69941
    Gert Verrept
    Member

    Select the dashed line, go to attributes panel (window – output – attrib), select “non-printing”.

Viewing 14 posts - 91 through 105 (of 251 total)