The official community for FrameMaker.
Recently active
Hi community,I try to get external links of doc using markers. I filter markers with type 'Hypertext' and search in them 'www', 'http'. Problem is that when working with big file, that contains more than 30000 markers FrameMaker crashes.Here is the code that I use:function getLinksFromDoc(oDoc) { var marker = oDoc.FirstMarkerInDoc var dLinks = {}; var lTemp; while (marker.id) { if (marker.MarkerTypeId.Name = 'Hypertext' && (marker.MarkerText.match('URL') || marker.MarkerText.match('http') || marker.MarkerText.match('www') ) ) { markerText = marker.MarkerText; lTemp = markerText.split(' '); for (var i = 0; i < lTemp.length; i++) { if (lTemp[i].match('http') || lTemp[i].match('www')) { dLinks[lTemp[i]] = 1; } } } marker = marker.NextMarkerInDoc; } return dLinks; } Does anybody know how to get only markers with specific type? What can I do to optimize the code?
Hallo NGBeim Installieren erhlate ich die Meldung, dass "Ihr Browser oder Betriebssystem wird nicht mehr unterstützt.....Windoes 10 21h1 Enterpriese 64 Bit Kann jemand weiterhelfen? GrussEric
Hello Guys, After generating the PDF from FrameMaker, when opening the file I receive the message that there is insufficient data. I looked for updates although apparently, I have the latest installed. Any suggestions?Thank you
Hello Guys, Is it possible to delete one single change bar without having to clear all? Daniela
I'm seriously worried about "raising the bar" of software reqirements in the post for software versions which aren't current (like FrameMaker 2019). This means a perfectly running combination of older software in an older OS (e.g. in a VM) can stop working one day for no reason, correct? The stereotypical answer of "just get the latest version" while pushing people from using their perpetual licenses into subscription is not a proper solution.
Hello All, I have been producing complex tables of contents, lists, and indexes from unstructured FrameMaker books using ExtendScript and XML. I want to do a case-study and webinar to demonstrate the process I am using. Please let me know if you need a "generated" file that FrameMaker can't accomodate with its list and index features. Examples include picking up marker and paragraph data, information from master pages and variables, or the desire to present the information in a table. I am looking for a good document set that I can use in a case-study and webinar. In exchange, I will provide the scripts for you at no cost. Thank you very much. -Rick
It looks like the Extendscript documentation for the book method (page 599) has been swapped with that for the document (page 714), so the note about ImportFmtInclude is missing for the book, but is superflous for a document. I have created a bug report for this documetation error FRMAKER-10499 The other part to this error, is how can the ImportFmtInclude be cleared or set, through the user interface? It is easily manipulated from Extendscript or c++, but I can find no reference to it in the user manual, at least for 2019. Also, is it a bug that a generated document, the table of contents, which is unstructured in my customers environment, does not have this property cleared? Jon
Hallo, ich möchte direkt aus FrameMaker ein Formular erstellen und als interaktives PDF ausdrucken. Ich freue mich auf Hinweise. Danke im Voraus
We have installed the application Adobe FrameMaker 2019 to a server(Windows 2012 R2) which we use periodically to process large number of .cgm files (16000 - 35000).When we start the conversion, we could see the processing through application's GUI screen.The conversion process is carried out without any problem if we keep of RDP screen open but when we minimize or close(X) the RDP screen(not log out) then the application enters idle state and the conversion process is paused. The conversion process continues again when we maximize the RDP screen or when we login again. We would like to how to make the Frame maker to continue processing even when we minimize or close(not log out) the RDP screen.
Each time I try to select a different STS file (or navigate to one), the Publish dialog closes immediately and FM crashes (usually). I'm working with files on my desktop and I've tried to update my FM 2019, but FM tells me i'm up-to-date. Thanks
We've successfully moved from unstructured to structured FrameMaker, creating an extensive EDD to cater for the different elements (type of content) our documents contain. This is working very well for us. Now we want to move to the next step - using DITA. Just like starting out with Structured FM, I'm at a complete loss where to begin.I've watched a number of YT videos on the topic, but most seems to go with the assumption that you're already familiar with DITA. I need something that goes back to real basics. Can anyone point me in the right direction?Thanks,Quintin
Hello, I’ve had the privilege of trading in one laptop for another. This has meant a new version of FrameMaker.When I open some old files, however, I get a ton of messages about unavailable fonts.For example:“The ‘Agaramond-Regular’ Font is unavailable.‘Times New Roman’ will be used in this session.” Where / how can I get the Adobe fonts I need?I'm using FrameMaker 2019. Kind regards, Fred Gerke
Can blank space be removed automatically when I donnot select the conditional tags that I have added to a table, sentence, or paragraph? Or how can i remove these blank space?
I downlaod and installed Framemaker_15_x64_LREFDJ (the latest as of yesterday) for Windows. However, when I try to launch it, nothing showed up. I follow suggestions in a similar thread (https://community.adobe.com/t5/framemaker/fm-2019-fails-to-launch-after-seemingly-successful-installation/m-p/10116070#M57649), but could not get anywhere.BTW, I installed earlier Framemaker 2019 version in the last couple of years without any launching issue. And I have been a Framermaker user for 3 decades and rarely had issues.
HelloI received data from another company.However, there are too many missing images. Even if you include all of them in the 'List of', I can't see them. Full image list orWhere can I find a list of missing images? Thank you
In Automatically text Format change - Adobe Support Community - 12125343, @Daniela Barros asked how to include heading numbers and leader dots in a TOC. Daniela, I am answering your question in a new thread. There are three steps to creating a TOC: 1. Specify which paragraphs (or, in a structured document, elements) in the original document or book contribute entries. This specification is made in the Set Up Table of Contents dialog box. 2. Specify what information is extracted from the document/book for each entry. This is made on on a reference page named TOC in the TOC file. The TOC page has an entry for each paragraph format that will contribute to the TOC. The tag for a paragraph on the page is the same as that of the original format with TOC appended at the end. For example, if you want to include information for Heading1 paragraphs in the original documents, you need a paragraph tagged Heading1TOC on this page. 3. Spe
I am trying to edit my styles in a way where numbered lists appear as so:1. Text after number is regular font after an autonumber paragraph is usedHowever, the only tw ways that I can seem to get it to show without making manual edits is:1. Both number and text is boldor1. Both number and text is regular Can someone give me some shortcuts on how to mix bold 1. numbers with regular text?
We recently updated our unstructured FrameMaker 11 to version 12, and now when I update a book using files created in Frame 11, I get this error, "Could not open X document because it was created with a previous version of FrameMaker." I get the error even after I have opened, saved, and closed the file in question in FrameMaker 12, so it is "converted" to the new version.Here's a screenshot of the error I'm getting when updating the book:Thanks for your help!Becky
Hi,For this client, the source content is written in English. Images are set to 'run-in' and right aligned. So they appear on the right side of the page, while the text is on the left sde. Now these documents are translated into Arabic. Direction is reversed: text goes right to left. But the images are still right aligned. We'd like to have the alignment for anchored frames reversed as well. Is that possible? Or should we add a feature request? Thanks, Wim.
I have paragraphs splitting across pages, when there is room on the previous. I resolved this issue some time back, and I know it had nothing to do with orphan lines, but I've forgotten what the solution was...been a few months since using Frame 2020. Thanks!
I have developed a very large book over the last 20 years, using various versions of FM. I currently use the most recent version & update. The book contains an Index of more than 100 pages of double column format. Recently, I have noticed that Index marks that I have added to the book have not appeared in the Index after subsequent updates of the book. Is there a maximum number of indexes that can be incorporated into a book?If not, can anyone suggest what might solve my problem of missing entries in the Index?Thanks in advance for any help that may be given!
Hi,for a client we have setup templates to import Arabic translations. All goes well, except one thing: when importing formats (Document Formats) the Direction setting is not imported. So we have to set that manually (Format, Document, Direction). Is this 'by design' or is it a bug?Should we post a feature request? Thanks, Wim
I have arrows drawn inside an anchored frame but when I publish to HTML, the arrows disappear. Is there a setting somewhere to include it?
We use an Equation Element to insert the Element, but having different Elements for the different equation sizes doesn't solve the problem as changing the element from EQLarge to EQMedium (for example) doesn't change the equation size. How do you change the size of an Equation? I've tried changing the size via the Object Properties > Equation > Size dropdown, but the equation size doesn't change. Is the only way to insert a new equation with the desired size and recreate the equation? Thanks,Quintin
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.