The official community for FrameMaker.
Nyligen aktiv
I'm using Visual Studio (VS) to develop and test FrameMaker scripts. All works fine, but to test a script from inside Visual Studio I have to click F5 (Run > Start Debugging), then select the host application (FrameMaker 2020, ver 16.0) from a dropdown list of about a dozen apps. Is there a way to configure VS so script simply executes when I press F5. I'm guessing it has something to do with configurations, but I have no idea what change(s) to make to configure FrameMaker 2020 as the default. The settings.json currently reads:{ "editor.minimap.enabled": false, "workbench.colorTheme": "Tomorrow Night Blue", "launch": { "configurations": [ { "type": "extendscript-debug", "request": "launch", "name": "Launch Script in ExtendScript Engine" } ] } }
HelloWhen I make a PDF review, at the begining I have always this type of alert window asking me to confirm if the file is coming from a safe source. Is it a way (in preferences) to set Frame Maker in order to do not display anymore this alert window nor the "acrobat distiller" window ?
Hello, how can I put two seperate page numbers on each page. One of these page numbers will start from 1, and the other will be the regular book page number. Can you help me with this?
How to add headings of the current page at the footer in Adobe Frame Maker?
I'm trying to put the focus on the insertion point after inserting text from a palette without mouseclick.I just want to continue writing at that point.Things I've already tested:- scrollToText- oDoc.IsInFront = 1- oDoc.TextSelection = tRangeHas anybody solved this problem?var w = new Window ("palette","INSERT"); w.Button = w.add("button",undefined,"Go") w.Button.onClick = Insert; w.show()function Insert(){var oDoc = app.ActiveDocvar textLoc = oDoc.TextSelection.beg; oDoc.AddText (textLoc, "Test"); }
Does any one know of a feature in FrameMaker or an add-on or plug-in that would check for grammar? I'm thinking of something similar to the built-in functionality of Word short of copying and pasting into Word and then revising the FM document. Thanks in advance!!!
Using Framemaker 2019. Trying to set the default font for table titles (then of course apply to all tables using that table style). I can change the table title font per table, but I want to set it for the style and not have to go through the entire doc and change each table individually. Anyone know how to do that? Thanks
I am using FrameMaker V17 to publish Responsive HTML5 help.The Assets folder in the Output contains graphic elements (screen shots) in their original .png formats and three corressponding .svg files. Each of the .svg file names are the same except for numbers appended to them. I would have thought that files with the same name would be overwritten each time I published.My only thought is that these SVG files are for other formats such as mobile apps. Any thoughts?pls refer to the attached image
Hello,What is the most simple way to make a drop cap inside Frame Maker ?
I wanted to use the theme charcoal_grey for a HTML5 help output.In Publish Settings, I clicked on Responsive HTML5, then under Manage Layout I clicked on "New" and choose Charcoal_Grey. I left all settings as they were to get a test output file first.But instead, it showed me a cryptic message in the log, that screen layouts are not in the settings file.("In dieser Ausgabe verwendete Bildschirmlayouts sind nicht in der Einstellungsdatei enthalten.")After a while I tried to check the Charcoal_Grey files in the installation directory, but there are none. Why are those files not there? How can I use the Charcoal_Grey theme??
hello guys & girls, i am a little bit new to the Creative Cloud Thing from Adobe. So in the past we purchased 4 Licences for the Adobe Framemaker and have the urgent need to install it in Version of 2019 (i guess its simply FrameMaker19 instead of 2022). Now we´ve got a Case where Laptop had to be reinstalled and the User needs FrameMaker, but could only get it in Version2022 over CreativeCloud, wich will not work for them to use. So I´ve had a chat with the support, but they could simply send me to the Trial-Download Page with gives me the Version2022, too. So my questions is, is there any posibility to get FrameMaker in Version2019 to download? The links in this post wouldnt work anymore Link for downloading updates to old versions of Fr... - Adobe Support Community - 10637219 Thx 4 your answers 😃 greetingsGabbon
Hi everyone, I have an FM page within my FM book, which has a multi-column table. Column 1 contains a sequential number in square brackets [1]. The next column on the same row is a document reference for an external document, the next column is the revision, and the final column is the title.Throughout the book and associated pages (separate FM files), I have a placeholder [1] wherever the reader needs to reference the external document [1]. Question 1, what is the best method to link or hyperlink the placeholders [1] back to the table of references and, if possible, the actual table row?Question 2, is it possible to use the sequential number in the table in the placeholder through the book. i.e. [1] in the table would be seen where every the reader is notifed of an external document.
When I save file as PDF the image background changed automatically from grey to white in Adobe Frame Maker Document. Please suggest me how to resolve it.
Hi, We own an Adobe Technical Suite 2015 TLP license. Does this entitle us to install and use the previous verison of 3.5? I know this is an old product and isnt supported, which is fine. I just want to check the license rules for downgrading ATC 2015 TLP to 3.5. Thanks very much
I have a user guide that contains numerous examples of code throughout the source files.I have aligned spacing between words with tabs to mimic what is shown in a console. However, when I publish to HTML5, all alignment is lost.Example:FM Source:HTML5 output:Please let me know if there is some work-around solution if this alignment feature does not yet exist in FM2020. Because there are numerous incidences of this type of code throughout the document, I am not in a position of realignment using tables, etc. I really need a solution on the output end, such as a CSS style.Thanks in advance for your help
My FM document contains hundreds of individual syntax (railroad) diagrams. My process for creating and importing them into FM is as follows:In Visio, create multiple diagrams (10 – 20) per page in Visio.Export .vsdx files as PDFs.In FM, create a multi-row table, and insert an anchored frame into each of them.In each frame, import the PDF by reference, and align it appropriately.Create named destinations for all keyword (shown in blue text) descriptions, which are provided elsewhere in the FM document.Create a hot spot around each keyword and link them to the appropriate named destination.Group the imported file with the keyword hot spot(s) in each table row.This method works well until I must insert a new diagram between two others in the original Visio page. The PDF created from the new Visio file throws off the alignment of the other diagrams imported into the table rows previously.I am looking for a method that will maintain the position of the PDF file relative to the anchored fram
I am numbering my figures using the auto numbering with label F, but after Figure 5 it is again moving to 4.what can be the issue.?I checked the formula and the flow of the pages also, is there anything I am missing .?
I have an FM book with many .fm files. I want to exclude one of those files, which consists of many headings, from the HTML5 TOC for a set of users. Further, the content of that file should be available only from the GUI, using context-sensitive help; users should not be able to see that content simply by stepping through the HTML pages.From what I understand, the TOC in HTML5 output mimics the TOC in the book file. As a test, I renamed headings in the file to be "hidden" but did not include those heading names in the book.TOC setup. I expected the TOC in the HTML5 output to exclude those headings but it did not.Any thoughts?
Can't create PDFs as the distiller.exe or whatever is not found.Couldn't find any instructions for FM2020, only for FM2019 which did not work.
What is the retain override and remover override in Adobe frame maker wh I save a format.
How can I shift "single line below page" to right in the Advanced tab of frame maker? Please check the attachment.
My numbering auto start from page 9 in Adobe Frame Maker, How to make it continue. I am using FM 2022 version. I did format> document>numbering> continue from previous chapter, select auto number in paragraph designer, but nothing happended. Please guide. I sharing the screenshot.
Can I save Frame Maker file into MS Word Format?
What is the purpose of creating index in Adobe frame Maker Document ?
I can't find Peoria font family in Adobe Frame Maker. I am using FM 2022, How can I add this one. I think it's available in previous versions.
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.