Forum Replies Created
-
AuthorPosts
-
Kai Rübsamen
MemberNormally 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 :)
Kai Rübsamen
MemberThe 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
July 27, 2018 at 1:42 am in reply to: Clear Overrides Throughout Document on Particular Object StyleObject #105106Kai Rübsamen
MemberGood 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.
July 26, 2018 at 1:25 pm in reply to: Clear Overrides Throughout Document on Particular Object StyleObject #105100Kai Rübsamen
MemberRombout, I do not understand the problem. Maybe a example before/after would help.
Kai Rübsamen
MemberHeidi, there is no table style “Spreadsheet-Import” applied in your document. SIP DIMS TABLE doesn’t produce any error ??
Kai Rübsamen
MemberYou 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
Kai Rübsamen
MemberI 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
Kai Rübsamen
MemberHi 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
Kai Rübsamen
MemberHi 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
Kai Rübsamen
MemberHeidi, 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.
Kai Rübsamen
MemberHi 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
Kai Rübsamen
MemberYou can press and hold the A-key while dragging. If you let go the mouse, the previous tool is active.
Kai
Kai Rübsamen
MemberLuiz, 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
Kai Rübsamen
MemberLuiz, 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
Kai Rübsamen
MemberMatt, “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
-
AuthorPosts
