The official community for FrameMaker.
Recently active
Dear friends,This time I wanted just to go through the anchored frames in a document. The document contains at least 25 of them and all have a User String.I fail with getting the next object with property NextAFrame.The following script just lists the current frame from which I start. I list also H in case ther is no User String.// TraverseFrames.jsx 2019-05-27#target framemakerTraverseFrames();function TraverseFrames() {var oFrame, oObject, oDoc=app.ActiveDoc;$.bp(true); oObject = oDoc.FirstSelectedGraphicInDoc; if (!oObject.ObjectValid()) { $.writeln ("No or invalid object is selected."); return; } if (oObject.constructor.name == "AFrame") { oFrame = oObject; $.writeln(oFrame.UserString + " H= " + oFrame.Height); oFrame = oFrame.NextAFrame; while (oFrame.ObjectValid()) { $.writeln(oFrame.UserString + " H= " + oFr
I have to repeat the same tables in my document, and I'd like to use an hyperlink or whatever could avoid me to correct these tables one by one in the future. Does somebody know how to do that ?Thanksvalérie
In Re: Creating a new document from the Welcome screen, doesn't , Trevor-Nicholls commented "Frame's formatting facilities are largely superfluous to our needs (although the EDD I maintain tries to approximate the same appearance for the WYSIWYG editing). Structured Frame might seem like overkill for us but it has been much better than alternative XML editors we have tried, for substantial editing at least."Trevor, I'd be interested to hear what makes FM better for you than other XML editors.My own opinion is:1) XML is a linear representation (a sequence of characters) of a hierarchy. Any editor that let's a user edit the characters in an XML document can create a document that is not well-formed. In contrast, a structured FM document is a hierarchy of elements; it can only create well-formed structures. Unmatched start- and end-tags, missing or incorrect delimiters, and so forth just are not possible.2) Even after 34 years of working with SGML and XML documents, when I am reading them
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 second such new discussion.One of his comments included "... in this configuration Frame seems to be creating img1.mif, img2.mif files which it wasn't before. Where might they be coming from?"I suspect they are coming from anchored frames in the saved document. FM represents a graphic in XML with a reference to a file containing the graphic. The reference can either be a filename or the name of an external data entity that itself names the graphic entity. If the anchored frame contains a single imported image, the XML representation identifies the imported file. If the anchored frame consists solely of objects drawn with the FM drawing tools, multiple imported images, a
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 fourth such new discussion.Trevor, the temporary files used for XSLT output in a pre-process and for XSLT input in a post-process are stored in the users %temp% directory, not the directory where the input or final output is stored. If you do not want to use absolute pathnames, or if you want different paths for different users, consider defining a parameter in the Preprocessing element to contain the directory name. --Lynne
I keep getting an error whenever I try opening a book file in FrameMaker 2017. The error is as follows ;Internal error 14004, 19171970, 19170129, 26122431. FrameMaker has detected a serious problem and must quit.I am able to open a document. But if I go the File> New > Book to create a book, it doesn't work. Can anyone help me with this problem.[Here is the list of all Adobe forums... https://forums.adobe.com/welcome][Comments is to ask about the operation of the Forum, not a specific program][Moved from the Comments forum to the specific Program forum... Mod]
We are trying to centralize the location of our content, but I have not had success uploading FrameMaker book files to our SharePoint libraries either using SharePoint itself or the connector in FrameMaker.If I upload the book file and its dependent files in the SharePoint interface, I can find no way to actually associate the individual files with the book file.When I upload the book file using the connector, the individual files are associated with the book file, but I cannot add properties (metadata) to the individual files or check them in to the SharePoint repository. I can perform these tasks with the book file, but checking in the book file does not check in the individual files.Has anyone else run into this issue? If so, how did you solve it?Thanks
Hello,I need to find the folder where the graphic files are stored for a certain book.For example, the book location is: \pathToBook\myBook.book and imported graphic files reside in the "Images" folder as in: \pathToBook\Images\.I need to work on legacy books where this folder can be either "Images", "Illustrations", "Resources", "References", "XX", etc.I'm thinking on parsing each component on the book and look for oGraphic.InsetFile for each imported and look for commonalities.Do you think this is a good approach?Is there a way to create an LOR for "Imported Graphics" with code? And, read the path to the file from there...Thanks in advance!
I am a long-time user of FM and recently upgraded to the 2019 Version. I am having several problems with editing graphics. 1) When I use the mouse to draw a box around graphic elements, some elements cannot be selected, even though they are not grouped with anything else. They can be selected individually by clicking on the element. This makes it difficult to select a group of similar elements.2) I have a page with no text frames and a master page with no frames at all. I used Select all on Page to select all the graphic elements on that page. I then used Group to group them together. The grouped object is wider and taller than the collection of objects selected. In other words, additional white space to the left and above the group was included all the way to the left and top edges of the page. This space interferes with the align function (it aligns the white space) and the scale function (scaling includes the extra space). The upshot is graphics are almost uneditable.Can anyone help
I have images (.png) set as background images for templates. When I complete the book and publish for Responsive HTML, the cover page that contains the background images do not display. I verified that "Use Distiller to create images" is not checked in my Publish Settings-Style Mapping-Image Settings. The document is Unstructured, if that matters. Thank you for your time and assistance.
Looking for simple Responsive HTML5 OLH template with side TOC.
Hi,I am in the process of trying to create CSH in a FM 2017 document. I have added the TopicAlias markers to the appropriate areas in the document and have created a .h file with those entries. The .h file exists in the same folder as the source document. When I publish the document as Responsive HTML 5, I don't see any indication in the output that the text is marked as CSH. Am I missing something here? Is there a way to check that the markers and CSH will appear correctly before I pass off the document to a developer to finish the process?Thank you for any help!Cheers,Elizabeth
I am a new user. When I create a numbered list and one of the items has a lettered sub list, the continuing numbered list takes account of the lettered items and starts numbering from there, not from the previous number. How do I get around this? Also, I want the lettered list to start at a), the pic shows how I have the style set up for this. I am having trouble forcing it to do this unless I use a=1 which is what I suspect is the part of the problem in the first part of my question. Thanks.
I have FrameMaker 2019 running on Windows 7. I installed FrameMaker successfully. I want to change some of the Preferences and as soon as I select Preferences, FrameMaker crashes. Two other writers in my group have exactly the same problem. I have tried re-installing FrameMaker and checked for updates. Any idea what to try next?
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,
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.