『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for FrameMaker.
新着順
Dear all!I have no success in changing the case of found items with Find/Replace using Regular expression in FrameMaker 14.0.3.500.I want change lower case characters after n-dash followed by blank b< the upper case equivalent:Assume no change in maker.ini, hence RegularExpressionSyntax=PerlFind: – ([a-z])Replace: – \U$1 or – \u$1 or – \p{Lu}$1Consider case: on or off=> None of the replacements does the job!Then I have tried various things with RegularExpressionSyntax=egrep or grep. No success either.My syntax reference is Replacement Strings Reference: Context and Case Conversion Bug? Wrong syntax? Klaus Daube
Hi,I have a pdf output from FrameMaker 2019. We encounter this "Transparency used (soft Msk in image) error message for all the images used in this FrameMaker doc. The PDF output from earlier FrameMaker build (10) didnt have this error.Anyone can advice here? Thank You.
Hello, Is it possible to create a variable that will automatically be the page number of where a section is in the document? I am asking because every time I have a major change in the doc I need to update the pages in the summary of changes which is considerably time-consuming... Thank you
When I compare two documents and there is a change with an anchored frame, the line width in the comparison doc ends up being 7.199pt. Is there a setting that controls that? Or is there an easy way to change it? Here is what it looks like. Thanks,Nick
Hi, I am trying to get FrameMaker to run any of the samples included in the FDK. FrameMaker throws the exception that script <hello.dll> can't be initialized and I am running into a brick wall trying to figure out what I am missing.I've added the nessecary include files and lib's before compiling and added my client to my users maker.ini, but I have the feeling I am missing something. Sadly there is no checklist in any of the guides or documentation for FDK that helped me so far to figure out what I am doing wrong. I am using the latest FDK version and Visual Studio 2019. Any help would be greatly appreciated.
Hello all. I've used FrameMaker in various jobs throughout the past 25 years or so (off and on) and currently am on the 2019 version. I've just tried to Find cross-reference markers, but ran into a problem. In Find > Marker of type, I see the same choices as what's in Find > Marker of text, which I'm not familiar with. I was looking for a list of marker types such as Index or Cross reference.Is this a bug or has something changed from FM 2017?
Hello everyone,I am successfully using ditaval files to filter content in a series of documents. What I have is a question about simplifying the process.- We use the props attribute for *specific* elements in our topics (for example, section)- Our list of values for the props attribute is maintained in a spreadsheet because it is updated on a regular basis- Our list of values are updated regularly because FrameMaker requires the list of values be *exactly and completely* defined - which is great until you end up with what I have now- Content in a topic may apply to more than one document (we filter by destination document rather than product)- When filtering, FrameMaker treats, for example, HGNHP HGEXO differently than HGEXO HGNHP- So the spreadsheet contains every combination we use - and is updated each time we change or add combinations of destination documents, so for example we could need a new entry HGNHP HGEXO HGEP- Using the spreadsheet, I generate a text file listing all the c
We created a Console application to create Framemaker session using FDKProgrammer guide. We were able to register Progid manually using the below command line:Win+R : “C:\Program Files (x86)\Adobe\Adobe FrameMaker 2019 (32 Bit)\Framemaker.exe “/progid:Test321 /autoWe connect to the session using the below code snippet. StringT opt_progid; CLSID pclsid; LPOLESTR progStr; HRESULT res; F_ObjHandleT docId; // Get the process name. opt_progid = (StringT)"NewTest"; // Convert the process name into a GUID progStr = (OLECHAR*)malloc(WBUFLEN*sizeof(wchar_t)); if (0 == MultiByteToWideChar(CP_ACP, 0, &n
Hi guys, I'm creating X-ref's to other HTML5 files in DITA (structured FM),These are files that are stored locally on a drive and the documents ofter refer to other documents that have been converted to HTML5. The HREF target that I have been using has either been aquired from the 'Index' properies>security link, or from loading the index in chrome etc, and copying the link from the URL. When I set the X-ref initially and test it using CTRL + ALT + Left Mouse Button, it works just fine. However, when I reload the topic, the link breaks completely and upon inspecting the Href panel, the format appears to have changed. The inital Href format looks like this and works (you won't be able to open it)file:///B:/Production%20Documents/All%20Departments%20(Company%20Wide)/TP/ATP-85800141/Responsive%20HTML5/index.html#t=ATP-85800141%2FAll_Departments_(Company_Wide)%2FTP%2FATP-85800141%2FEquipment.htmlnts_(Company_Wide)_TP_ATP-85800141_Eq
Hi Everyone,Hoping someone has seen this and knows how to fix. My book has (up until recently) always generated hyperlinked miniTOCs when saved as PDF. (Same result when Print to PDF.)Just noticed MiniTOC has stopped creating links in PDF, but all other hyperlinks still work. (Same result when Print to PDF.) See attached.Is there some behind the scene Reference Page code (or similar) that has become corrupted in my FM files?I tried deleting and inserting miniTOC, confirming the Create Hyperlinks in MiniTOC is set, for several of them, with same result.I tried another book with miniTOCs, and they Save to PDF with hyperlinked PDF results.I need to release this book soon, and this is out of my league for troubleshooting Frame to PDF.Thank you very much.fred
Hello all! I'm working with an old manual that has been edited by many hands over the years. I'm havin an issue that looks like has been around for awhile in the document but never truly fixed. I'm hoping to change that with your help.When I look at the figure numbers they are sequential and the auto numbering works and then suddenly it doesnt. Example: Figure 4-22....4-30 and then it will go to 4-19. I look in the Paragraph Designer and it shows the same format with counter as the previous working ones"Figure <$chapnum>< >-<n+>< >< >< >< > ". I can manually enter the number and then will have to do the same for the next few figures and then the auto counter will work again but bases it on the manual number I previously entered. This scenario happens over and over in the chapter. This is driving me a little crazy. I'd appreaciate the help.
I'm not presently using FM to generate HTML, but based on a couple of recent threads about non-breaking spaces and HTML, I was running some experiments. According to the on line documentation, the mapping of special characters is controlled by the Character Macros table, found on one of the auto-connect Reference Pages all named "HTML". These RPs may not exist until you Publish to HTML5 or basic HTML for the first time. The table, however, doesn't seem to do anything. I changed the default:| ® | &#174; |to:| ® | &reg; |and the output markup remained "®" (Unicode U+00AE, also AEh in most Latin Extensions to ASCII). FM appears, by default, to render Body text CTRL+space \x11 to HTML as an ordinary ASCII 20h, Unicode U+0020 space, and not as either &nbsp; or U+00A0 NO-BREAK SPACE. Adding a row to the Character Macros table, of| CTRL+space | &nbsp; |did not change that. So what does control mapping for HTML output?
In my FM19 document I have a non-breaking space in a heading: I have a cross-reference to this heading: But in the generated HTML5 output, this cross-reference looks like: How can I avoid this &nbsp; output in the generated HTML5?
Hi, This is just for info, if anyone else needs to find non-breaking spaces with regular expressions. "\ " or \u00A0 or \s does not work. And it took me half an hour to find out that I have to use this notation: \x11 (in the online help in the appendix in Windows character sets; not described in the section about Find and Regular expressions) Characters in Unicode notation are generally not found with regular expressions. Best regards Winfried
I have almost never used the spellchecker but now I am trying to make it work on some danish text, and I can't figure out the system.I want the spellchecker to find words which have old spelling conventions and correct them to new conventions. Like this:Spellchecker finds the word "Saa" which is old danish for "Så". "Så" does not figure as an option for correction so I type it myself and click "Correct". This works - FrameMaker inserts "Så" instead of "Saa".Now I would like FrameMaker to automatically suggest "Så" as the first replacement option next time it encounters "Saa". But how do I make FrameMaker do that. Apparently I should be able to add "Så" to the dictionary but that does not really seem to work.What am I missing here?
Howdy,Sometimes when I use Track Text Edits and Accept and edit, it will accept the new text, but the old, deleted text remains as redlines. Any idea why this happens?I've tried turning Track Text Edits off and on (hey, I'm using Windows), but it doesn't change anything.
When opening an fm file in FM2019 I do get a 'font missing' message. But the fm search doesn't show me where the font is. The MIF version of the file shows the missing font:<Tbl <TblID 99> <TblTag `B-Sb'> <TblFormat <TblColumn <TblColumnNum 0> <TblColumnWidth 100.0 mm> <TblColumnH <PgfTag `A4_Tag'> <Pgf <PgfFont <FTag `'> <FPlatformName `W.Frutiger 45 Light.R.400'> <FFamily `Frutiger 45 Light'> <FVar `Regular'> <FWeight `Regular'> <FAngle `Regular'> <FPostScriptName `Frutiger-Light'> <FEncoding `FrameRoman'> ... > # end of PgfFont > # end of Pgf > # end of TblColumnH ... I'd like to change the missing font to an existing one, i.e. Arial.The tags that need to be changed are:<FPlatformName `W.Frutiger 45 Light.R.400'><FFamily `Frutiger 45 Light'><FPostScriptName `Frutiger-Light'> Is there a way to change the font in FM directly (and not in MIF)?
HI All, try to install 2019 FM , getting the Browser error . On the same machine FM-2020 able to install. Not sure what could be the issue , please asisst
I'm trying to teach myself to script. I have a basic understanding of programming syntax and a passing familiarity with basic JavaScript, but I'm pretty much learning on the go. My goal is to write a script that steps through each table in a document and modifies various settings of each. The first part of the script is borrowed directly from the second example script of the Adobe FrameMaker Scripting Guide (Ch 3, p. 8). The Tbl properties I took from the same doc (Ch 5, p. 523). When I run the script in the ExtendScript Toolkit, the script executes without error, but none of the settings are applied in my open Frame document (i.e., all of the tables appear as they did before I ran the script). I'm not sure why it's not working. The documentation available (PDFs and Object Model Viewer) are pretty opaque, and there's very little in the way of explanatory information to help me connect the pieces. I'm guessing I'm out of my depth, but I'd really like to gain proficiency;
Hi, I am looking to check if a book/doc is valid (same as doing Esc v d) but programatically. I can't find this in the documentation; the closest I can find is:CallClient("FmValidateXml", "XML pathname"); Is there an equivilent of this for binary FM docs and books? Also, is there any documentation available for built-in API clients beyond the few examples in the FDK docs? Thanks,Dan
Since several years I have been working with a large multinational translation and publishing company, who needs to get a FrameMaker expert on board. This person will be maintaining and extending the structured application(s) and automation code. Thorough knowledge of FrameMaker as a user and implementer of Structured Applications plus experience in ExtendScript are required, knowledge of XSLT is a big plus. Contact me via direct message if you are interested in discussing this opportunity.
Now when I publish my responstive HTML, the topics folder is capitalized. None of the other folders are capitalized. Please help this will create a lot of relinking work.
After FM 2020 is reinstalled on new laptop, navigation view options such as select heading and content and delete are not working, Can anybody please help on this?
We have book files that contain several chapters and a glossary. We created numerous named destinations (specify named destination/jump to named destination) throughout the FM files. If we check the links in the FM files, they work fine (i.e. the linked word jumps to the correct spot). However once we PDF, it loses some (not all) of those links. Anyone have any suggestions for figuring out why or fixing the issue? To PDF, we print a PS file then distill it. We are using FM 10. There appears to be no rhyme or reason for which words work and which words don't. Any help is greatly appreciated!!
Today, I found out that I cannot sign in to FM 2019. I get a Sign-In Now dialog box and click Sign in.Then, I see an error, "Update Required Your browser or operating system is no longer supported. You may need to install the latest updates to your operating system." I am using Windows 10 all patched up and have tried the latest versions of Chrome and Firefox without success. Help? Cheers, Sean
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.