The official community for FrameMaker.
Als letztes aktiv
FrameMaker 2015 cannot find the Acrobat printer.Every time that I try to save an FM document as a pdf, I get the error message in the heading above.I have Adobe Acrobat Pro DC, version 2018.011.20038. (Installed 2/25/18.)And for FM, I have version 13.0.2.433. (Installed 10/5/2017.)This was working in January. I don't know why after a couple months of not using FM, this would happen.I know that in some instances the order of installation matters.
Hi, I have a function that copy a selected graphic n-times to special places in my document.After that i delete the selected graphic.When i use the function a second time with an other grapic the gui show me the preview of the first graphic instead. It happens since FM19 in FDK and in ExtendScript. With this simple function i can reproduce the Bug:function CopySelectedGraphic() { test_run_count++; var graphic = null; var doc = app.ActiveDoc; if(doc.ObjectValid()) { graphic = doc.FirstSelectedGraphicInDoc; if(graphic.ObjectValid() && graphic.constructor.name == "Inset") { var new_g = doc.NewGraphicObject(Constants.FO_Inset, doc.CurrentPage.PageFrame) ; new_g.Width = graphic.Width; new_g.Height = graphic.Height; new_g.LocY = (15 + (test_run_count * 25))* METRIC_MM; new_g.LocX = 90 * METRIC_MM; new_g.InsetFile = graphic.InsetFile;
Scenario: about 80% of the occurrences of a variable need to be updated, though I haven't yet decided whether text or a second variable is the more appropriate. Challenge: finding occurrences!I've checked my trusty FM 7.0 User Guide, which says under About searching "You can search for any of the following items: […] Variables – that's it. I've also tried a web search, which included forum postings. I think I may end up taking my own advice and apply a colour to the variable in question so I can search by eye: but it would be interesting to hear of a more efficient way of running this sort of search.
I'm attempting to apply custom styles to DITA structured content. The product help leads me to the Customize DITA Plugin: https://help.adobe.com/en_US/framemaker/dita/index.html#t=book%2FCustomiseDita.html When I follow steps 1 and 2 above, I do see the plugin tool, but the look is completely different, see image below. What am I missing here?
Can FrameMaker 2019 import MS Word 365 with Headings, Figures, Tables (a book) with Headers/Footers directly into Framemaker? The format of the Headings are: 1: Chapter Title Paragraph explaining what the chapter covers. 1.1 Section Paragraph explaining what the section covers or 1. Numbered List can be used below any of the Headings 1.1.1 Sub-Section &nbs
We have a requirement where we need to convert fm files to pdf programatically. We have explored options of DZbatcher and others but wanted to know if there is any possibility to achieve that without any third party tools. Can we make a exe utilizing FDK or something similar. If yes, would like to know options on how to start with. Also, is it enough to have a single user license for the framemaker to achieve this. In our requirements, user would request for PDF using another system and so it will be always a single system who uses framemaker.
Does anybody know when is FrameMaker S1000D package getting updated to Version 4.1?
Hi All, We are working with an FM2019 document (~346 pages) that has a TOC and an index. We want to generate PDF and HTML5 outputs for this document. In the PDF output, the index is complete and lists around 200 entries, ending with the letter 'W.' However, while creating an HTML5 output with Azure Blue theme, we get only around 70 index entries, ending only with the letter 'E.' Any idea, why the index is limited for HTML5? Thanks in advance for your help.Regards,Apurva
In my xml file with dita topic, I have defined the width of my tables as a set of colwidth arguments, such as colwidth="30*", colwidth="15*", colwidth="55*". Each corresponds to one column where the sum is 100*. The problem is that the table expands always to the full width of the text frame, violating the border line, I have defined in the chapter output template. See the attached image where the left side of the table must start at the same column as the line above i.e. Following warning ....
I'm using Frame 2015, FYI. I have set up my file to have page number headers that alternate left and right at the top of the page, with the first page in the section having a page number centered and in the footer.When I print my file to PDF, several of the page number styles change, to where a normal page (not first page in section) has the number in the footer, and the first page has the number in the header. So basically, for some reason the PDF is outputting the wrong styles. Also, after I print to PDF, the actual Framemaker file contains the wrong page number styles, as well.I totally realize this may be a tough-to-follow post, but any clarity on this and hopefully a fix is appreciated!-Andy
In my FM19 document I have hundreds of tables. They all look good in FM and also in the generated pdf.However, having the same size fixed width tables in the chm and html5 output don't look good. It's typically either too narrow or too wide, depending on the current window size.In the Publish settings, Style Mapping, I set the Table Size attribute Preffered Width to the value 0px.This works fine for the chm files, the table width dynamically changes when I change the window size.But the html5 output is much worse. The table width is still fixed, but also very narrow. (Less than half the width in the FM/pdf.)How can I get variable width tables in both Responsive HTML5 and MS HTML Help output?
Developer shows up at my desk, anxious about a document we last looked at four or five years ago: the .pdf has .tiff previews instead of clean vector graphics. Step 1: open the .book in trusty FM12 [why I've not been able to install TCS successfully is a separate saga] and take a look. The referenced graphics are displaying the .tiff preview, as I'd expect, but double-clicking doesn't launch Illustrator. (as far as I remember, it's still working in other .fm files) Step 2: without touching anything, run Save as PDF again … the result is a perfect .pdf with clean vector graphics. Any advice on avoid/resolving either problem will be welcome!
The function QuickSelect() should present a small drop down menu. The same kind of menu you get when pressing F7, F8 or F9.I wrote a PlugIn with the FDK for FrameMaker 2010 where this behaved correctly.result = F_ApiQuickSelect(docId, (StringT)"Please Select: ", &somestrings);In FrameMaker 2017 the same PlugIn (without recompilation) doesn't open the menu anymore. Instead it just returns immediatly with a return value of -1. FA_Errno is not set. So, judging from the return value, this looks like the user dismissed the dialogue right away. But that is not the case, there is no menu and no intereaction at all.The rest of the plugin runs without flaws. Recompilation with FDK 2017 did not fix this.The same behaviour can be seen when running the following from ExtendScript:app.ActiveDoc.QuickSelect("title", ["one", "two", "three"])The documentation and the object model viewer all say the function should be available and working.
Hi,After installing update 5 my cms Ditatoo is not working anymore. When connecting FM has to close. No error indication. When opening dita document form Ditatoo, FM gives an internal error 15054. Is there a solution or can I remove the update ? Thanks,Tobias
In order to publish to HTML, I am using dita and xml. I have a parent ditamap (book map), which includes multiple ditamaps, each is a chapter, including individual dita topics. I would like to chunk these dita topics, which as said are inside the chapter ditamaps, such that each chapter appears on one HTML page. Otherwise, each individual topic appears on one HTML page. I tried chunk="to-content" in the chapter ditamaps, as an example:<map> <topicref keyref="introduction_computed_tomography" type="topic" chunk="to-content"><topicref keyref="xray_basics" type="topic"/><topicref keyref="computed_tomography_basics" type="topic"/></topicref></map>This chunks the individual topics but the links and figures are gone. Is there a better way of gluing the topics inside the ditamap together?
If TOC entry text has superscripted text, any text in PDF file starting from that text is not hypersensitive. Also if TOC Reference Page format specification has font setting like <$paratext> <DefPageFont><$pagenum>then the page number will not be hypersensitive. I use FM 2019 with latest patch 5. I checked some older PDF files and seems like this behaviour has been there for ever.
Hello! I have a section in my document that includes a bullet point list. I have to publish a version of the document that excludes one of the bullet points and one version that leaves it in. However, when I use conditional tags to hide the one bullet point, the bullet itself stays behind. Is there a way to hide the bullet point along with the text when using conditional tags?
When I highlight a user variable (Table Continuation) and click edit, it brings me to Edit System Variable window. Is this a bug? I'm using Version: 14.0.3.500. Same thing happens for any user variable I try.
Hi, I have a function that gets the x-y co-ordinates of the first text character in a paragraph:function topLeftPoint(targetDoc, targetPgf) { // get loc of first text character in the pgf var firstCharOffset = (targetPgf.GetText(Constants.FTI_String))[0].offset; var txtLoc = new TextLoc(targetPgf, firstCharOffset); // get top-left Point relative to the parent SubCol return new Point( targetDoc.GetTextVal(txtLoc, Constants.FP_LocX).ival, targetDoc.GetTextVal(txtLoc, Constants.FP_LocY).ival ); } The FDK docs say that LocY gives the "Offset of the top of a character from thetop of the subcolumn", but it actually seems to get the y pos of the baseline. Am I doing something wrong, or is the documentation just inacurate?And does anyone know how to get the y pos of the top?The best I've managed is to subtract the FP_LineAscent, but that's not quite the top 😞
Dear friends,My script to expand all nodes works fine. The contrary function to collapse all nodes, does not behave:This is the starting point, the tree is generated an the top nodes are closedUsing button Expand makes the whole tree visibleAs long as the whole tree is visible, using Collapse works correctlyIf only part of the tree is visible and Collapse is used, nothing happens:→ What could be wrong with FunCollapseAll?function FunExpandAll(oTree) { // --- recursively used // Reference Peter Kahrel var j, branches; oTree.expanded = true; branches = oTree.items; for (var j = 0; j < branches.length; j++) { if (branches[j].type == 'node') { FunExpandAll (branches[j]); } } } // end of FunExpandAll function FunCollapseAll(oTree) { // --- recursively used var j, branches; oTree.expanded = false; branches = oTree.items; for (var j = 0; j < branches.length; j++) { if (branches[j].type == 'node') { FunCollapseAll (branches[j]); } } } // en
Dear colleagues,I am not talking about calling a function from another file for which I used the #include directive. I want to execute a .jsx that I know only at runtime.Until now I have found this: If a script file contains#target framemakerit is possible to use File(lvFilename).execute() (without the target instruction the script would simply open in ESTK).But: The execute() method triggers a warning that I should execute only scripts from trustworthy sources (or so…).Is there any other method to execute other scripts? Or is there a way to make my scripts trustworthy?- Michael
I recently updated my PC to windows 10, now my Framemaker 10 application opens, but when trying to open a .fm file, I get an error. Any ideas of the cause? All other co-workers with windows 10 are able to use Framemaker 10, but mine and another co-worker who recently updated to windows 10 cannot use the application.
I frequently keep getting error '15044 - FrameMaker encountered a serious error'. Adobe Tech Team took my app log by e-mail but couldn't ascertain the reason for the error. This error appears randomly, not specifically after any action, and closes FrameMaker and all my unsaved work is lost. Previously a file was corrupted and I could not open or retrieve any data from the file. Appreciate any info on how to avoid this.
How can one specify which documents FrameMaker 2019 uses to generate a Mini TOC?I have a Book with 80 Chapters, each chapter must have a Mini TOC with links to content para tags within the content of that chapter.At present, I select the chapter folder and insert a 'Stand Alone TOC' into that chapter.I then import a template to format the TOC paratags and then update the Book, select the Mini TOC to be populated, FM generates a Complete Book TOC into the mini TOC page, then I select all the chapters that are not applicable and delete those, leaving the mini TOC headings I want for that chapter only.This is arduous as the Complete Book TOC is 10 Pages now, and growing.There has to be a better way, what am I missing here?
Hello,I sometimes can't add a new tab stop, or edit a tab stop that has already been added, using the Paragraph Designer. Here's what happens:I click on the tab I want to change and click Edit. The Edit Tab Stop dialog opens.I enter the position in the New Position box.I click Continue.This closes the Edit box and goes back to the Paragraph Designer. The new tab is in the list, but only for a second, and then it just disappears. I go back to the beginning and try again, but the same thing happens.The same thing also happens when I try to edit a tab stop that has already been created.An important thing to mention here is that this is an intermittent problem. It doesn't always happen - sometimes it works fine, for either adding new tab stops or editing an existing one. I haven't been able to discern any pattern associated with it.This wasn't a problem in FM8. But this past summer I upgraded to FM 2015 and I have encountered this problem numerous times. Is this a bug? Or is there a new st
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.