새로운 Adobe 커뮤니티에 오신 것을 환영합니다.
Questions
최근 활동
I'm outputting HTML5 from a large unstructrued Framemaker document. The file names in the output are based on the headings in the Frame doc, some of which are very long. These long file names are causing problems when the HTML5 output is added to the product build. (It would be a significant effort to rename all the long headings at this point and there's no budget for that right now.) Is there a way to shorten the file names in the output files without breaking all the links in the HTML5 output? The file names don't need to be human-readable. Someone suggested generating UUIDs for the file names, but I have no idea how to do that or if would see that would break all the links.Any help or suggestions would be much appreciated. Thank you.
Hello everybody!Sorry for the question, because most of you will find it primitive :)!I started using structure FrameMaker and created my own EDD. My EDD works quite well (at least I think so :)), but I can't solve a simple problem (due to lack of experience).The basis of the document is the Chapter, which consists of many Sections. Each Section consists of many elements, such as Heading and then following it: Para, List, ListNumbered, Table and so on.Each Table has a TableTitle with a simple numbering:Autonumber format: T: Table <n+>.I need the numbering of tables in each Section to start with the value Table 1.I used ContextRule «Table {after Heading}», but it only works if the Table is located immediately after Heading.I tried to use «Table {first} < Section» (and «{first} < Section»), but this ContextRule (to my surprise) doesn't work.The question is the following:How to correctly formulate a ContextRule for the first Table (or another element) in a Section, which is no
In FrameMaker 2019, the contrast between icons of excluded components and regular components isn't very good. Does anyone know which resource file these icons are contained in? (Klaus, you probably know :-). Thanks in advance.
I'm testing Sharepoint as a potential CMS for my company, and the integration is done and working, but it takes up to 10 minutes to check out a book and a couple of minutes to check out a chapter from inside the FM Repository Manager. We're on FM 19 and Office 365. Is anyone else experiencing this? Is there a solution? Does other CMS software have this issue? Thanks!!!
Dear fellows,I'm trying to put together a script that performs the following on an open FM book:1. Creates an array of book components.2. In the array, finds the book component with a file name that includes the word 'Carrier' and (nice to have: doesn't include the word "Internal").3. When found, opens the book component that includes the word 'Carrier' and (nice to have: doesn't include the word "Internal").4. Imports the conditional/variable settings from the 'Carrier' to the rest if the book components.5. Closes all book components. Here is my code snippet.#target framemaker var book = app.ActiveBook; var bookComp = book.FirstComponentInBook; book.IsOnScreen = 1; importCarrier(); function importCarrier() { var carrier = "Carrier"; var compAr = []; if (book.ObjectValid()) { while (bookComp.ObjectValid()) { compAr.push(bookComp); bookComp = bookComp.NextBookComponentInDFSOrder; } for (var i = 0; i <
Actually not a FrameMaker issue, but a change in Acrobat. I assume that many FrameMaker users also use Acrobat to manage comments. Until a few days ago you could create a new comment in Acrobat and enter text and then post the comment by just pressing ESC. However, yesterday I noticed that this does not work any longer. ESC only closes the comment, but does not post your comment text. Very annoying, when you now would have to do this with the mouse. As I have also a new laptop which could have different settings, I looked around. In the Acrobat forum I found the issue and a very good answer. Thanks to galilt61196587! Adobe changed the ESC key to ALT+ENTER. Here is the link to the thread in the Acrobat forum. https://community.adobe.com/t5/acrobat-discussions/esc-key-and-acrobat-comments/td-p/13022652
I open FM and it looks fine. I open a .fm file and it looks fine. But if I open a Book file I see TWO Recent Files screen. The one on the left is frozen and I cannot click on any link. The one on the right is normal. See attached images. Using FM 16.0.5.1096 on Windows 10.
I've set up a series of paragraph styles to apply up to six levels of tiered section numbers in the following manner: 1. 1.1 1.1.1etc. For most of my documents, table titles are numbered sequentially beginning with "1" (e.g., "Table 1," "Table 2," etc.), but in some cases, I wish to number tables according to the paragraph in which they're referenced. Is there a system variable I can include in the autonumber field when specifying a style that will take for its value the subsection in which the table marker appears? Or is there another way to do what I want to do that allows the table number to autoupdate with the section number? Thank you!JMW
Hi,I am having an issue (still) with only saw some of the links working in the TOC. I have checked the ones that work against the ones that don't and don't see any differences. The first three chapters have links that work. The TOC was created by a previous writer and I assume it was created as Insert TOC > Create Standalone TOC. I am including a screenshot of the TOC.Is there something really not obvious that I'm missing? Thank you for any help/advice.Elizabeth
Running (Structured) FrameMaker 2022.Our organisation has defined a structured application which is the first entry in structapps.fm. Unfortunately when a user launches FrameMaker they see a home page which offers a high level menu (Open, Restore, Connect, Browse), a list of recent items, and a tableau of Create a New Document options. The first seven options relate to DITA 1.3, and a user has to click on the eighth ("Other XML") and pick our application from the list of possibilities offered there.I would like to customise this part of the home page so that the options for our structured application appear first, but I haven't been able to discover how to do this. If there's a section for it in maker.ini I couldn't see it.Is there a way to promote our application to the front page? I don't want to supplant DITA in the rest of the world - just in our organisation 😉CheersT
Page previous labeled "This page left blank intentionally" now has text and tables, including a table directly over the label. How do I remove the label without disturbing the text and tables? Thanks!
Dear fellows, Following my post regarding importing a specific book component's formats into the rest of the book components, here is my updated code. For a reason that is unclear to me, the code fails on the "FS_FileIsOldVersion" open parameter with the "undefined is not an object" error. Will appreciate your inputs what could cause it.#target framemaker findCarrier(); importCarrier(); function findCarrier() { var book, matchedComps, CarrierFileName; book = app.ActiveBook; if (book.ObjectValid() === 1) { matchedComps = getMatchingComps(book, /Carrier/i, /Internal/i); return matchedComps[0].Name; } } function importCarrier() { var book, bookComp, targetDoc, CarrierFileName, openCarrierFM; book = app.ActiveBook; bookComp = book.FirstComponentInBook; if (book.ObjectValid() === 1) { CarrierFileName = findCarrier(); while (bookComp.ObjectValid() === 1) { openCarrierFM = open(CarrierFileName);
Hi,This is something I haven't come across before. I am trying to update a bulletted list to add a cross reference and page number. I have a list of three bulleted items that are flagged as Bullet Main. When I select an item and click Cross-Reference, the dialog opens and displays the same content as what's listed. When I click an item in that page and click Replace, the item is replaced incorrectly with the chapter number and name that this content belongs to. I have tried to replace each item in the bulleted list and each shows the same incorrect file. The three screenshots (numbered in sequence) added, show the evolution of this problem. Can anyone explain why this is happening and how I can fix it? Thank you.Elizabeth
PDF is one of the most common formats to share your technical and marketing content. There are various industry standards for creating PDF and these standards define the purpose and usage of PDF. Some of the most common PDF standards are: PDF/X: is used for graphics exchange and printing-related requirements. PDF/E: is used for interactive exchange of engineering documents. PDF/A: is used for long-term archiving of electronic documents. Depending on your organizational requirements, you can define a custom standard to create PDFs. These standards are created in the form of a .joboptions file. The latest release of FrameMaker allows you to use your own custom standard or the predefined standards to create PDF/A or PDF/X-compliant PDFs. The whole process involves copying your .joboptions file to a specific location. Thereafter, FrameMaker does the job of publishing your document using the settings defined in the .joboptions file. For more information,
Hi,I am in the process of updating a document that has text that is common to two other books.I have followed the procedure as indicated in the Help content for adding conditions to text. I can see the text that has the condition I applied, but I also see the original text in the document that does not have the condition tags applied. Is this normal? What I want to do is hide all the text that contains the conditon tag I applied. Am I doing something wrong?Thank you for any advice and help. Elizabeth
I am working with a client who has a number of guide books he wants to submit to KDP publishing. I have been investigating the proofing options now and has to conclude, that while one can generate an epub file which will look right in Calibre and on some epub readers, it won't work for Amazon. FrameMaker 2022 ships with an outdated script for Amazon and the epub which is generated from FrameMaker won't be validated by Amazons KDP previewer. Anybody from Adobe here, who can answer whether there are any attempts at fixing these issues?
Hello, i installed FrameMaker 12 on a new PC. I got the message that the serial number is already in use (with the maximum quantity of computers). I have to deactivate the product on another computer to use it.The harddisk of the old computer crashed, so the old computer is not available anymore. What can i do to use the software?
Hello,I am trying to install FM2022 but without any success. The error message 183 comes always when I am trying to install.Have tried all the help and fixing support for the Error 183 solutions but no success...Please helpThanksIsabel
Hi everyone, I've got 3 questions for the FM scripting mavens: Is there a programmatic way (maybe via command line) to launch Framemaker and run a specific extendscript without first manually adding this extendscript to the catalog or transferring it to the Autorun mode? Alternatively, is there a way to lauch Framemaker via an extendscript? Is there a way to run/call an extendscript from another extendscript? Thank you for your responses in advance!
Friends and experts, I do not really want to work with XMLAthor, but need a clarification of this feature or product interface: https://help.adobe.com/en_US/framemaker/2015/xmlauthor/index.html still exists There no mentioning of XMLAuthor in the User Guide since FM-14 (2017) Even FM-17 (2022) has files in $HOME\fminit\Workspaces for XMLAuthor XMLAuthor is also present in the user area WorkSpaces, but stays empty IMHO this is bloating code in FM ≥ 14 and I must not refer to it in any tool for FM ≥ 14 (ETB14up, Customising FM for FM-14 upwards etc.). What is your knowledge with this?
I am using Framemaker Version 16.0.1.817I have a frame document in japanese language with font Noto Sans JP. When I create a pdf, the font is not displayed correctly in the output pdf. If I use the option "Use Distiller", then the fonts are displayed correctly, but png graphics with transparent background are not displayed transparent in pdf output.This is a dilemma: either the font is correct or the graphics. But I need both.How to solve this?Thanks, Rainer
I gave a co-worker a book that has left, right, and blank master pages. I was looking at her reproduction of my book and noticed that she only has a right page master page. Is there some way that the left and blank master pages would get lost or deleted...something she may have done? Deleted them maybe?
I am inserting various frames via context rules in the EDD. I am trying to find a method to access some of the properties of frames that are automatically put on the page by FrameMaker via these formatting rules. Is there anyone who has tried (and succeeded) in doing this ?I have tried to find all graphic objects in the text frame but these auto-included frames are not there. Finding all graphic objects on the page only gives me the textframe.I have also tried to the to the frame via the properties of the paragraph for which the FrameAbove property is set, but that only gives me the name of the frame, not a handle to the frame itself. Or is that a hidden property in the propVal ?Any help would be appreciated - although I know that I am probably walking down untravelled roads again here...
Hey folks, I'm pretty much lost trying to use Sharepoint Online as CMS. "Regular" Sharepoint is about to get shut down in our company, and we're supposed to switch to SP Online instead. Setting up the connection was straightforward enough, and I can checkout files with no problems. I'm facing two major issues though:1. The most critical issue is that FrameMaker seemingly cannot save or load any file references. All our documents are organized in .book files, with images referenced from a sub folder of the respective book. So we literally have thousands of files references (across ~200 book files). All of these break whenever we try to use SP Online.2. Another issue access speed is excrutiatingly slow. Larger files take forever to load and open, and even a simple .book file will only down- or upload after a brief pause, followed by FrameMaker's placeholder "progress" bar, and another brief pause. This happens everytime and on any connection, even Gb fibre optic LAN.Is there an
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.
죄송합니다, 다운로드하려는 파일의 안전성을 확인하고 있습니다. 몇 분 뒤에 다시 시도해 주세요.
죄송합니다, 바이러스 스캐너가 이 파일이 안전하지 않다고 감지했습니다.