The official community for FrameMaker.
Als letztes aktiv
I have Frame Maker 2019 and I received a FM12 book with several FM files to be translated. Which MIF version is the most suitable to be used for translation (MIF 7.0 or MIF 2019)? Moreover, is there a simple way to save all FM files as MIF all at once without installing any external plug-ins?
Hi Guys,I have a document which worked correctly before. I have just updated it and when I tried to update the numbering ( using Format), the numbers from chapter 2 onwards revers to roman numerals numbering instead of following on from normal numbers. The fist chapter is the control and has numbers from 1-24. I have checked the format many times but nothing works: remaining chapters revert to roman numerals.regardsJoe
I am creating a German Language template in FM. I chose German- Germany (2006 Reform) for my language and received the following error in the console:"The hyphenation provider Duden for the language German - Germany (2006 Reform) does not match the session settings.New dictionary settings will apply, which may affect the text layout."I am not sure how to proceed since this is the recommend flavor of German to use from our translators. Any ideas?
Hi thereI have a book with very large text files with a lot of lines and words marked with character tags. Deleting the tag from the catalog don't help and the only way I know to do this task is using "default font" but this tag delete all styles and I want simply stripe the tag, and of course it's very slow.Saving the file as mif and opening with notepad++ and deleting tags is a way but I have a lot of files and also it's very slow.Is there a way in Framemaker 2019 to automate this task?Thanks a lot for your time.
I've managed to install FM 2017 on Windows 10, although I did have to uninstall and delete everything Adobe from my machine to get it to work.It started well. I opened a book file, it asked me if I wanted to convert to the new format, and I clicked OK. Then I wanted to work through all the files to convert them all, but at the fourth file it all went wrong. I clicked OK to convert, and FM shut down. Now it does the same thing with every file I try to open. There's no error message. The file opens but is blank, the little blue circle turns for a second or two, and then it all disappears. This happens even for the smallest files (one page of text) that don't have graphics or anything complicated.If anyone has any suggestions, I would be very grateful!Thank you
I'm trying to produce a book. I've produced several others with no problems, but one is not cooperating for the TOC, LOF, and LOT. They don't show up as the brighter orange files in the book view, and they don't generate. All items get labeled 1. Also, in the Update Book window, the Generate field is blank. The structure seems okay and the book validates.
I am trying to set the Page Numbering property of a book component using this script:var book = app.ActiveBook;var bookComp = book.FirstComponentInBook;bookComp = bookComp.NextBookComponentInDFSOrder;var compProps, i; compProps= bookComp.GetProps();i = GetPropIndex(compProps, Constants.FP_PageNumStyle); compProps.propVal.ival = Constants.FV_PAGE_NUM_ROMAN_LC;bookComp.SetProps(compProps);When stepping through the script in debug it gets to the last line and then hangs forever and Framemaker becomes unresponsive.I am able to change the PageNumStyle using this line:bookComp.PageNumStyle = Constants.FV_PAGE_NUM_ROMAN_LC;But that does not apply the setting to the component.How do I apply the setting once I have changed it?
This is my Framemaker book to PDF saving function:function saveToPDF(fileObject, savePath) { var saveParams, i; saveParams= GetSaveDefaultParams(); i = GetPropIndex(saveParams, Constants.FS_FileType); saveParams.propVal.ival = Constants.FV_SaveFmtPdf; var saveAsName = savePath; var returnParamsp = new PropVals(); fileObject.Save(saveAsName, saveParams, returnParamsp); }When I execute this function Framemaker opens the Adobe PDF Distiller which then creates the PDF.However if I am doing this process manually I open the book go to the File menu and select "Save as PDF". Using this method Framemaker does not launch the Distiller, it creates the pdf without using any external application. This generates PDFs much faster.Is the
Will autodesk vault be supported as CMS ?
I am working on a script to save multiple framemaker book files as PDFs. The books successfully save to PDF, but the element boundaries are displayed as tags in the pdf.I have tired both:app.ActiveDoc.ElementBoundaryDisplay = 0andapp.ActiveBook.ElementBoundaryDisplay = 0while the book is open in Framemaker. Neither work.This is my PDF saving function:function saveToPDF(fileObject, savePath) { var saveParams, i; saveParams= GetSaveDefaultParams(); i = GetPropIndex(saveParams, Constants.FS_FileType); saveParams.propVal.ival = Constants.FV_SaveFmtPdf; var saveAsName = savePath; var returnParamsp = new PropVals(); fileObject.Save(saveAsName, saveParams, returnParamsp); } Any ideas on how to make sure element boundary display is turned off in an active book?
Hello,I'm trying to create a PDF with registration marks out of FrameMaker (FM 2019). Using the publish tool, I get a PDF with registration marks on all the pages except the back cover.The back cover is no different than the other pages in my book in term of size and settings, so I don't understand what is going on.Has anyone encountered a similar issue?Also, is there another way beside 'file - publish' to add registration marks to a PDF in FM 2019? I used to be able to use the print setup/PDF setup functions (in FM2010) but it doesn't seem to work that way anymore.Thanks,
Hello! I searched this forum for a while, so sorry if this has been asked before. If I'm using FrameMaker 2017, do I need Robohelp to generate Context Sensitive Help (CSH)? Thanks,
Hi,I'm working on FrameMaker8. It was working fine on Friday. Now it's Monday morning and I have two problems:1. In some books I can open the .book file but not any other files. They give a serious internal error and there is no way to continue.2. In other books FM opens the files with no problem, it stays open for a couple of seconds, then the whole thing just disappears. It's not on the task bar at the bottom of the screen, and it's not in Task Manager. It just closes, with no message or anything.I've uninstalled FrameMaker8 and reinstalled it. I've rebooted my machine several times, but the problem persists. I can't work at all!If anyone has any suggestions for a solution, I would be very grateful.Thank you very much,Mairi Jane
I need to know if there's a way to get the Artboard number from an "Imported by Reference" Adobe Illustrator file?By looking at the Object Properties while the imported by Reference AI graphic is selected, I can see the file location and also the Artboard number, as shown below:When getting the file location using InsetFile, the artboard number does not show as part of the file location.Thanks.
Hi, our company is upgrading us to FrameMaker 2019 and we already have FrameMaker 2015 installed.Will we be able to run both versions simultaneously? (We could this with FrameMaker 11 and FrameMaker 2015, so I hope that is still the case.)Thanks!
Trevor-Nicholls started a discussion last month on creating an XML document from the welcome screen (Re: Creating a new document from the Welcome screen, doesn't ). That discussion has grown to include several related topics, so I am splitting my responses in new discussions specific to individual subtopics. This is the fifth (and I think the last) such new discussion.Trevor, you used maker.ini to change FM's structure directory in order to avoid permission issues when changing files within $STRUCTDIR. There's nothing wrong with doing so, but there are other ways to organize your files. In particular, you can place the files needed for your own applications in any convenient directories. They don't have to be placed in new subdirectories of $STRUCTDIR. In fact, your application definition files don't even have to be named structapps.fm. I typically have a directory for each of my active projects; a directory named project1 contains a file named project1.app, directory project2 contains
Trevor-Nicholls started a discussion last month on creating an XML document from the welcome screen (Re: Creating a new document from the Welcome screen, doesn't ). That discussion has grown to include several related topics, so I am splitting my responses in new discussions specific to individual subtopics. This is the third such new discussion.Trevor asked "Should the pre-processor even be executed when creating New documents?"The result of the New XML command is a WYSIWYG document almost like the document that results from using File > New and selecting the template. The difference is that the result of New XML stores the fact that it should be saved as an XML document while New does not. An XML document cannot be empty. I believe that FM in effect creates an XML document containing a minimal number of elements and then opens that document with the chosen application. If that application has a pre-process, then FM runs the pre-process just like it would when opening any oth
We are using FrameMaker 2019 to convert our pdf files into usable Flare 2019 files and we keep getting these messages: What can we do to get these two programs to communicate with each other.
Hi guys, We are two technical writers writing and managing software technical documentation. Currently we are looking for a new content management tool which proves to be more structured, streamlined, bug-free and Microsoft Word-free than our current solution (AuthorIT).Our needs are quite simple: 1) We need to create and publish online (HTML) Help and PDF files regularly. When writing, we should be able to share one another's files (topics, books). 2) We need to prepare both the English and German outputs so we need a localization-friendly tool/solution. 3) We need to transfer our big legacy content (about 6000 norm pages when published into DOC or PDF files) from our current tool into a new tool with as little effort as possible. Is FrameMaker ticking all these check boxes? Is it able to satisfy these simple workflow requirements? I can see that Adobe offers "FrameMaker+DITA" or "XML Documentation for Adobe Experience Manager" as a potential soluti
Dear all,To be 'really correct' in my Calendar axis function I want to write the month-names in the language of the anchoring paragraph (as long as it is de, en or fr).oFrame is the object (anchored frame) where I am in with my functionoFrame.FrameParent does not point to a paragraph, but to the text frame containing the anchoring paragraph.How to find out that paragraph?Do I need to run through all paragraphs of the text frame and check whether GetText provides andy anchors... and then look what is anchored (fortunaely I know the ID of my frame... ?
Trevor-Nicholls started a discussion last month on creating an XML document from the welcome screen (Re: Creating a new document from the Welcome screen, doesn't ). That discussion has grown to include several related topics, so I am splitting my responses in new discussions specific to individual subtopics. In particular, one of his comments was "When the pre-processor stylesheet doesn't specify the path to the DTD to use on the intermediate XML file, FrameMaker issues a warning. This shows that, in the pre-processing stage, FrameMaker does not use the DTD referenced in structapps.fm ($STRUCTDIR\xml\testing\apps\test.dtd) but requires that the intermediate XML file explicitly specify one."FM uses the DTD specified in an XML application when it is saving a document as XML. When it is opening an XML document (either the original document or pre-process output), it uses the document type declaration, if any, included in that document. Note that if FM were to try to use the DTD specified
I think this must be really simple but I can't see the problem.I've defined a structured application with DOCTYPE, DTD, Template, read/write rules, pre- and post-processor stylesheets.I can open an existing XML document and everything works.On the Welcome screen under "Create a new document" there is a button labelled "<xml/>" with the name of my application, and lots of other buttons indicating document types in other structured applications.If I click any of the other buttons, Frame opens either an empty or trivial document, called "UntitledN.xml", and sets the structured application to that appropriate to the button I clicked.If I click the button corresponding to my application, nothing happens.I can't see any relevant difference between my application and the others - both have paths provided to template.fm documents (which exist), DTD and so on.Can anyone help me here please?Cheers,T
FrameMaker 2019. The line width palette is hard to use. A slider is not ideal for setting a line width. I like the old way (presets of .5, 1, 2, 3 pts or so) better. Any suggestions, keyboard shortcuts or instructions? I frequently change line widths while creating callouts and simple shapes in FrameMaker.
I am having issues with Japanese translated MIFs.When I open the MIFs the Japanese characters do not display correctly.I called tech support and they told me that I need to install the Japanese Language pack and change Windows OS from English to Japanese.I did but I get the same results.I had no issue when I opened the German and Spanish files.Please help with specific details on the resolution.
Dear all.Let's see whether I can explain my current problem:I have a function DrawTextLine which - at it's end - decides whether the text is just placed at the coordinates x0/y0 or it shall be centered within a given length (or right adjusted within this space) - line 20.// ---------------------------------------------- Centre/right adjust within tLength boundLeft = 0.; if (tLength == (undefined || null)) { oTextLine.BasePointX = x0 * goFgr.CM; // .Width, .Height set by text contents ! oTextLine.BasePointY = y0 * goFgr.CM; // oTextLine.Angle = angle * goFgr.DEGREE; return oTextLine; } else { textLen = oTextLine.Width/goFgr.CM; // cm if (tLength > 0){ boundLeft = (Math.abs(tLen
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.