Back

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

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 372 total)
  • Author
    Posts
  • in reply to: Absolute Page Numbers in slug area #105166

    Normally master pages are or should base on each other. If this is not the case, the easiest way would be writing a little script for this. But it doesn’t matter, if you spent the time for writing the script or do it by hand, of course it depends on the length of your document :)

    in reply to: Absolute Page Numbers in slug area #105161

    The easiest way is e.g. create a textframe on your masterpage, create a new textframe whereever, press 100 times return, apply a numbered list, click on the outport of that frame, delete that frame, click on p1 on your textframe from the master. Shouldn’t take longer than 30 seconds.

    Kai

    Good to read, that you find a solution. If you work with table styles, cell styles within a table style, para styles within cell styles and have no overrides on cell styles and table styles, this shouldn’t be a problem.

    Rombout, I do not understand the problem. Maybe a example before/after would help.

    in reply to: Debug Script: Set Column Size; Add Table Border #105029

    Heidi, there is no table style “Spreadsheet-Import” applied in your document. SIP DIMS TABLE doesn’t produce any error ??

    in reply to: turn hyphenation on by script #104930

    You can try this, but note, it will cause overrides and if you have storys with linked frames over multiple layers, it will turn the hyphenation off on other layers too.

    var s = app.activeDocument.layers.itemByName("layer name").textFrames.everyItem().parentStory;
    
    for (var i = 0; i < s.length; i++) {
      s[i].hyphenation = false;
    }
    

    So I would vote for a new style with correct language and maybe hyphenation turned on?!

    Kai

    in reply to: Excel import: preserve number formats #104563

    I don’t think so, but he could maybe apply a condition to everything after 39.42 to hide the rest. This could be a problem, if your value is e.g. 39.425?! Do you have a excel-file for a test?

    Kai

    in reply to: complicated text import #104515

    Hi Christopher, this is possible with scripting and there is a need of some testing. If you are interested, you can contact me directly at forum@ruebiarts.de

    Kai

    in reply to: Use Print doc for interactive? #104394

    Hi Jackie, in these days a lot of print pdfs are also available as a web-pdf. It would be a nightmare, if we must start from scratch and go with a web-doc. So go with your print file, put your button on the page and export for interactive (not print).

    Kai

    in reply to: Debug Script: Set Column Size; Add Table Border #104314

    Heidi, it is helpful, if you provide a example, where we can see the error too. Otherwise it is difficult to give you a tip here.

    in reply to: Auto fit inline images to text frame in InDesign #104082

    Hi Aman,

    it seems from your footnotes-thread, that you have scripting-knowledge?! So you could loop through all images, check if the images are inline (the parent is a character) and if so, check, if geometricBounds are available (a image in an overset has no bounds). Then change the property from inline to anchored, set your width and change the position back.

    Good luck.

    Kai

    in reply to: InDesign Temporary Direct Selection Tool #104081

    You can press and hold the A-key while dragging. If you let go the mouse, the previous tool is active.

    Kai

    in reply to: Same text in different frames #103953

    Luiz, first of all, you could work with some “hidden” helper frames, but I thought not of a Running Header, but instead of custom text variable.

    Text variables are live since CS4 or so, but Place and Link is a great feature for that since CS6 and the update is easier, if you change things.

    Good to hear, that is useful for you.

    Kai

    in reply to: Same text in different frames #103937

    Luiz, I would normally do this with a text variable too. Why or what doesn’t work in you case?

    Another option would be link and place.

    Kai

    in reply to: PDF bookmarks from TOC with numbered heads #103787

    Matt, “Include Full Paragraph” is turned on? I made a simple test: with 1, 1.1, 1.2 … Those numbers are part of the toc, Indesigns bookmarks AND PDF bookmarks.

    Kai

Viewing 15 posts - 16 through 30 (of 372 total)