Read Excel file and extracting rows and columns data.
Hi, How to read excel file,and extracting datas from rows and columns using extendscript for framemaker.Please suggests if any ideas.
View ArticleHow to determine if a page is blank?
Trying to create a script to determine if a page is blank. Been thinking on scrolling through the BodyPage collection but not sure how to link that to the actual flow. Any ideas I can start with? Thanks.
View ArticleFind and replace with wildcards in framemaker.
Hi,How to find 5 digits value with comma (10,000) and replace 5 digits with dot (10.000) and space (10 000) using wildcard for framemaker using extendscript ? Please suggests if any ideas. Thank You.
View ArticleWhen I click on New Script nothing happens
I am using the FM 2017 release and have installed the FDK2017 from the official website.I open Framemaker, click on file-->script-->new script but nothing ever happens. I do not get a error...
View ArticleExplain setup find parameters.
Hi, I didn't understand the following code in extendscript for framemaker. what is the purpose of findParams[0] and findParams[1]. And why we have to choose findParams[0].propIdent.num =...
View Articleselect text from paragraph.
Hi, I want to select particular text from particular paragraph.So how to select paragraph and text using extendscript for framemaker? Please suggests if any ideas. Thank You.
View ArticleNeed help with applying hypertext markers with specific commands to paragraphs
Hi all. I'm new here and new to scripting. Been reading a lot and watching some videos but it still hasn't quite clicked. I'm am trying to write a script that will apply a hypertext marker to a...
View ArticleFrameMaker Plug-in development
can you please tell me which Tool I use for FrameMaker Plug-in development.
View ArticleHow to create our own plugins
Hi All, I want to create my own plugin, Is there any tutorial available. I want to do it in java. Thanks in Advance.
View ArticleRunning a Publish script at startup
I have a script that reads a simple XML file, which has to be in the same folder as the script and with the same base name. For example, the script is called PublishOutput.jsx and the XML file is...
View ArticleHow to open .fm files and save to .dita within extendscript
Hello I want to open .fm files and save to .dita within extendscript. I tried some example from the forum but they don't open my .fm files. Thanks.
View Article2019 FDK, FV_SaveFmtBinary140 problem, save file as previous version
Hi In our custom application we have a function to save files in older versions formats using the FDK. I am using the latest FDK to save a file from v2019 to v2017. I use the "FV_SaveFmtBinary140"...
View ArticleCalling XSLT with CallClient
What is the syntax for calling XSLT transformations with ExtendScript's CallClient method? An example would be helpful. Also, are there any other undocumented methods or properties that have been...
View ArticleHow to do multi-threading on extend script ?
I have process which takes around 10 minutes - during this time I see frozen window on frame maker. Any ideas on this issue ?
View ArticleHow to run shell script on extend script ?
Does anybody know how to run shell script on extend script ?
View ArticleLoop through all the files in book and align the graphics to center
Hi, I need an extendscript to loop through all the files in a book and align the graphics to center. Thanks in advance.
View ArticleHow can i use the FS_PDFUseDistiller porperty ? And how can i set the STS file?
Is the an example how to do this ? Josef Böhm [Moved to Scripting sub-Forum by moderator]
View ArticleMoving menu commands
Has anyone had success adding custom commands to FrameMaker menus and then moving them to different locations on the menu? I can do this with the FDK and FrameScript but I haven't had success with...
View ArticleHow to save Ditamap as "book xx.0 with fm components" using ExtendScript?
I'm trying to write a ExtendScript Toolkit script to save a diamap file as a "book 11.0 with fm components". When I do this manually I check the box "Prompt for Dita Val File" and select the...
View ArticleHow to add .fm files to existing book using ExtendScript ToolKit
I am writing an ExtendScript Toolkit script to open a ditamap, save it as a book, and then add some boilerplate .fm files in a specific order between the title page and TOC. So far I've got everything...
View Article