The official community for FrameMaker.
Nyligen aktiv
How can I add Grammar check in Adobe Frame Maker?
Can Someone Explan what are Pair kem, Change bar, Tsume, and Superscript in Adobe Frame Maker?
I'm a brand new user so I'm going to assume this is a 'me' problem but I cannot seem to find any way of getting FrameMaker 2022 to default to mm's and A4 pages on start up. Everything I have found so far seems to suggest this is either a 'per session' or 'per document' setting ... which I hope is not true. I've looked through the maker.ini file and can't see anything there that looks like it is related, which makes me feel a bit nervous about being able to make those settings 'stick'. Can someone either point out what I'm missing, or confirm my fears? Thanks in advance
How to bolden the steps in numbering properties. I tried to use the option given in character format, but no option is there to bolden the steps. Please check the screenshot.
Hello,I have a book with 3 chapters.I have created a template with a page number at the top of the template.I would like to apply this template (page number) on all the chapters of the book.How to do this ?
Good Morning,I am trying to write a script that inserts an anchored frame in front of each element specified as "Caption". Below are my attempts. Could you help me? or advise something? Thank you in advance.var doc = app.ActiveDoc;var mainFlow = doc.MainFlowInDoc;FindElements(mainFlow);//~ function FindElements(flow) {//~ var elements = flow.FirstTextFrameInFlow.everyItem().getElements();//~ for (var i = 0; i < elements.length; i++) {//~ var currentElement = elements[i];function FindElements(flow) {var currentElement = flow.HighestLevelElement;var nextElement = currentElement.HighestLevelElement;while (currentElement.ObjectValid()) {FindFigures(currentElement);currentElement = nextElement;nextElement = currentElement.HighestLevelElement;if (nextElement === currentElement) {break;}}}function FindFigures(element){var currentFigure = element.ElementDef;var nextFigure = currentFigure.NextElementDefInDoc;while (currentFigure.ObjectValid() && currentFigure.Name = "Figure");Ne
I just installed FrameMaker 2022 and converted files from Framemaker 2019 over to 2022. I cannot get the job option ncm to work. It is installed here: C:\Program Files (x86)\ElmSoft\FrameScript7\SampleScriptsWe have Framescript and Timesavers installed.This is the same path we used for Frame 2019. The other job options work though so it does not appear to be the flushing error. The distiller has the -f configuration. Here is the error message: Loaded SP TimeSavers v. 5.54.. 1997-2008 Shlomo Perets, MicroType (Israel)*** reading TimeSavers settings . . . completed%%[ Error: invalidfileaccess; OffendingCommand: file ]%%Stack:(w)(cepilog.tmp)/cepilog%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%%%[ Warning: PostScript error. No PDF file produced. ] %% Any help would be appreciated.
I'm building some regex searches and ran into one I can't seem to solve. I'm searching for all incorrect capitalization and punctuations of Split "S" (the aircraft maneuver). The expression I'm using is:[Ss]plit[ -]“?[Ss]”?(?<!Split “S")The goal is to find all combinations of initial caps and punctuation (space, hyphen, quoteddbl) and using a look ahead to exclude the correct term. It works great at finding all the variations, but also finds [Split "S]"...ignoring the right double quote punctuation. I'm having no luck, so thought I'd turn to the experts.
I am working on a structured book with ExendScript and I want to change the top-level NoName element to an element definition that is in my element catalog. I can't figure out how to do it with ExtendScript. I also want to wrap the BOOK-COMPONENT element in another element that is in my element catalog. Any pointers would be appreciated.
How to do internal and external linking in Adobe Frame maker?
Hello,I have set a template with page numbering in master page and would like to import/Format/Template in my book chapters.In my book, I would like to show pagination numbers like this :- on odd page : page number at the top right of the page- on even page : page number at the top left of the pageHow to do this ?
I am using FM2022 to produce HTML5 CSH via Publisher. The FM and PDF versions of the generated index look fine, but some secondary entries in the HTML5 index are displayed as book file names rather than the index marker text they contain.I have attached a screenshot to illustrate the point. I haven't seen this before even though I've published the same book many times before in the past, using the same index markers and same version of FM.
FrameMaker 2020. I am publishing some FrameMaker documents and I need the output of the tables to be wider. I have been fiddling around with these settings in export dialogue: ... but do they work? I believe I have tried all the settings now, but I am not able to see any effect. Has anybody accomplished to make these "Preferred width" features work?
Hi.I am using FrameMaker2020(64-bit version), and I want to run the "dialog" plugin in the FDK.I have compiled the 'dialog' plugin using Visual studio 2019,and I set the dialog.dll to fminit\Plugins folder.But when I start FM2020, the following message was shown. I know I need to compile the plugin for 64-bit.I changed all '.\debug/' to '.\x64\Debug/' in the project property window.Are there other settings that need to be changed?
Hello,Can someone please teach me where to look for the source of the text that appears outside the printable area of the page in this screenshot? Thanks!
Hello,In Frame Maker I have made Help/Update, and I had this error message : "error 81 : Fail of the update : Another installer is in progress and must be closed before updating this product. Close the program or wait for other installations to complete"
Hi, in FrameMaker 17.0.2 on Windows 11 Pro I am not able to open a script editing window in ScriptCatalog. Do I have to instal/activate anything for this first? Thanks in advance,Roland
Someone know how can I move two or more scrollbars of documents in the same FrameMaker process? I tried to search in the web but I found anything.. If someone know the code that I can use, please post it here.Thank you -Marco
How to remove extra space after an image in Adobe Frame Maker?
Hello,1) I open a Word file (doc or docx) by doing Control+O, so FM create an FM file.2) I add this FM file (coming from Word) to my book (this is my chapter)3) I create a template with page numbering4) I select my chapter book and File/Import/Format/TemplateResult : In the chapter, the page numbering does not appears at the top of the page.It seems like a bug. What do you think ?
Hi!Im doing a List of Effective Pages with the LOP tool in framemaker, but I have a problem with the formatting of the table, because I cant put in the reference page two different <$paratext> , because I need the number page, rev, date in one row. Please I need help!!! thanks!!!
Hi All, My client is localizing to Chinese in FrameMaker. What are the typical Chinese fonts in Windows? Thank you. Rick
Hi, I'm testing FrameMaker 2022 on Windows 11 pro, no other Adobe apps installed. When I create an unstructured document I can save it to PDF only by printing to the Windows PDF printer, but NOT via Save As PDF or via Publish PDF. When I create a structured document and print to PDF via Windows PDF printer it prints all the formatting brackets shown in the WYSIWYG view, not just the formatted content. Saving to PDF and via Publish does not work either. Is FrameMaker not able to generate PDFs without Acrobar or Distiller? Thanks & regards, Roland
I have a simple script to open a file from the network and import master pages using portions of Russ Ward and Klaus Daube's code: function ImportMasterPages(doc) { var sFullPath = "\\\\Network Name\\Document_Template.fm" var Doc_Template = SimpleOpen(sFullPath, ""); //If we successfully opened the file, let's report it. if(Doc_Template.ObjectValid() == true) { // alert("Successfully opened the file:\n\n" + TCTO_Template.Name); } //Otherwise, report the failure. else { alert("Couldn't open the file! Check to see if it is an FM document " + "and if somebody is already using it. The selected path was:\n\n" + sFullPath); } Doc_Template.ShowAll = true; var formatFlags = Constants.FF_UFF_PAGE; doc.SimpleImportFormats (Doc_Template, formatFlags); Doc_Template.Close(Constants.FF_CLOSE_MODIFIED) return; } // -- end ImportMasterPages Usually it works. Sometimes it gives us the "Could not open file ..." error. There do
Greetings to all.I don't have any experience with framemaker and therefore I can't find anything to help solving my case. I don't even know if I am using the right words to explain my issue.I am translating an owner's manual. In the right column of the following image, there is the word WARNING that is locked and I can't figure out how to unlock it. It is mixed with editable (unlocked) text. It seems this locking is programed. There is a variable named WARNING that corresponds to WARNING text frames with black background. Therefore, changing its definition doesn't change the locked text.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.