The official community for FrameMaker.
Als letztes aktiv
Hello,I am working with FrameMaker 11.0.2.384.I am having trouble when importing a .cgm and .svg file from IsoDraw to FrameMaker. I have followed the steps in this post (https://community.adobe.com/t5/framemaker/why-are-the-vector-lines-from-the-cgm-images-in-fm11-document-exporting-to-pdf-very-jagged/td-p/10566204?page=1) but the error is not solved. I have checkd maker.ini file and everything looks correct.I can succesfully import .jpg, .png.
This is a newbie question. My Framemaker version is 2020. Whenever I insert a page break at the end of my pages the next page always starts with an empty line. When I try deleting that empty line by backspacing then the page break gets removed and the next section gets merged into the former page. I did some research in the community and my impression was that I needed to let zero "Widow/Orphan Lines" to be created for pagination. The strange thing is that whenever I enter "0" into this box and press Enter (or update my style) then the value does automatically change to "1" and all of my page breaks get invalidated and removed. I also select "Remove Overrides" when Framemaker warns me about some paragraphs using format overrides during the paragraph style update process. I'm not breaking the pages at tables or graphics. I'm simply ending sections or sub-sections and continuing to another section or sub-section on the next page. I always end these sections/sub-sections in the "Body" par
I offer you, we like visitors, the best program and it has features that you like a lot. Prefer to download the application and try it, and I assure you you will not be able to do without it. Just try it and you will not lose anything
It was a great first impression for us when we upgraded from FM11 to FM2019.3... 😆Luckily it's only the welcomescreen thing, so it's harmless, but does anyone know what might cause it?
Hi Community,Does anybody know how to get (read) data from excel with ExtandScript? Thanks.
I am using FrameMkaer 2019 and DITA. In some cases, I need to set the start of value of the ordered list to a different value than 1. How can I do that?
I had Mif2Go working with FrameMaker 2017 to create PDF files. I upgraded to FrameMaker 2020 and the process is broken. Does anyone know how to get FrameMaker 2020 to work with Mif2Go after an upgrade? I use the following path to try to set up Mif2Go (entered in a command window run as Administrator): "C:\Program Files\Adobe\Adobe FrameMaker 2020\FrameMaker.exe" -progid:FrameMaker.M2G -auto This launches FM2020. Continuing in the same command window, when I try to convert a file, the following error message displays: runfm Ver. 4.0, Build 005This ID is not registered for FrameMaker: FrameMaker.M2GYou must first set up FrameMaker with -progid:FrameMaker.M2G If I instead try to convert a file using a .bat file, a command window opens for a couple of seconds, then disappears, with no output or message.I see info about the registry keys in the Mif2Go help file, but cannot figure out how to fix it.Thanks.
A naïve question, I suspect, but on the one hand we have FrameMaker with a "save as XML" option, on the other hand we have InDesign with an "Import XML" option. Are these two visions of XML on speaking terms?
Dear friends and experts,Since many years I create utilities with AutoHotKey (AHK) which send keystrokes to applications. This is very simple for all application but FM > 8.To just send to the current window the command is Send {ESC}id If I want to insert a longer text, this is first put into the paste buffer and then sent with ^vTo target a specific window the window is activated with reference to the window title: WinActivate, Adobe FrameMaker Send, {ESC}id ; Focus indocument This works until FM-8, but not with the later versions using the 'new interface'.Although AHK still regcognises a window title (Adobe FrameMaker), this can not be used. Also the statement WinActivate AHK_EXE FrameMaker.exe activates something, but it is not the main window. It turns out to activate the last opened sub-window, in my case the graphic toolbar.Then I try WinActivate ahk_class FrameFamily15.MdiFrame This has the same effect, although I see that the window
I'm marking a line which utilizes a specific figure paragraph style under a figure table by using an insertion point at the beginning of the line. The numbering format of this paragraph places a text formulated as "F:Fig. <n+>" in front of the line. Because of that, the insertion point starts after the numbering text in the line. Is there a way to include this numbering format on the source cross-reference text? I've manually named the marker in the correct format but I don't see any building block for the marker name in the building blocks list. I'm trying to form the text as "See Fig. 3 “Prohibited Signs” on page 7." instead of what I'm getting at the moment "See “Prohibited Signs” on page 7.". See the below screenshots.
When I use the FrameMaker script, sometimes I receive the following error though there is no code at this line. But sometimes the script works perfectly fine. Not sure what is the issue. Script Error : Error Message: undefined is not an objectScript, Line# : C:\D\Scripts\script01.jsx, 5 #target framemaker //@include "./logging.jsxlib" var book = app.ActiveBook; var compType = comp.ComponentType; if(!book.ObjectValid()) { book = app.FirstOpenBook; } if(book.ObjectValid()) { app.ActiveBook = book; alert (comp.Name); var comp = book.FirstComponentInBook; var current_file = comp.Name.replace(/^.*[\\\/]/, ''); while(comp.ObjectValid()) { if(comp.ComponentType == Constants.FV_BK_FILE) { var doc = OpenFile(comp.Name); if(doc.ObjectValid()) { var doc = app.ActiveDoc; var flow = doc.MainFlowInDoc;
I could not open the FM file, it appears the error message " Internal Error 12004, 18675028, 18675322, 21605557". And also there generated a file named" FrameLog_xxxx.txt". Thank you!
I've re-created some informational text+icon boxes in my document which were originally created on Indesign. I've used the method described in the following instruction which utilizes a 2 column table where the first cell is being used for the icon image and the second one is being used for the informational text. The first icon cell becomes wider when I insert more than one icon into it and of course, this causes the text cell column to become narrower. Adobe Framemaker Icons Is there a way to straddle cells which are placed on different columns and rows? I've thought that maybe creating a 2x2 table with the above method and then straddling the text cells would solve my problem. Framemaker doesn't allow me to do this but maybe I couldn't find the trick to do it. If not then is there a similar feature in Framemaker to the text wrapping feature of Indesign? The informational text+icon box on Indesign The same informational text+icon box on Framemaker
Hello Adobe Support,I have a person who is having trouble with cross references in Adobe Framemaker 2019. They have to insert and delete figures and tables, and it looks like it’s messing up the list of cross references, and links. Also possibly impacting the Table of Contents, the List of Figures and the List of Tables. Any idea what could be causing this?
Hi, when I have an anchored frame wrapped in an <image> tag, automatic things happen like shrinkwrapping and the addition of attributes like "height" and "width". Can I turn this off? I'm seeing it in FM2020 but it's been going on for a while. Thanks.
Hello.I used below codes to set CMS login dialog and this codes are refered from 'fdkreference.pdf'. but the 'Local Folder' text box was not read-only and the folder browser button did not show up.Is there anyone who knows how to set read-only textbox and add button?Thanks. VoidT F_ApiInitialize(IntT initialization){F_StringsT *userFields = (F_StringsT*)F_Alloc(sizeof(F_StringsT), NO_DSE);userFields->len = 2;userFields->val = (StringT *)F_Alloc(sizeof(StringT) *userFields->len, NO_DSE);userFields->val[0] =F_ApiCopyString((ConStringT)"WorkSpace:");userFields->val[1] =F_ApiCopyString((ConStringT)"Local Folder:");F_ObjHandleT cmsId = F_ApiCMSRegister((ConStringT)"Custom CMS");F_ApiCMSConfigLoginUI(cmsId,userFields, False);F_Free(userFields);}
I'm posting this in here only to learn if this is either the normal way of visualizing the guidelines for overlapping text boxes and anchored frames or if I'm making a mistake or if this is an actual error in Framemaker. When I define an anchored frame inside a text box which has the same width with the text box then Framemaker does show the guidelines of the text box and the anchored frame not exactly on top of each other but a little bit shifted from each other. I couldn't find a specific tool to align the left line of both the text box and the anchored frame so I did align them on each other visually and manually. I think that I've managed to align the left lines of both these elements but the right line of the anchored frame doesn't exactly match to the text box whereas their widths are defined exactly as the same value.
How do I create a new document in FrameMaker using Extendscript without prompting the user? I'd like to duplicate the functionality of the user doing "File" -> "New..." -> "New Document", then selecting the "Portrait" button. I think I either need to figure out how to programatically locate the "Portrait" template file and pass that as the filename, or maybe there is a open parameter I can specify that says to use the Portrait template. Here is the code I have so far: var filename = undefined; var oParams = GetOpenDefaultParams(); var rParams = new PropVals(); oParams[GetPropIndex(oParams, Constants.FS_NewDoc )].propVal.ival = true; oParams[GetPropIndex(oParams, Constants.FS_ShowBrowser)].propVal.ival = false; var doc = Open(filename, oParams, rParams); if (doc.ObjectValid() == false) PrintPropVals(rParams); // PropVals // -------- // prop num = 1 String value = // prop num = 2 Integer value = 0 // prop num = 3 Unsigned Integer values are: /
Typing speed has slowed down so much in my document that I seriously consider simply typing in word and the copy past the text into FrameMaker. My documents have three to four pages with a couple of relatively small png files.What may be happening? Can it be helped somehow?running win10.
Framemaker 2020: The chapter headings apprear correctly with numbers and heading texts in TOC (in FM). I printed the complete book to a pdf. The heading texts are shown correctly in the pdf bookmarks, but the bookmark heading numbers at header1 level are missing? Header2 level bookmark heading numbers are correctly shown in the pdf. I have not found the root cause in pdf printing settings. H1 and H2 have similar autonumbering settings in the FM paragraph designer. Does anyone know what might be wrong? This is my first pdf printing with the new FM2020. My ealier FM12 did not have this problem.
In FM 2020, my Book file's Generated TOC and IX files work fine, but clicking on links in the LOF displays OpenObjectID errors, and don't link to the figures in the Chapter files. Any suggestions would be greatly appreciated!
I have two images. One for product=iMX350 and another for product=iMX950. My document is structured as follows: <figframe="all" product="iMX350"><title>Product Label</title><imagehref="../../../../iMX_Common/Installation_Guide/assets/iMX350%20Label%20Dual%20MAC.png"height="320.639pt" width="426.240pt" conkeyref="graphics/iMX350_label"/></fig><fig frame="all" product="iMX950"><title>Product Label</title><imagehref="../../../../iMX_Common/Installation_Guide/assets/iMX950%20Label%20Dual%20MAC.png"height="320.639pt" width="426.240pt" conkeyref="graphics/iMX950_label"/></fig> I have a dynamic filter set up on the product attribute. I am finding that only the figure text is being filterd. Despite being nested within the figure tag, both images are always displayed. Why is the filter not having any effect on the image content?
I recently installed the Adobe FrameMaker 2019 upgrade. When I used the Save as PDF option to output my book, the PDF created using Adobe Acrobat Pro had three instances in which the text was corrupt. I spent quite a bit of time troubleshooting. The FrameMaker file was absolutely fine. I deleted and retyped the text, without fixing the output problem. Finally, I noticed that all three instances of corrupt PDF output included a word with an apostrophe. I rewrote the text to remove the apostrophes and the PDF output without any problem. Has anyone else experienced this issue? Do you think it is a FrameMaker issue or an Acrobat Pro issue, or a combination of both? I had used this unstructured FM file before, prior to upgrading to FM2019, without any output issue. I'm interested to hear your comments.
We have a large number of technical documents (manuals, mostly) that include short video tutorials in the digital editions of the FM-generated PDFs. For the past several years, we have used FM12 (and still do) to easily add these tutorials to the FM files. According to one expert, the problem is that FM12 uses a Flash standard to convert the videos for import into FM. As of this year, Flash is dead and none of our users are able to use the video tutorials in manuals created in the past, even though most use Windows media player or other common player, NOT Flash. This is a huge problem for our users. At this point, it appears that the only solution is to upgrade FM to the current version. I have no idea how FM now handles video content. But the bigger problem is how can we support our customers who have these older manuals (some created in just the past year) and need to use these tutorials. Are they left high and dry, too?
I have a separate cover page document in my book which has to change the cover image (which is an Illustrator image) based on a printout condition: "Brand A" or "Brand B". Some of the text (such as brand name strings) in the book will change based on conditions of "Brand A" and "Brand B" which is a very straightforward process but I couldn't find a way of binding the Illustrator image on the cover page to condition tags. The condition tag tool warns me about using text in text frames, anchored frames, table rows and columns. I don't want to use any of these elements on the cover page. The Illustrator images are already created based on my page size (A4 Letter) and all I want is to change the cover page image when creating the pdf output based on my selection of brands. How can I achieve this?
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.