The official community for FrameMaker.
Recently active
Hi again. I'm running into this issue: I have a graphic, then a caption below, then an inserted table, then another tabe, etc. On the right facing page, the graphic goes almost to the bottom, and one line of the two-line caption is below that, but the second line of the caption pops over to the top of the left-facing page just above the table (which it isn't supposed to go with). I've tried checking to see if the paratags or the caption have anything checked as far as keep with previous or next paragraph: nothing. I tried pulling up the graphic frame, but it doesn't bring that second line over unless it can also bring that table with it. Any ideas?
I just want to share with the community scripts that I have createdvar propsToOpen = [ {ask: Constants.FS_AlertUserAboutFailure, select: false}, {ask: Constants.FS_DisallowMIF, select: false}, {ask: Constants.FS_DisallowXml, select: false}, {ask: Constants.FS_FileIsInUse, select: Constants.FV_ResetLockAndContinue}, {ask: Constants.FS_BookIsInUse, select: Constants.FV_ResetLockAndContinue}, {ask: Constants.FS_LockCantBeReset, select: Constants.FV_DoOK}, {ask: Constants.FS_FileIsOldVersion, select: Constants.FV_DoOK}, {ask: Constants.FS_FontChangedMetric, select: Constants.FV_DoOK}, {ask: Constants.FS_FontNotFoundInCatalog, select: Constants.FV_DoOK}, {ask: Constants.FS_FontNotFoundInDoc, select: Constants.FV_DoOK}, {ask: Constants.FS_LanguageNotAvailable, select: Constants.FV_DoOK}, {ask: Constants.FS_OpenAsType, select: Constants.FV_AUTORECOGNIZE}, {ask: Constants.FS_UpdateTextReferences, select: Constants.FV_DoNo}, {ask: Constant
FrameMaker10を起動したところ、「Adobe FrameMaker10はライセンス認証の上限に達しています。」というメッセージが表示され、起動できませんでした。どうすればFrameMaker10を起動することができますでしょうか? サポートに問い合わせたところ、「FrameMaker10のサポートが終了したため、ライセンス認証できません。どうすれば良いかはコミュニティで質問してみてください。」と言われたため、こちらで質問させていただく次第です。また、サポートで確認したところ、製品とライセンスについては問題がなく、使用可能な状態となっているとのことでした。
So Box has this feature that if more than one person saves the same file at the same time, both copies are retained and the user's email address is added to the file name along with a copy # to distinguish it from other files. Which is fine, except I am literally the only person in this company using FrameMaker. No one has this document open other than me. So why is it every time I try to save it, Box creates a new copy? Even if I rename it, the file gets renamed by Box immediately! It does this with none of the other files in the book. I've already tried: Renaming the file MIF wash Rebooting Saving to my desktop then copying it over (gets renamed immediately) I'm mostly sharing this to gripe about it, as I don't really expect anyone here to be familiar with the vagaries of Box. It's just ... sheesh. I'm busy, you stupid cloud storage. I do not need another problem to solve right now!
I have a standard graphic I want to use throughout a document which has an imported graphic and has three text frames nested with it, spaced how I want them to be. Is it possible for me to create an empty graphics frame with the three text boxes grouped together in such a way that I can just import a different graphic, text boxes overlaying it, and edit the text? I'm thinking something to do with Objext styles but I'm really a novice at FM still.
Hi,I am a newbie in ExtendScript. In my document, I have a couple of TextFrames which contain hyperText markers. Using ExtendScript I can get all the HyperText markers. Now I want to get the parent of each marker via script. But I couldn't find anything in the documentation.Any help or suggestion would be appreciated.Sanam
I've created hyperlinks many times over the years, but this time it's not working.Place cursor where I want the link.In the Hypertext pod, select the Go to URL command.After message URL, type the URL location.Click Create.I have tried saving the file as PDF and using the Print dialog to both print to PDF and print to .ps file and convert with Distiller. Incidentally, none of the links work in FM.The first link works fine.The second link works, but the link pointing finger appears only for the text that is BEFORE the link in the paragraph.The third link tries to open. Even though the link text that appears when I hover the cursor appears correct, when I click what opens is a page stating that the connection was reset with a page title showing crsml.itcs and the first part of the actual link text. I've tried copy/paste for that text in the Hypertext pod and I've entered the text myself.This is quite the head-scratcher for me. I appreciate your helpful suggestions!
Hi. I have a document set up which has lines which use two run-in tags and ends with an in-column tag. The first tag is fine as far as indents go, the second tag as well, but the third tag needs a space between it and the 2nd tag. Is there a way to do this as part of the paragraph tag style?
August 2022, Inherited an Adobe FM book architected in 2019 by a tech writer who is no longer with the organization. Now trying to use the 2019 source .bk file to produce two versions of the book three years later. I performed a Save-As and changed Master pages to reflect 2022 dates. Two versions of the Conditional text are already in place; one for the hub and one for the terminal. We have copies of the 2019 pdf files of each output so it's possible to print them in the two distinct Conditional formats. When using the Conditional text window to toggle the displayed .bk image to the other version, I click Apply. It prompts No Undo. Am I in the incorrect window? How does the author output the other Conditional version without wiping out first version? A pointer to Conditional help tutorial would be helpful, perhaps?When swapping the settings from Terminal > Hub, and Hub > Terminal shown below in the Show/Hide Conditional Text window, one can click Apply and view the other version.
In FM 2020 (version 16.0.4.1062), I am creating a PDF and am stumped why my logo appears as it does in the attached screenshot. I've tried putting the logo on the master page and adding it to the body page, and I get the same result. I'm thinking it must be something with the image itself, which was copied from a Word document. TIA. Margaret )
Has anyone created PDFs from an ExtendScript with FrameMaker 2020 or newer (2022 beta) ? I have tried to use the Doc.Save function with the FileType set to SaveFmtPdf but this freezes FrameMaker - after sending a couple of (for me) incomprehensible messages to the console.I am not aware of any password protection. When I choose Save as PDF from the File menu, the PDF is created without any issues. If there is another way (using CallClient to the Publish panel ?) I would like to know that, too. I am not stuck on any particular method, as long as I can automate the creation of PDFs. Thanks in advance for a quick reply - especially if you have a working solution. Jang
Hi experts, I want to replace a condition format A by format B.The current TR contains format A (but of course may also contain other condition formats, such as C).The following code works only partially: ApplyCondFmt = function (oDoc, oTR, sFormat) { /* ========================= Arguments oDoc Document to be handled oTR Text range to receive the new format sFormat Name of Conditon format (was selected from catalogue) Reference http://frameautomation.com/category/extendscript/page/3/ */ var oCondFmt, oProps, iPropIndex; oCondFmt = oDoc.GetNamedCondFmt(sFormat); if(!oCondFmt.ObjectValid()) return; // emergency exit oProps = oDoc.GetTextPropVal (oTR.beg, Constants.FP_InCond); oProps.propVal.osval[0] = oCondFmt; // new format oDoc.SetTextPropVal (oTR, oProps); // seems to do nothing } // --- end ApplyCondFmt ------------------------------------------------ And of course I have no idea how to replace the format if there is more than one entry in
I have years of experience with DITA but structured/unstructured Framemaker is new to me.I am trying to style PDF output from DITA using the native Frame template/rendering engines (i.e. not the DITA-OT) in FM 2017.I've been using the 'Save Ditamap as" > "Book 2017 with Framemaker Components" workflow. I've hit three stumbling blocks:Additional front matter: Doing <notices href="copyright.dita" toc="no"/> does not pick up the copyright page.Additional back matter: My corporate style requires a back coverCustomized front cover content. I need to support additional text fields on the front cover. I've populated the bookmap's booklibrary mainbooktitle aand booktitlealt elements, but they are concatenated into one variable (Chapter Title Name) in the conversion process to unstructured Frame.For questions 1 and 2, is there a way to customize the list of components generated when converting?For question 3, how can I adjust the mapping between bookmap elements/subelements and unstruc
I currently have a header on a portait page that looks like this:The purple area is a company logo. I need the same setup in landscape with the logo on the left and the variables on the right. When I copy the header to a landscape page, the variables are in the middle oif the header and I can't get them to go in the right. I also have a landscape master page with the variables on the left and the logo on the right on which I tried to switch the elements with no luck. I assume I have to clear the header and start from scratch, but I still can't get the variables to go to the right side of the header. These headers were laid out by our FrameMaker guru 25-30 years ago without the company logo, but the corporate look and feel was recently revised to include the logo in the header instead of the footer. TIAMargaret
I have been looking into changing over to Adobe Framemaker from MadCap Flare becaise of the cost of Flare.I have been unable to successfully import and scale any of our illustrations or screenshots with success, and have discovered that this has been an issue with Framemaker for several years. As a note, we can import and scale the images into MadCap Flare, Word, and Libre Office, so I don't think the issue is the illustrations or screenshots. Does anyone else have this ussue and have you been able to solve it?
In a FrameMaker topic, I cannot insert text between two sections that were already inserted (linked with the source topic). Whenever I try to add a page marker before an inserted topic, the topic gets deleted.
I need to create multilingual instructions. Each language should have a table of contents that links only to the language's chapters. The book should be numbered from 1 to n.Is there a best practice? Thanks,Rainer
Each of our chapters starts with a title page that has its own Master Page, which contains a text box. We would like to insert a min-TOC in that text box, but the Insert > Table of Contents > Create Mini TOC menu item is grayed out. It's not grayed out if I'm in one of the chapter's regular body pages, only on the title page."Any suggestions?Thanks,Chris
I am on a trial of Adobe Framemaker and jhave had an issue with importing png files. I tried contacting technical support concerning a technical issue on the phone and by email. The gentleman on the phone was polite, but the phone connection was poor, and the gentleman had a heavy accent. My aging ears could not understand him. When I told him that I was having a problem hearing and understanding him, he, without warning, hung up the phone. I do not believe my attitude was rude or aggressive and his action concerned me. My main product is my training material. Excellent support from the vendor providing me with publishing software is paramount. Hanging up on a customer does not instill confidence. Also, I have not heard back from my email I support request., but receive prompt responses from their sales group when I asked a question. Can anyone tell me if this is an isolated incident or is this a common issue.
I see Framemaker in my "Included in your plans" in my Adobe account, but when I install it, it says I don't have a license. How to solve this?
I know how to create a basic mini-TOC, but I'm adding two styles for the TOC to grab (Chapter Number and Chapter Name) and whent he mini TOC is generated the TOC has the Chapter Number [page#] and Chapter Name [page#]. How can I get it to make the page number just at the end of the chapter number and name? (Chapter Number Chapter Name [page#]?
We just upgraded to Framemaker 2020 and I can't seem to find the option to set a darker user interface like I can in Photoshop, Illustrator, etc. Surely there is a way to do this? The interface is way too bright, especially since I have all of my other programs set as dark as they can go. If there isn't, why not and can we get thus option, please.
Hello,How to I create a named destination in my source DITA XML so that when FrameMaker publishes the PDF the named destination is unchanged from the DITA?I am trying to create an xref in one DITA document that gets published to PDF (call it document1.pdf) where it creates a hyperlink to a relative path such as ../folder/document2.pdf#named_destination.I cannot find any documentation for how to do this.If I open document2.pdf and edit the named destination, when I click on the hyperlink in document1, it opens to that specific page in document2.pdf, but it is impractical to manually edit all of the named destinations in the target PDF.Thank you!Pat
I have a table and a figure in FrameMaker unstructured. I try to add hotspots and links between different rows and parts of a figure. Each table row gives information regarding various parts of the exact figure. For this, I use the hotspot feature of FrameMaker. Now I have two issues:First, I want to add a recursive hotspot too. Whenever the user of my PDF clicks on any number on the figure, the user should be directed to the row of the table.Second, I want to highlight the hotspot on the figure and its linked table row when each of them clicked. As I understand, the FrameMaker hotspot feature doesn't have any highlighting option (change the stroke color of the hotspot rectangle and the linked table row color). So, I wonder, is this possible. Or can I reach this functionality via scripting? Any suggestions would be appreciated.Thanks.Sanam
Where can I change text edit colors? Deleting uses red text edit, but adding edits uses green which is not a very visible color. Is there a place and/or way to change text edit colors?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.