The official community for FrameMaker.
Als letztes aktiv
I have an Adobe FrameMaker document with a logo in the upper-left side of each header. When I generate a PDF from FrameMaker, I would like the PDF to generate so if a user clicks on the logo from any page, he is brought to the Master TOC.Is there a way to do this from within FrameMaker so it generates this way, or will I have to add the links directly in Acrobat?Thank you.
… the sort of thing you notice when you have to regenerate a book six times in the same day because of last-minute input: the File info I have tidily included in my .book is not being carried over to the File properties in the output .pdfAny ideas on getting these two instances of the same content into lockstep?
Hi All,I have inherited a document which has a lot of images.Images are embedded as well as referenced to the external files.My question is, is there a way to get a list of figures which are linked to the external fliesOr the only way to do is one image at a time by using Object Properties dialog box???The reason, I may have a folder with 100 images but only 50 might be used in the document.I would like to get rid of the images that are not used, so I can clean things up.If you have better alternative, I would appreciate it.Thanks.
I used to know how to do this, but I can't remember. I can't believe that this isn't just on the knowledge base, but I got no responses to my query.
Any guesses why Chapter Numbered Headings that increment OK in FM11 don’t after conversion to FM12?I’m running both FrameMaker 12 unstructured and FrameMaker 11 (for use with legacy project files only) on a Win7 PC. The chapters in my FM11-formatted book file for a new product user’s guide increment normally in FM11, but something’s amiss after the FM 11 formatted project files are saved in FM 12. The Book file includes: - Product Guide Cover.fm - Product GuideTOC.fm - Product GuideLOF.fm (List of Figures) - Product GuideLOT.fm (List of Tables) - Product GuideContent.fm (Chapters 1-10) – Book File Numbering Properties: Chapter 1 (Numeric) - Product GuideIX.fm (Index) (Chapter 11) – Book File Numbering Properties: Chapter 2 (Numeric) Note: Chapter Headings (e.g., 1 - Introduction, 2 - Specifications, and so on) in both the Product GuideContent.fm and Product GuideIX.fm files are formatted in Paragraph Designer as: (Autonumber Format enabled) H:<n+>\t However, when I update the bo
Hi all, do you know if a complete reference guide to FrameMaker 12 does exist ? I have look for it in the web but I didn't find any. Thanks for your help.Best Regards
What does this mean and how to correct it?
I've inherited a set of 86 8.0p277 MIF files (303 pages total) that come with a lot of TIFF files. I imported them as fm files in FM10 with no problems. When I look at them, they don't display any images. Instead, I get dozens of red dashed boxes, which are in the master pages, but can't be selected. I think these are background images.The original editing language was German, and I didn't get the book file.- I've made all conditional text unconditional, didn't help.- Saved as html, no rectangles, but no graphics.- Saved as rtf, same.- Saved as FM10 MIF, rectangles, .tif references are present.- Looked at FM8 MIF files, .tif references present.But there's no request for the files' location when I open the original FM8 MIF. The references are present in the new FM10 MIF, but no prompts or display there either.A TIFF reference from the FM10 MIF looks like: <ImportObject <Unique 1037782> <Pen 15> <Fill 7> <
I have been working with FM12 for a year.This morning I had a crash with FM 12. I decided to de-install the application and do a newinstallation because FM deny to start.I did: deinstall - reboot - install - rebootAt the end FM seems to start, exept the dashboard. FM crashes.With a standard message.It seems to be a problem with the backup file of the crashed session this morning.Do someone know where to find this files?Can someone help?
I had reported a strange problem with TextRange in my post "Working off paragraphs in two successive While loops" - which could be bypassed with Russ Wards help.In a recent discussion in the German Frame users group the root of this problem may have been addressed by Johannes Graubner - albeit related to FameScript (translated by me):«The command Find FromTextLoc does not work in FrameScript 6 / FrameMaker 2015 - at least not as documented and working in FrameScript 5.2 and FrameMaker 11. Find FromTextLoc(lvRange) String(xFM1) NoWrap ReturnRange(lvRangeNew)ReturnStatus(bStat); The search does not start at the locaction defined by lvRange, but at the current cursor location.A workaround is Find TextRange(lvRange) ScrollTo;Find FromTextLoc(lvRange) String(xFM1) NoWrap ReturnRange(lvRangeNew)ReturnStatus(bStat); Since many script commands are 1:1 transformations of the respctive API commens I assume that this is a FrameMaker problem and hence also exists in ExtendScript. I have reported t
Hi All.I have never used FrameMaker until today so this is my first post here. 🙂I have combined a file-reading script and Ian Proudfoot's Search and Replace script into a script that reads comma separated values from a file, and then searches the FrameMaker file for the first string in the array and if found replaces that string with the second string in the array. Making it possible to e.g. loop through a list of old product numbers and replacing them with new ones.It does actually work, but the thing is that the people who are going to use this script are still using FrameMaker 9.So I need to convert this script to a FDK script. And i need to inform them how to run this script in FrameMaker 9.So does anyone know if there are any easy ways of converting this ExtendScript to a FDK script to be used in FM9. And could anyone please help me understand how such a script would be run in FrameMaker 9?Here's "my" script://initializing variablesvar activeDoc = app.ActiveDoc;var flow =
Thank you.
Hi guys,FM 12 on Windows 10.Currently, Ctrl+I is tied to italic. Can I reroute Ctrl+I to apply a character tag?In general, how can I customize the key sequences in FM to my own needs?Thanks!
Hello I am using Framemaker 12 unstructured and I keep getting the message Looking for C;\program Files\Adobe\Framemaker6.0\filters\cmmap000.binThis is on old path for the prior version I used.When I browse to the new location and give : Update document to use the new path framemaker continues.But after saving and re-opening the same message re-appears.Somehow the new path is not saved.Greetings Johan
I'm highlight some content inside a table, when I print just one page the text displays. However, when I pdf the entire doc, the text doesn't display. Anyone have this issue and know how to fix it?
Hi everybody.I'm newby...I would like to make a book in xml. I use dtd, r/w rules, etc.... it's seems good, but only the TOC make me problems... How can i do, please?The structure is EDDElement (Container): ContentsValid as the highest-level element.General rule: <TEXT> Attribute list Name: Id Unique ID Optional Name: Lang String Optional Name: Remap String Optional Name: Role String Optional Name: XRefLabel String Optional DTD<!ELEMENT Contents (#PCDATA) ><!ATTLIST Contents Id ID #IMPLIED Lang CDATA #IMPLIED  
Hi everybody.I'm newby...I would like to make a book in xml. I use dtd, r/w rules, etc.... it's seems good, but only the TOC make me problems... How can i do, please?The structure isEDDElement (Container): ContentsValid as the highest-level element.General rule: <TEXT>Attribute list Name: Id Unique ID Optional Name: Lang String Optional Name: Remap String Optional Name: Role String Optional Name: XRefLabel String OptionalDTD<!ELEMENT Contents (#PCDATA) ><!ATTLIST Contents Id ID #IMPLIED Lang CDATA #IMPLIED
Ich möchte gerne ein FrameMaker Buch verpacken.In den Hilfen steht Datei - Verpacken, doch dieses Verpacken gibt es bei uns nicht
does framemaker support windows 10
I tried to clone my program disk with Acronis True Image. Through my fault, or through a program mis-step, the program wiped out my Framemaker 11. How do I download a new copy?
Hello, Can anyone tell me if the 2015 edition of FrameMaker supports Object Rexx? The only references I can find in relation to Object Rexx all talk about FM9. Is it still supported? Thank you for any help you can offer.Cheryl.
Hi All,Would you please let me know how I can paste special unformatted text in FM like MS Word.
Hi all,We are working on a math-intensive product that requires a wide range of math symbols. For this, we are using Lucida Sans Unicode, which is fine. We select that font and input the codepoint using the Char Palette.There are some symbols, however, that Lucida Sans Unicode cannot render. The other obvious font (as far as I can tell) is Cambria Math, made by Microsoft and shipping with all Windows OSs. When we try that font, however, its behavior is strange in Frame: when you try to select a character formatted with this font, the cursor appears to grab several lines both above and below it, although it really is just selecting what you wish. This affects the usability in Frame but we can live with that.The problem is that it then renders in some browsers with a very large amount of leading above and below. Firefox and IE render it properly; Chrome and Safari create extra leading. Has anyone else used this font and seen similar issues?
Hi All,I want to fix spacing after the before commas automatically in the Arabic files in FM without do it manually by copying text and past in the correct position, also the same thing for the register mark position:
Hello,I'm trying to generate a new TOC, but I can't create a link to the Index. The title of the Index chapter has the paragraph tag "IndexIX." However, that paragraph tag is not in the list of paragraphs to choose from in the dialog box that opens when I select "Create Standalone TOC" from the "Add" menu. I would like to know how to add it to that list. The Index chapter is already generated.Version: FM 2015Platform: Windows 8Thank you,Joyce Wermont
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.