The official community for FrameMaker.
Als letztes aktiv
How to export the EDD file from the FM file?
I've been using Framemaker 2015 for over a month now, and almost everyday for various reasons it crashes. I have both automatic save every 2 minutes plus automatic backup on save (I lost two hours of work recently so I'm trying for maximum protection). I'm on Windows 7 on a 64 bit system--and all resides on my computer. There doesn't seem to be any common function I was doing at each time. Each time was different to the point where the last crash I think I was just clicking the mouse. Any ideas? I checked for updates, and it indicated that I have the latest.Pam Harper
Our EDD:our rw:our xsd: our xml:when we open the xml file in FM8, It can display,but the format is not right.
Hi,I was wondering if any of you have ever encountered this when creating a PDF from a FrameMaker book. One of my chapter title defaults to a subheading of another section in the previous chapter and I do not know why. I checked the markers in FrameMaker and I can not see anything that would render it that way. Does anyone know why this is happening and what can I do to fix it?
Document to document cross reference links do not work when saved to PDF?
Any clues, or resources, on how to generate conditional output in Framemaker 2015?I have read the users guide (which is typically Adobe minimalist in content) and watched the brief video on the subject and still can't work it out.Unfortunately there aren't any worked up examples so I can't even work it out from that.The problem I have is in configuring the Dynamic filter output when generating published content (Responsive HTML) to use multiple filters.Whatever I have tried produces weird results with some filters filtering out something the other filter is supposed to do and others doing nothing at all in combination.Anyone have any tips?
There seems to be no facility to reverse the order of the page numbers when creating long Arabic & Hebrew documents and where the pages are to be attached to the end of a series of normal Left to Right pages.I had hoped this would be an automatic feature - For Frames 8 - 12 in Arabic I have had to save the document in Mif and run a VERY complex program which extracts the folio frames and places the folio frames onto the body pages which lets me then reverse the page number order by hand.BobMessage was edited by: Bob Wallace to change RTL to LTR
hello, i have defined a variable as caution icon. <FontAwsomeBigRed>\t<Bold>CAUTION\tIt would be great if i could apply it automatically to the caution paragraph like the numbering. Is it possible to define a own building block? I couldn't find a solution. If there is any - please tell me. Thanks!
HI am creting topics in DITA 1.3 framemaker. AM changing fonts in master page and clicking on update all. When i reopen the file next time the previous which i have applied does not appear any more.
When connecting text frames in a FrameMaker 11 document converted to FM12, I encountered the following error message: "This connection is not possible. You may be trying to connect two text frames that would result in a circular text flow, or you may be trying to connect to a PostScript Code text flow."Can you suggest a workaround to identify and resolve this conflict? Thanks very much in advance.
Dear friends and expertsIn my project I use a (minor) modification of Ian Proudfoot's find/replace script.The find- and replace-strings are taken from global arrays (which are filled from an RTF file).Randomly the first call of the function FindAndReplaceString does not find/replace the item in question.A trace of the function calls gives these results (first few items only):~~~~ReplaceInDoc~~~~~~FindAndReplaceStringfind = >{Bartels, 1981 #14}< replace = >[1]<~~~~~~FindAndReplaceStringfind = >{Daube, 1989 #6}< replace = >[2]< success~~~~~~FindAndReplaceStringfind = >{Daube, 2005 #15}< replace = >[3]< successSince the whole script is far to long for a justification of the problem, I have set up a testprogram which defines the findreplce stings directly (the test file is here😞 /* use test file t-find-replace.fmThere must be a subtle differene to the real script environment:This test exhanges all occurrancesIn FM-bilbio.j
Hallo Leute,ich schaff es nicht, dass mein Buch mit Deutsch (neu) geprüft wird.Unter Rechtschreibhilfe -> Optionen ist Deutsch (neu) vorhanden und ich kann Hunspell und Proximity auswählen. Aber dass mit ss und alle anderen neuen deutschen Wörter werden trotzdem immer unterstrichen.Bitte um Hilfe!Danke
Since we've upgraded to Adobe Acrobat DC, I'm not able to create a pdf from Framemaker 11. Message says the document does not pass PDF/x-3:2002 compliance checks. The notepad shows a list stating annotations were found inside bleedbox, trimbox or artbox and lists out the pages. Am not sure what those annotations are.
FM 10 was working fine until yesterday, then it stopped adding items to the index. None of about 20 index tags are appearing in the index. Just to test, I was able to erase one item, and then reapply it. But none of the 20 or so new ones get added. Very odd.I uninstalled FM 10 and then reinstalled, but that has not helped.My book is finished except for the index, and a publisher is waiting for it. What can I do to resolve this problem?Earle561-242-4926embus@theroadtoemmaus.orgWHAT IS PREVENTING A NUMBER OF MY INDEX TAGS FROM APPEARING IN THE ACTUAL INDEX??? ANYBODY GOT AN IDEA? IS THIS A TOTALLY NEW PROBLEM??? MANY OF THEM COME THROUGH FINE. EARLE Monday, July 6
I bought a subscription to Adobe Technical Communication Suite 2015, and downloaded it. When I opened FrameMaker 13, I discovered that it does not appear to support structured authoring. Does the subscription version of Adobe Technical Communication Suite 2015 leave the structured authoring features out of FrameMaker 13?
For details see the Adobe FrameMaker (2015 Release)-For Technical Content product pages and the blog posting at: Productopedia 2015 Adobe Tech Comm Product Release « TechComm Central by Adobe
Hello fellows,I was trying to make the book.Compare() function work in the same way as the corresponding GUI option, but it seems that in the ES, this function works differently. Instead of comparing all book components and creating CMP files, it seems to only compare the structure of the book itself and it even doesn't create the bookCMP file. The Adobe scripting guide does not provide much information about the function and its result (how surprising...).So, just for a test, I created the following script:#target framemakervar book1, book2, flags, cmpbook2 = SimpleOpen ("OldBook", true);book1 = SimpleOpen ("NewBook", true);flags = Constants.FF_CMP_CHANGE_BARS | Constants.FF_CMP_COMPKIT | Constants.FF_CMP_SUMKIT;cmp = book1.Compare(book2, flags, "Inserted", "Deleted", null, 0);As the outcome, the script only opens the summary file listing the structure differences between the 2 books. It does not create the bookcomponent CMP files (as the GUI option does). I can check the CompareRet o
Dear friends and experts,I can run without problems any of my installed FMs (6 ... 13). The last installed was FM 13 aka 2015.In all FMs since version 10 I can run scripts - but have no clue which ESTK they are using.On drive C I find ExtendScript Toolkit CS4, ...CS5 and ...CS6. They have been installed with the various FMsWhen testing my script (developing in FM12) in FM 10 or 11 I get an error on line 11: undefined is not an objectWhich cure might be necessary to run the script also in older FMs? function CreateBibDoc () {// ----------------------------------------------- create new doc from template and fill it// returns created doc in function giLvlTrace += 1; ZTrace ("CreateBibDoc"); var j, uniqueCitations= [], nUnique, nItems, insText, newDoc, pgf, textloc, j; var writeFile = GetDocPath () + gsCollectFile; // create array of unique citations and place them in the doc uniqueCitations = SortUnique (gasFndCitations); nUnique= uniqueCitations.length;//
My company is currently using FrameMaker 11 with WebWorks ePublisher 2013.2 to generate context-sensitive Microsoft HTML Help (CHM). ePublisher makes it very easy to customize the global appearance of each page. For example, we have a product banner in the header, and company logo, copyright notice and contact info in the footer. We also have external resource files that contain context-sensitive help IDs (in combination with Topic Alias markers in the FM source files).We are evaluating the FrameMaker 12 trial to see if it can replace FM11+ePublisher.Although we are able to generate a CHM successfully in FM12, the customization options appear to be very limited, and it is not clear how to generate context-sensitive help. Is it possible to customize the Microsoft HTML Help template/layout/theme? FM12 provides many options for the Responsive HTML5 format, but not Microsoft HTML Help. I don't mind modifying template files outside of FM12, if necessary, but I need someone to point me in th
A year or few ago, someone was kind enough to sent me a .book to .mif script SaveAsMIF.jsx that saved me a lot of time every now and then. I'll repeat my thanks here, having been unable to locate them in my forum postings.I made the mistake of saving this only on a corporate server, instead of keeping a local copy myself, and now the predictable snafu has occurred.The question, then, is "does anyone know where I can find this script again?" I'm still on FM10, so I'm recklessly assuming the script should still run.Thanks in advance for any pointers!
Hello, one of our customers will send us FrameMaker 12 files for translation. We have FrameMaker 9. Is it still possible to buy FrameMaker12? Or is FrameMaker 2015 totally compatible with 12? Thank you in advance for your help.
We have a key but need to download. Adobe support says we need to check for downloads in the forums. This is after 3 days of frustration with them. Seems silly but here it goes "Hey, does anyone have a download for FrameMaker 12"?
Hello,I would like to find out if there is any way to view more paragraphs in a file when creating a cross-reference.In my current situation, for any major paragraph tag, I am having to scroll through dozens of items within the tiny window in FrameMaker's Cross-Reference panel, trying to locate the correct paragraph.Yes, it would be much more practical to break this enormous file into separate, smaller files. Unfortunately, the requirements of this project do not allow that.I am using FrameMaker 11.
We need to create the Table Of Content programmatically for our customer with FDK. There is a Menu in Special>Table of Content.. in FM to do it, however we need to do the same with FDK API. Any help or hint are appreciate! Thank you
I want the chapter title to appear in the header, so I am using the <$chaptertitlename> tag in a running header variable show the file name. However, the file's suffix .fm also appears. How can I remove the suffix?
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.