Dear all this is not specifically a FrameScript question, but with all your knowledge you might be able to help? Rick Quatro once upon a time had to change his...
Andy, The problem you are having is unrelated to the problem I referred to in the archived message. The problem is caused by the way FrameMaker handles changes...
Rick Quatro
frameexpert@...
Mar 1, 2004 11:26 am
4744
... (3.0) ... Anybody? Please let me know if FrameScript doesn't allow to optimize the PDF size. Thanks Tobias...
Rick ... the ... prompts ... Usually the way to get around the above problem is this: For the first location, you set the dialog options to "Update document to...
Tobias, You should download the FDK documentation from Adobe.com. Page 702 of the FDK 7 Programmer's Reference contains detailed instructions on calling the ...
Rick Quatro
frameexpert@...
Mar 1, 2004 12:55 pm
4747
Thank you very much for your hint, Rick. For those who are interested, the following example shows pretty much what the options are (running Windows): New...
Hi, I have a script that tells FrameMaker to perform a series of Save As PDF operations. It works fine, except that Distiller (which was not running at script...
... I certainly use Distiller command line options to do this. I have a script that calls Framemaker I use Framescript to print the file and exit. The calling...
Marcus Streets
marcus@...
Mar 1, 2004 3:56 pm
4750
... Thanks, Marcus. I'll probably rework my scripts to use your solution, since nobody else replied with a magical flag that will make Distiller do what it's...
Hello Jurgen, The problem is the following: Each graphic specifies the next graphic in the document. Before you delete a graphic, you need to store the next ...
I know very well that this is a FM list, but perhaps a few of you out there have dealt with this situation because it involves PDF creation. On a one-time...
Thought I'd follow up on my earlier post. There is an error in the documentation. The SelIndex property (which the documentation states is an Integer, used to ...
I want to change all of my Index markers to a marker that designates which language is being indexed. I want the script to find the Index marker then change...
Hello ... It seems that it is not possible to change the Size of an EForm from within a script. From an OnClick-Event (RadioButtons) I tried to set the height...
I've got a load of tables that contain an anchored frame inside of the heading row. That anchored frame contains another table. I need to pull some data out of...
Hello Chuck, ... the anchored frame. Use the Get TextList command for returns aframe objects in cells. The vCell is a cell object that contains one or more...
OK... I sort of get it. I can find the table and the Anchored Frame in the table, and I can test for a table in the Anchored Frame. For some reason I keep...
Chuck, ... Take a look at the AFrame in your table: The container of the inner table is not the AFrame, but a TextFrame inside that AFrame. So Get TextList...
Hello Chuck, ... the inner table is a child of a textframe. outer table->tablerow->tablecell->pgf->AFRAME->TEXTFRAME->list of inner tables. add following line...
Hello, I have an Eform object that displays a set of controls. When the user clicks a button, FrameScript displays the built-in "ChooseFile" dialog box. I want...
Hi! We have some complex tables in our docs which are very difficult to build by hand but quite easily by Framescript. Is there any possibility to set the...
As a new comer to this list, I would like to publicly thank, Klaus Mueller for his outstanding help on line. The help that he has provided, and the scripting,...
Hi scripters, I want to place a graphic directly (without an anchored frame) on a master page. When I import the graphic, it appears on the body page, because...
Hello Michael, ... Use the New Inset Command for import a inset on the masterpage. Set objCurrentDoc = ActiveDoc; Set objMasterPage = FirstMasterPageInDoc; Set...