The official community for FrameMaker.
Recently active
I use a lot of images of software UI in my documents. They are typically from MS Paint, saved as png files and imported by reference into Frame. The output png files generated when the html files are created do not have the same coloring as the source image files. I have not seen any errors in logs. I have tried generating rhtml5 output (which is what I need) and basic html and the results are the same. The images come out perfect in the PDF. I've attached two example images, one with correct coloring and one with incorrect coloring.
Hi, Licensed Windows 10 Home X64Notebook MSI i5-8300H @2.30 GHzRAM: 16 GoAdobe Creative Cloud yearly subscriptionAdobe FrameMaker 2019 yearly subscription Facts: Due to some errors received from InDesign (Database error) I had to re-install entire Adobe suite and FrameMaker 2019. To uninstall them, I used CC Cleaner Tool offered by Adobe. I selected to clean/uninstall ALL. Issue: 1. I cannot find a vaslid installer for Adobe FrameMaker 2019. I looked over Adobe Help webpage and I downloaded GM X64. When I tried to install it returned an error: Please update your OS or browser. WOW. Two days ago I worked on the same computer with the same settings and OS and FrameMaker 2019 worked fine. Now, it does not recognize the OS. 2. I restarted my computer, I checked to be logged on to CreativeCloud, I downloaded again the installer recommended by Adobe. I started it and this time it returned error 183. As I searched database I found an answer that stated
Friends an experts, The problem is related to the ScriptUI implementation. There seems to be a difference between the ID implementation and the FM implementation. I have a window wPalM with 3 tabs in the tabbed panel tp: wPalM.tp.tAny wPalM.tp.tIndx wPalM.tp.tIndxV In each of these tabs there is an edit field and other controls. When pressing a button on the top level (wPalM) i want to know on which edit-field I will operate (wPalM...eMarkerContens). In the famous “SriptUI for Dummies” Peter Kahrel suggests to use tpanel.selection = 1 for the second tab. But I can not find that this property is a numeric index. It is [object panel]. I can not find how to know the currently active tab. Neither .visible, nor .active is helpful. The only useful information is in wPalM.tp.selection.text - but this depends on the language of the interface and is really clumsy: if (wPalM.tp.selection.text == KLD_M.UItxt.wPalM.@tptAnytitle.toString() ) { ...} if (wPalM.tp.selection.text ==
I have tried to move an old project from the ESTK into VSCode. While it's generally more difficult to set-up a project, once it is working I think that VSCode is a real improvement on the ESTK. However, I need to debug a script that includes other scripts. In the ESTK I can use #include script_name.jsxThis gives a couple of errors for each use in VSCode: Private identifiers are not allowed outside class bodies.';' expected.What am I missing? Hopefully it's an easy one to fix, I've not found any reference to private identifiers in my JavaScript or ExtendScript documentation.Ian
Hi, I am using Frame maker 2019 and lately I am unable to open any of the FM files on my machine, any insights on this will be much helpful. Thanks,Manohar.
I am importing PDF pages into FrameMaker. I want to do some scaling in ExtendScript, but I can't see where the Scaling % that is shown in the interface is exposed to ExtendScript. I see these properties in the FDK documents: #define FP_OriginalHeight 2381 /*R/O Metric*/#define FP_OriginalWidth 2382 /*R/O Metric*/#define FP_OriginalDpi 2397 /*R/O Int*/ but the equivalent OriginalHeight, OriginalWidth, etc. properties don't appear to be exposed to ExtendScript.
Hello! I have been using the FrameMaker (2019 release) program for several months. The following problem occurs:When I import a PDF files into a FrameMaker document and then try to save my FrameMaker document in PDF format («Save As PDF» or «Save As Review PDF») FrameMaker crashes (no error messages, just the program window closes).Also, FrameMaker crashes if there are vector graphics in FrameMaker document and I try to save my document in PDF format.The problem occurs on both home computer and office computer.The following software is installed on the home computer: Windows 8.1 Professional, Adobe Acrobat XI, Java 8.The following software is installed on the office computer: Windows 10, Adobe Acrobat Pro, Java 8.The program is absolutely wonderful, but the problem described above makes it difficult to work.Please help! Thank you in advance!Igor Chumak
What are the possible reasons for why Run Into Para setting on an anchored frame wont work? The text appears above and below the frame, it is not wrapping, i tried setting the image inside the frame to run through contour, but that didnt work, any advice in this regard would be greatly appreciated.
The equations are converted to picture mode when i convert the framemaker to rtf. Is it possible to export/extract the equations from framemaker?
In FrameMaker 2020, including revision 3, when a book is updated (to generate the ToC and Indexes), the position of anchored frames gets modified. The most annoying case is when the anchoring position is changed from "Run into Paragraph" to "Below Current Line". This has an important impact on the text flow; i.e. this can push titles and markers to the next page, making the ToC and/or indexes show incorrect page references. This bug does not exist in FrameMaker 2019.
Hi all. A couple more Table-of-Contents (ToC) questions:1) Why don't any of my FM book Annexes (like Annex A, Annex B, etc.) have subheadings like my regular Chapters (like Chapter 14 has subheadings 14.1, 14.2, etc.)? (see attached image)2) Why does the PDF output file show the Annex heading in separate rows? (again, see attached image) Thx in advance for any help. Cheers -- John
I am working on a book with 14 chapters and 4 chapters before the first one (title page, intro, TOC and preface). I am using FrameMaker 2020 e 2019 32-Bit. FrameMaker 2019 32-Bit is for using IXgen Power Indexing & Marker Management Tool for FrameMaker.I am trying to number chapters before the first one (title page, intro, TOC and preface) with the roman (xiv) format. Then I procede as follows (the steps that follows is from the book "FrameMaker Working with Contents" by Matt R. Sullivan):1. Select all of the files in the book window;2. Select Format>Document>Numbering to display the numbering properperties;3. Click the Page tab to display the page numbering properties;4. Click the Continue Numbering from Previous Page in Book radio button and click button;5. Now, set numbering exceptions. Select intro file and display the Page tab in the Numbering dialog box again. In the First Page # field, type 1. In the Format drop-down list, click roman (xiv). Click the Set button;6. Sel
I have defined a series of keydefs with related hrefs to images in a .ditamap file. My book map file references this ditamap. In my .dita topics I create <figure> elements, and inside them <image> elements.Normally you use the href attribute to specify the location of the image file, but now I specify the key for the keydef attribute. This works great, FrameMaker even provides a pop-up menu with available keys for the keyref attribute in the dialog box for the image element.But then the bug hits. After saving the topic, FM inserts an empty href=“” attribute in the <image> element. As a result of this all keyrefs and confers stop working in the whole document. It cannot be solved in FrameMaker, I have to open the topic in a text/xml editor to remove the empty href=“” attribute.Has anyone encountered this bug too? Does anyone know a solution or workaround?
Hello,I am in FrameMaker 2019, and I am publishing Basic HTML. When I create the output, the index.html file contains the same content as my FrameMaker TOC. However, the nesting is not correct--For example, the TOC entries for the second chapter are nested under the first chapter, and so on through the book. I have tried adjusting various settings, which changes some of what shows up but none of it seems to fix the nesting issues. As a point of reference, when I publish to responsive HTML, the index there is fine--it is exactly what I have in my FrameMaker TOC. Has anyone else seen and/or fixed this? Thanks!
Hello,I start to make some structured document.this is my structure : A map contains topicset with topics:The problem is with the Xlif file.It contains only one file, all my topcis have disappeared.The xlif file created contains the tags topicref of all the topics but that's all.Can you tell me if my structure is not correct. What kind of structur shoud i use ? Topic group ? Thanks for your help
We are looking to set userString on tables and images in the FrameMaker tool and read the value of the userString for that object from the script to decide weather a table or figure should appear in landscapre or portrait orientation.But we are unable to find a way to set the "userString" attribute for images and tables in FrameMaker.Is there any other way to set some kind of hidden attibute to set the orientation for tables and images, so that we can read the value and set the object body page orientation accordingly?Any help in this is much appreciated.
Hi, I have compare FM on FM2015 the result as same which actually it should to differencePlesae see screenshot below.For file test please download in link below:https://drive.google.com/drive/folders/1lvVtJ07RxQ-OBjLr4ToJYKNTKRmB4HTn?usp=sharing Please suggest me how can i fix this ? Thank you,Charl.s
We have noticed a considerable issue with FrameMaker 2020 performance when a file has a lot of graphics. We actually have reverted to using FrameMaker 2019 with books that have lots of graphics. I know we can hide graphics (ESC+V+V), but in some cases we really need to view the graphics in order to edit the files. When we open a file in FrameMaker 2020 with the graphics showing, it takes several minutes for a page to load, and scrolling forces the page to refresh and start the load process over. The majority of our graphics are .png graphics and nothing more sohisticated than screenshots. When we open the same files in the 2019 version, we do not have this issue. Has anyone else seen this in 2020 and have any suggestions other than hiding graphics? Thank you.
I have just submitted bug report FRMAKER-10792 Although discovered in FM-15.0.8.979 , it's the same in FM-16.0.2 Withe PDFL route I get this result (see the highlighted word): The characters are correctly in PDF if created via Distiller route. In FM you also see it correctly: The incriminated character is U+2019
Hello friends,I'm not an expert with framemaker by any means but need expert help. I'm trying to add images in a document. I created two tables in an exisiting document. I then wanted to add several images above a single table. The problem is that the only area I can add the image is in the table title. The table title appears on several pages because the table continues on several pages. Thats fine but I dont want the images to appear below the title on several pages. I just want them to appear above the first title. Theres no space between the previous table and the new table to add images. I cant figure out how add a new area for the images. I appreaciate any and all help.
Dear all, By some erraneous editing i have situations like this: var oDoc, oFile, sFile; oFile sFile = oFile.fullName.toUpperCase(); // Uppercase the filename for easy comparison. ... The second line should read oFile = File(filename); For me it's a mystery why this 'stand-alonge' variable does not create a syntax error or similar during the start of the script in ESTK. Only at line 3 I get the error - of course the varible (oFile) is undefined. Can you enlighten me?
Hello again. When I produce a PDF output from a FM book, the PDF ToC/bookmarks only show the chapter title and the next subheading level down, e.g., 2 and 2.1. But I need them to display and linked to at least 3 and possibly 5 levels of detail, e.g., 2.1.1 and 2.1.1.1.1. How do I get at least 3 levels of subheadings to show up in the PDF file? Cheers -- John
Hi all. Is it possible to track changes in a FM book with tracking bars that then appear in a PDF output? Cheers -- John
Dear all,I want to change the complete text of an element with a certain tag, say "<bold>".I can get the tag name via elem.ElementDef.Name. But how do I get the text()-node of the Element. Is there something like the xslt text()-node functionality? Some other ideas?Thanks in advanceWA
I'm trying to find more information on how to split one big FM file into individual files. So each chapter will be its own file. There seem to be a tool under Utilities called Split Current Document but is this only for 2020 version? I'm on 2019 and it's not there.My second question is how was this done before? Manually or if you are able to produce a script?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.