The official community for FrameMaker.
Als letztes aktiv
Seit dem Update auf die ajtuelle Frame-Maker-Version haben in unserem Projekt Inhaltsverzeichniss un Indizees jegliches Format verloren.Der Versuch, Vorgabeseiten erneut zuzuweisen scheitert an der Fehlermeldung: "Die Tabelle mit den Vorgabeseiten ist leer".Beim Versuch, zumindest erts mal das Inhaltsverzeichniss neu einzurichen, scheitere ich bereits daraen, einen "Seperator" zwischen Absatztitel und Seitenzahl unterzubringen. Zumindest kann ich auf der Refernzseite keinen entsprechenden Eintrag findenZur besseren Erläuterung eine datein 20_0_0_2, da funktionierte noch alles uns dann die Datei nach dem Unpdate (20_1_0_1)
Hi There,I had a Framemaker document which was functioning well.Then I upgraded the FM to 16.0.3 and tried publishing PDFs but unfortunately it is crashing.
Hi,I am using DITA 1.3 Concept to create a topic. There is a equation in it.I initially insert the equation in element <equation-block> using the FrameMaker equation pod. FrameMaker create an element <EQUATION> which is a invalid element. So I add an element definition <equation> in the EDD and allow it to be a child element of <equation-block>.The <equation> definition is:Element (Equation): equation Attribute list Name: id Unique ID Optional Name: class String Optional I also add a read/write rule for <equation>, like this:element "image" { is fm equation element "equation"; } When I save the concept topic with a equation, there always is a error message shown on the console:XML Write Messages… Cannot export graphic or equation contents. Check the element mapping and description. I have modified the read/write rules for several times, but this error message is always there.If I colse the topic and reoped it again,
When I publish a PDF book from a ditamap, the List of Figures and the List of Tables appear at the end of the book. I changed this entry in the ditafm-output.ini file: OutputFilesOrder=BookTitle|FrontMatter|TOC|Files|BackMatter|AppendixMatter|ListofFigures|ListofTables|Index to OutputFilesOrder=BookTitle|FrontMatter|TOC|ListofFigures|ListofTables|Files|BackMatter|AppendixMatter|Index but this did not work. Does anyone have any suggestions?
Hi everyone,I've recently completed a ~400pp book in InDesign; it had lots of varying content and I ran into some issues that (once again) caused some angst with design and development. I've tried searching around but haven't found the answers here (and the Framemaker online help brings up WAY too many answers...)So, here are a few things I'm hoping to find out about Framemaker: 1) How does it handle Styles in Book documents? ID only gives the option to synchronize to a single document, or import from an external document, but it must be done manually, and it's a one-way street. Ideally, there would be the equivalent of an external global CSS style sheet that a) allowed the user to modify it from within any document, and b) allowed the option to synchronize automatically, so changes in one Book file would immediately be applied to all files int the same Book document. Anything like global style sheet functionality in FM? How do you handle this? This was really one of my
I have a valid license for FrameMaker 2019. I want to apply Update 8. Whether I install inside FM via Help -> ...Updates or locally with the downloaded update file, the update proces fails with this error: Update requiredYour browser or operating system is no longer supported. You may need to install the latest updates to your operating system. Learn more The Learn More page takes me herehttps://helpx.adobe.com/x-productkb/global/update-operating-system-and-browser.html I tried every step in the document and I am still unable to apply the update. The past two hours, I installed IE 11, even though I updated to Edge and set IE requests to use Edge long ago. Applied every patch Microsoft had for my laptop (Windows 10 21H1), reset compatibility mode in IE and forced via policy then reran gepedit.msc /force, also set IE as the default browser for everything I do, added registry keys for FrameMaker as well as the standard Adobe products cited in the document link above. Reb
I'm running FrameMaker 2020 version 16.0.3.979. I have a *.png file that I created from Visio, and saved at 96 dpi. When I import it into Frame, and set the resolution to 96 dpi, the graphic is imported with the incorrect resolution and is around 1 in. square in size. According to the object properties, the graphic is 835 dpi. Only the frame is 96 dpi. What can I do to get the correct resolution and graphic size? Also, this is a recent problem. I don't recall having the problem before. Maybe I need a different way to reference graphics in the Frame file? Thanks!Cindy
When importing images into our documents, the placement of the image depends on the context:Inline images - appearing on the same line as the text with the Anchoring Position set to At Insertion Point and the Distance from Baseline set to -3.7pt.Product images - appearing below the line of text with the Anchoring Position set to Below Current Line and the Alignment set to Center.These images can be varying sizes and resolutions. Currently, we have to manually apply the settings to the Anchored Frame after inserting the image.To insert any image, users insert an Image Element defined as:We prefer this method as it prompts for the image file and automatically places the image inside an Anchored Frame.We tried setting up an Element as follows:However, we found with this method, the user has insert the image into the Anchored Frame afterwards. We prefer to automate as much as possible for our content writers.We also find that if the image size is changed, and the option to fit the Anchored
Hi Everyone: I had a question in an intro class today that I couldn't answer. 😬 What is the difference between Chapter Title Name and Filename (Short)? Both work on body pages and master pages. Both produce the filename with extension at the insertion point. For example, if the file is saved as "formats.fm", both add formats.fm at the insertion point. What does Chapter Title Name do that Filename (Short) does not and bonus points if you remember when it showed up! TIA,~Barb
Hi community,I am trying to set numbering format of footnotes in document. Manually I can do it with Format -> Document -> Numbering... Here is the script I have which is not working.var oBook = app.ActiveBook if (oBook.ObjectValid()) { var oBookComp = oBook.FirstComponentInBook; while (oBookComp.ObjectValid()) { oBookComp.TblFnNumStyle = Constants.FV_FN_NUM_ALPHA_LC; oBookComp.FnNumStyle = Constants.FV_FN_NUM_ALPHA_LC; oBookComp = oBookComp.NextBookComponentInDFSOrder; } } Thanks
Hello guys, Happy new year 🙂 We are testing FrameMaker along with Sharepoint Online. For some reason we cannot edit files from FrameMaker. What could be the reason ? Thank you very much
When I select the "Save PDF via Book with components route" option in the Publish Settings window for a ditamap and include List of Figures and List of Tables in the book, both lists appear at the end of the PDF book. How do I get these lists to appear after the table of contents and before the first chapter? In other words, where is the book template that the Publish command uses?
Hi everyone,being a newbie in terms of scripting, I can't figure out how to change some scripts I found in this group in order to get help with a repetitive task – maybe someone can help.I often need to implement small changes in translated manuals in several languages and then save the books as single PDF (one for each language), but need also to bypass occasional error messages if single files are saved in a former Frame version.I created a book containing the single books (book in a book) for all languages and tried to use this script, but I didn't find the way to open files 'no questions' and the end result is a single PDF with all subordinate books together.Thanks in advance for any help. ––––––––––––––––––––––––––––––––––––––––––––#target framemaker;#strict on "use strict"; var doc;doc = app.ActiveDoc; openBookFiles(book); saveDoc (doc);doc.Close (true); function openBookFiles(book) { var doc, component, c
I posted two questions in the community, and receives several replies asking for more detailed information.But when I click the button Reply, the button vanishes and nothing happen afterwards. There is nowhere for me to input words to reply.I also read the same issues posted by others, but haven't find any solutions.https://community.adobe.com/t5/using-the-community-discussions/can-t-reply-to-a-post-anymore/m-p/10950059 I have used three browsers (Google Chrome, Microsoft Edge, and Sogou Browser). None of them works. Anyone knows how to solve this?
I am trying to convert the Sections of my Chapters in Framemaker 2017 into individual HTML files so that I can use those files in Robohelp. I was tasked with generating a new Help file using Robohelp and am super unfamiliar with the program, and I'm hoping instead of manually editting the changes into the preexisting Robohelp file, I can save the Sections of my Chapters into HTML and replace them in the current Robohelp file, which has all the correct formating.
I cannot figure out how to prevent the text from getting cut-off by the Text Frame. I'd also like to have the text centered vertically, but apprently (from reading other threads, here) that is not possible.
I need a script wiwh can import multi pages PDF. Please help !chris
I'm using FM2015 alone. I don't have RoboHelp. I also tried this under FM12 with similar results. I'm trying to use the Publish to Responsive HTML5 feature, but my TOC is not looking correct. I started with a new simple book with 1 document and 1 generated TOC. The main problem I have is that the resulting table of contents that appears in the left pane of the resulting html lists all my topics at 1 level, instead of an "outline" of the topics. For example, if have TOC levels for H1, H2, and H3. I expect to see something like:* H1 heading * H2 heading * H3 heading * H2 headingInstead I get everything at the same level.In the "Style Mapping" settings I marked the heading paragraph styles as "split into topics based on this style". I also have a standard TOC generated with all the headings in there. Can I control the TOC that appears in the responsive HTML output? I'm using the "Azure_Bl
I customized the master pages in ChapterOutputTpl.fm (changed page size and text frame) and generated a PDF from my DITA book with the Publish command (after importing the customized ChapterOutputTpl.fm). The headers, footers, and main content of the PDF have the correct page layout; however, all of the tables extend into the (right) page margin. I have tried to resize the tables in the *.dita files, but they keep reverting to their default width when I reopen the file. I tried the solution in https://community.adobe.com/t5/framemaker-discussions/framemaker-dita-tables/m-p/10956885#M65232 but this did not work for me in FrameMaker 2020. Can anyone help me with this?
Hi, I have a client using Flare for HTML Help. They currently import unstructured FrameMaker content into Flare. They are moving to DITA for some of their content, but want to continue to use Flare for HTML Help. Has anyone set up a Flare project that maps FrameMaker DITA templates to a Flare project? Thank you.
Hello and a happy new Year,I am quite new to Adobe Framemaker. I noticed, that some letters are shifted after creating the PDF. (see attachment). Even swichting the font from Myriad Pro to Calibri does not help, it makes it even worse. Has anybody an idea? I searched the internet but could not find any helpful tips. The console prints: German:"Schrift MS 明朝 ist nicht verfügbar.MS Mincho wird in dieser Sitzung verwendet."Englisch:"Font MS 明朝 not found.MS Mincho will be used in this session".Is this the reason? But why does is happen with Calibri, too? How can I fix this?Thank you very much for your help.Kind regards,Sebastian
I was creating a TOC from scratch today and realized how nice it would be to have buttons to flip back and forth between types of pages, rather than using the menus, or even the shortcuts. I'd be happy to have them added to the Quick Access toolbar, but would be even happier to get a new Template Design toolbar that also includes buttons for the Table, Object, Para, and Character Designers. I usually use Alt V B B to return to body pages, with similar shortcuts to master and reference. But even these shortcuts are cumbersome when flipping back and forth every few minutes. I posted a tracker item at https://tracker.adobe.com/#/view/FRMAKER-11137 if you'd like to upvote it for a patch or new release feature. -Matt
I started this project in 2018 - then only with the entries I just needed. The document had about 60 pages. Now I took the effort with the help of some tools to complete the document. Now we have about 16000 table rows with English, German and French text in a 360 page PDF. Use cases are Have a terminology (matching that of FM) for custom tool bars, custom dialogues and custom scripts. Find the correct label of a button for support of a client with other language. Find the ESC sequence for a known command in another language. Is there really no tool tip for a particular toolbar button? Yes, things like this happen. The PDF contains all extracted localised strings from the following dlls: fmdlg.dll, fmres.dll, owlres.dll and the menus and toolbars of the structured interface, WYSIWYG workspace. I assumed that this workspace contains most information. See daube.ch/docu/fmaker90.html
My IT manager is trying to pay for my subscription to FrameMaker. He was told by the support engineer that FrameMaker is going to be discontinued and to use Spark. Utter nonsense?
I created a concept topic using FrameMaker DITA1.3. There is a simpletable element in this topic. I customized the column widths of this two-column simpletable to 10.1 cm and 4 cm. Then I saved this topic file to xml and get the simpletale element looks like this: <simpletable relcolwidth="72* 28*" scale="100" frame="all"> <strow> <stentry>Description</stentry> <stentry>Remark</stentry> </strow> </simpletable> But when I re-open this topic file with FrameMaker, the simpletable's columns became two equal-width columns. If I save the file in this situation, the attribute "relcolwidth" became "50* 50*":<simpletable relcolwidth="50* 50*" scale="100" frame="all"> <strow> <stentry>Description</stentry> <stentry>Remark</stentry> </strow> </simpletable>The read-write rules for the concept topic of DITA 1.3 is:-----writer use proportional widths;.../* Simple tables */element "simpletab
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.