『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hello,Are you able to help?I am using Adobe FrameMaker 2022 and I am placing a SigmaPlot graph (v15) into a graphic frame in AF, when I place the graph, the lines are not smooth. This graph was created originally back in 2011 and the curve was smooth in my previous version of AF a few years ago. I had to make a minor update to the graph and I keep it in the relevant version of SigmaPlot, Do you know why the curve do not show smooth in AF2022 package please. Is there a setting I need to add or untick in AF2022? Thank you for your help in advance. Above is previous version.Curve now showing not smooth
I was working in Sturctured FrameMaker (DITA) and encountered an issue, so I wanted to share it to see if anyone has had a similar experience. After entering Latin capital letter D with stroke and saving the file, reopening it changes the character to Latin small letter d with stroke. Could anyone help me understand the cause of this?
I’m have a terribly hard time formatting my HTML5 output of the giant-book (600pp) we’re creating. I’ve scoured the internet and keep coming up empty trying to figure out the following layout issues in the HTML5 output…Every FM document has its own folder and html-page in the HTML5 output, vice having a hierarchy of content. There are no indents whatsoever in the HTML5 output...The FM documents are organized in a Book and the order of those FM documents is how I want the book to read…however, many (not all) of the FM documents show up out of order in the HTML5 output Table of Content pageNone of my GlossaryTerms are showing on the HTML5 Glossary page
Hello,In FM 17.07, when I am in the character custom list, my goal is to display only :— titre souligé— police by default (default font)But I see that I cannot select "police by default" in my custom list. Why ?
I have an unresolved cross reference on many of my .fm files' master pages in my .book file. I can find them when I go to View -> Master Pages and then CTRL-F (even if I cant necessarily see them), and replace them with a blank, as they are outdated cross references and just need to be removed. Is there a quick way to get rid of them that does not include manually going into each file, clicking View-> Master Pages-> CTRL F-> (etc.)?I have tried to apply the Page Layout format from a corrected file to the remainder of the files and it doesnt seem to want to replace the master pages entirely the way I would generally expect.I also attempted scripting to open files to their master pages so I could do CTRL-F for the whole book, but I did not have much success there.Thanks,
Hi All, I have a script that builds and XML object of a FrameMaker document's structure. I use this map in subsequent functions that need to query the document's element/attribute structure using ExtendScript's xpath function. This is faster than traversing the document's structure multiple times. Now the client has a large document--almost 700 pages--that has tons of tables. The script uses recursion to traverse and build the XML object map and I think that is where it is failing. I am not sure there is a good solution, but I wanted to put it out there in case you wireheads have any ideas. Thanks. #target framemaker var GS_XMNT = GS_XMNT || {}; GS_XMNT.version = "Version 0.1b November 18, 2024"; GS_XMNT.file = $.fileName; GS_XMNT.main = function (doc, element) { var xmlMap; if (doc.ObjectValid () === 1) { if (element.ObjectValid () === 1) { xmlMap = GS_XMNT.getXmlMap (doc, element); alert (xmlMap.hasComplexContent ());
I don't like visual noise, so I want to disable the welcome screen. I found this post which outlines an addition to the maker.ini file to disable the welcome screen. But it doesn't seem to be working: every time I open FrameMaker, the Welcome Screen is displayed. Even when I double-click a .fm file to open Frame, an extra tab is added for the welcome screen. Preferences->Global->General contains a setting "show tabbed welcome screen". I've unchecked this, but the next time I start Frame this preference is checked again. I cannot emphasize this enough: I don't use the welcome screen. I don't want to see the welcome screen.FM version 16.0.0.754
Guten Morgen,ich bräuchte eure Hilfe.Kann mir jemand sagen, wie ich die Navigationsstruktur bei der Veröffentlichung "Responsive HTM5" anpassen kann?Im Moment exportiert FrameMaker eine fortlaufende Kapitelstruktur (siehe 1. Bild IST-Variante".Könnt Ihr mir sagen, welche Einstellung ich machen muss, um eine Kapitelstruktur zu erhaltend die die einzelnen Kapitel untereinander stellt (siehe 2. Bild SOLL-Variante)?Ich habe FameMaker Version 17.0.4. 628 installiert.Viele GrüsseStefan
I'm using FM 2022. I created a style for numbered steps in my documents. When publishing to pdf, the output includes the numbered steps as headings in the sidebar TOC.
Hi,Task is to skip the letter 'I' in Appendix numbering (structured FM).Chat GBT tells me:FM will always include 'I' unless you break out of the automated sequence by:-Manually typing letters-Using a custom counter and string mapping-Or scripting a solutionDon't want to do it manually, and was wondering what is a good solution for this?I am new, so any helpful information about document numbering would be helpful.ChatGBT <again> tells me that FM uses an automated sequence for appendix numbering, and that automated sequence is: <A+> building block is based on the ASCII values of uppercase letters, starting at A (ASCII 65) and incrementing by 1 for each new instance.How can you 'see' this in FM? I get the panel at Format >Numbering that gives you an interface to set the numbers.Thank you,Vicki
After two chats, a phone call, and two emails with the technical document tech support branch, I've learned that signing out of framemaker and reformatting your hard drive will not reset activations and Adobe will not help with resetting the activations. They feel that a perpetual license is not perpetual and offer to solution other than purchasing a rental version that seldom is updated.
Tried rebooting the computerChecked processesChecked Windows Defender protection historyTried re-downloading the files.Ran it as Admin. Opened CMD as admin and ran it as silent installation.Nothing works.
I just got a new computer and upgraded from Framemaker 2020 to Framemaker 2022. I have several books that I created in Framemaker (unstructured) and I use the Publish command to generate PDF and HTML5 output. It was all set up so it worked perfectly in Frame 2020. I made a test copy of a couple of my books and opened them in Frame 2022. It told me I had to convert the files for the new release and also asked if I wanted to convert the Settings files from 16.1 to the newest version. I converted the files and tried to generate the PDFs with converted settings or non-converted settings. When I first generated the PDF, it mostly generated, but the ChapterTitle, Head1, and Head2 paragraphs tags did not display. Also the headers and footers didn't display. I thought maybe I needed to adjust how they were mapped. I tried a few things (but still didn't get those components to display in the PDF). I made a few more copies of the original book (before
Has Adobe committed to making FM ARM compatible?
Last April I asked for help counting figures in our documents. The code you helped me with has been a real help. In addition to getting a figure count, I also get a table count. The customer uses these to help determine the level of effort for editing various documents. Recently, I was asked if it's possible to extract the Title associated with each figure and table. I tried boring down in the data browser, but can't find where that information stored. I'm currently using the following code to get the counts:function countFigures() { figureCtr = 0; var figure = doc.FirstGraphicInDoc; while (figure.ObjectValid()) { Alert ('Stop script and check for figure name.'); if (figure.constructor.name === "AFrame") { figureCtr++; } figure = figure.NextGraphicInDoc; } return figureCtr; } function countTbls() { tableCtr = 0; textList = doc.Main
We have recently switched from Framemaker 12 to Framemaker 2022 in our company.With Framemaker 2022, the import of graphics no longer works properly. It works with Framemaker 12 with the same graphics. When a graphic with a resolution of 300dpi is imported, Framemaker 2022 sets the DPI number in the object settings of the image to random values (308dpi, etc.). The value must then be manually reset to 300dpi. In the default settings for image import, “300dpi” is already selected, but this apparently has no effect. Do you have any idea what the problem could be? Thanks in advance.
When importing a Word document containing tables, an extra paragraph containing the table anchor is added before the tables. How can this be avoided?
Dear all,In the scripting documentation (Scripting Guide, FDK documentation) you find the same attributes/properties in the description of neary any object.For example: NextGraphicInFrame; NextGraphicInDoc, NextGraphicInGroup is listed for Doc, Frame, Line, PolyLine, Ellipse etc.I wanted to treverse the graphic objects within an anchored frame:oDoc, oFrame is the current environment.oGraphic is a selcected grahic item (polyline) within the frameI want to select the next graphic in the frame.oFrame.NextGraphicInFrame creates an invlid objectoDoc.NextGraphicInDoc creataes an undefined objectoGraphic.NextGraphicInDoc finally is the solutionWhy is it necessary to fiddle around with such outrageous information?Neary any basic function must be verified by experimental scripts - or the help of You all.I'm in the comfortable situation having time for such experiments - but anyone in need of solution in due time...Klaus
This is an unofficial post. Here are the details: https://helpx.adobe.com/framemaker/kb/fixed-issues.html
Be aware that FrameMaker 2022 Update 4 is not compatible with 64-bit FrameSLT and FrameScript 7. These were working for me in Update 3. Cannot initialize API client C:\Users\Rick\AppData\Roaming\Adobe\FrameMaker\WestStreet\FrameSLT_FM2020.dll. Check for errors in the APIClients section of the maker.ini file in FrameMaker install location or your %appdata% folder, verify that the client program exists, and make sure you have enough swap space to run the client.Cannot initialize API client C:\Program Files (x86)\ElmSoft\FrameScript7\fsl7_160_64.dll. Check for errors in the APIClients section of the maker.ini file in FrameMaker install location or your %appdata% folder, verify that the client program exists, and make sure you have enough swap space to run the client.Cannot initialize API client C:\Program Files (x86)\ElmSoft\FrameScript7\fsl7_160_64.dll. Check for errors in the APIClients section of the maker.ini file in FrameMaker install location or your %appdata% folder, v
Hello, Our company manuals often reference one another and I am wondering if it is possible to use DITA to make an overarching book with multiple books within it (which would be all our company manuals) so that variables and references change at the top level and then everything is updated automatically throughout our other manuals? Basically a map of our company manuals within one book....or books within a hierarchical book? Any information would be helpful, even though this process is down the line, so that we can start thinking in that direction. Thanks!
Hello,I have a large number of FrameMaker books where the screen shot images were imported by reference over the years. My company is now retiring the server where the source files for these books (and the screen shot images) are stored. I understand that moving these files from one location to another would break the references to the screen images when I open the FrameMaker book in its new location.Is there a way to update a FrameMaker book so that the screen shots imported by reference would be auto-converted into an import by copy somehow? I am hoping to avoid manually correcting each screen shot individually after I move these files, but am not sure if there is any other way to do so. Please let me know if are aware of anything like this.Thanks,Ben
Hello! Is there a work around to be able to add change bars? For some reason, it did not show the change bar when I added it to the anchored table.
I'm working on a book with a lot of graphic images that are being either created or edited in PhotoShop/Illustrator. Some of the TIFFs are causing problems printing, and I'm not sure where to start looking for answers, but this particular issue is bothering me.... Graphic artist says he is creating the images at the dimensions I specify so they'll fit in the page layout the way our publisher wants. He says they all are at the specified dimensions, 300 dpi. When I import them into FrameMaker, FM wants to default to 72 dpi but no worries, I know I can just choose 300 and all should be well. Except it's not, because the dimensions of the image are not correct. Graphic artist is giving me, say, an image that is 3.5" x 2" at 300 dpi.I import the image by reference into FM, specify 300 dpi, and the image comes in "scaled" to 24% with dimensions 2.1" x 1.2" Why is this happening? And what do we do about it?
I have a structured FM book. The master pages (should) have a text box in the margin. Some chapters of the book for whatever reason have master pages without this text box. The names of the master pages are the same in each chapter, just that the text box is missing in some. I can open the incorrect chapters and use File -> Import -> Formats .... > Import, from a chapter with the correct master page.FM imports the corrrect master pages. The text box is displayed in the master page and on the body pages.I can save, close, reopen the corrected chapter files, I can run Apply Master Pages on them, and the correct master page remains unchanged in that corrected file. However, if I run Update book, the master page reverts to the old, incorrect master page. This only happens in the files that originally had the incorrect master page. The files that started with the correct master page are still using the correct master page. I have tried all four possible combina
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.