Re: PDF problem

2009-06-23 Thread Cynthia Cobb
Thank you everyone for your suggestions. This is what solve the problem: * changed the default bookmarks and tags in the PDF dialog box to Chapter, Appendix, Heading 1, Heading 2, Appendix 1. Appendix 2, and Group Tiles, IX * downloading a patch from:

Will two different versions of Distiller on the same machine cause problems?

2009-06-23 Thread Garnier Garnier
Hello Framers, I have a query. I use Framemaker 7.0 and Distiller 5.0. We recently acquired Acrobat Professional for generating editable pdfs. Do I need to follow any do’s and don’ts for the installation? Will the two registry entries cause any discrepancies? I have decided to install the

Re: Help with Saving 200+ FrameMaker 7 files in FM 9

2009-06-23 Thread Shmuel Wolfson
This would be a perfect use for AutoIt. It's a free Windows scripting tool. You could write a very short script that would stay in a loop and click OK for you. Below is a sample AutoIt script. Dim $max Dim $x = 1 $max = InputBox(,How many iterations?,5) While $x = $max WinActivate(Adobe

RE: Will two different versions of Distiller on the same machine cause problems?

2009-06-23 Thread Fred Ridder
Garnier asked: I use Framemaker 7.0 and Distiller 5.0. We recently acquired Acrobat Professional for generating editable pdfs. Do I need to follow any do’s and don’ts for the installation? Will the two registry entries cause any discrepancies? I have decided to install the Acrobat

RE: Will two different versions of Distiller on the same machine causeproblems?

2009-06-23 Thread Combs, Richard
Garnier Garnier wrote: I use Framemaker 7.0 and Distiller 5.0. We recently acquired Acrobat Professional for generating editable pdfs. Do I need to follow any do’s and don’ts for the installation? Will the two registry entries cause any discrepancies? I have decided to install the Acrobat

Font Issues - Keeping Your File Clean - More Recap

2009-06-23 Thread Oran Petersen
As a Postscript (no pun intended) to the earlier recap of font issues, I offer the following: As Stuart Rogers mentioned, pasting text, with the help of a plugin, can also solve font issues. Many companies, mine included, do not allow use of plugins as they fall under the realm of

RE: Font Issues - Keeping Your File Clean - More Recap

2009-06-23 Thread Lea Rush
This is great information, Oran. Thanks!! -Original Message- From: framers-boun...@lists.frameusers.com [mailto:framers-boun...@lists.frameusers.com] On Behalf Of Oran Petersen Sent: Tuesday, June 23, 2009 8:36 AM To: framers@lists.frameusers.com Subject: Font Issues - Keeping Your File

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Alison Craig
Is there a way to create a style that accepts all existing formatting and simply applies (i.e., forces) a page break? My attempts to create such a style have failed so far. I really don't want to have to create an Override every time I want a page break based on layout/esthetic reasons.

RE: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Lief Erickson
Alison-- You can create a style that has a large space below defined, which has the effect of pushing everything to the next page. This is what I have done and has worked well for years. I called mine 0PageBreak so that it is the first tag that appears in the list when I press F9, which makes it

RE: Font Issues - Keeping Your File Clean - More Recap

2009-06-23 Thread Fred Ridder
Oran Petersen wrote (in small part): Now unformatted text is the default paste action, and Paste Special is not needed. Two more points: 1. In Paste Special, the order of the list items does not reflect the order in maker.ini. 2. You can still use Paste Special to select RTF, etc. to

Re: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Writer
On the Pagination tab of the Paragraph Designer, you can set the paratag to start at the top of the next page by setting Start to Top of Page. For example, if you have an H1 tag, you can create a twin tag called H1_break, but set it to start at the top of the next page. Nadine --- On Tue,

Re: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Stuart Rogers
Alison Craig wrote: Is there a way to create a style that accepts all existing formatting and simply applies (i.e., forces) a page break? My attempts to create such a style have failed so far. I really don't want to have to create an Override every time I want a page break based on

RE: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Fred Ridder
Stuart Rogers wrote: I use a PageBreak tag defined with 2pt font and 999pt space below, inserted (with no content) immediately before the pgf that should move to the next page or column. I used a similar approach at a previous employer. But because we would globally delete all PageBreak

Font Issues - Unavaiilable Fonts and Font Information Changed - Recap

2009-06-23 Thread Andy Kass
Another solution to avoid pasting random fonts and formats into Frame is set your ClipboardFormatsPriorities in maker.ini (either the user copy or the system copy). I believe the following setting will do the the trick: ClipboardFormatsPriorities=UNICODE TEXT, TEXT, FILE, OLE 2, EMF, META, DIB,

RE: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Alison Craig
I'd already thought of that, but... won't it affect the auto-creation of TOC entries from Headings? Alison -Original Message- From: Writer [mailto:generic...@yahoo.ca] Sent: Tuesday, June 23, 2009 11:03 AM To: framers@lists.frameusers.com; Alison Craig Subject: Re: Creating an FM9

RE: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Fred Ridder
You just have to edit the TOC setup to include both the regular and the break-before versions of each heading. In other words, both H1 and H1_break, both H2 and H2_break, etc. Works like a champ. -Fred Ridder From: alison.cr...@ultrasonix.com To: generic...@yahoo.ca;

RE: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Writer
Depends on whether or not you include it in the TOC. Do you want it in the TOC? --- On Tue, 6/23/09, Alison Craig alison.cr...@ultrasonix.com wrote: From: Alison Craig alison.cr...@ultrasonix.com Subject: RE: Creating an FM9 Style to Apply Forced Page Breaks To: generic...@yahoo.ca

RE: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Fred Ridder
But note that the alternate approach of a break-after paragraph (i.e. one with 999 pts of space after) doesn't require any change to the TOC setup at all. Which is one reason why I personally prefer that approach. -Fred Ridder From: docu...@hotmail.com To: alison.cr...@ultrasonix.com;

RE: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Alison Craig
That's good - although I'm having issues with the TOC, so that will be one of my next questions... Alison From: Fred Ridder [mailto:docu...@hotmail.com] Sent: Tuesday, June 23, 2009 12:48 PM To: Alison Craig; generic...@yahoo.ca; framers@lists.frameusers.com

RE: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Alison Craig
Yes. My headings are always configured to be auto-included in the TOC. With the kind of manuals I create, this makes things simplest. Alison -Original Message- From: Writer [mailto:generic...@yahoo.ca] Sent: Tuesday, June 23, 2009 12:50 PM To: framers@lists.frameusers.com; Alison

Re: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Dave Reynolds
___ You are currently subscribed to Framers as arch...@mail-archive.com. Send list messages to fram...@lists.frameusers.com. To unsubscribe send a blank email to framers-unsubscr...@lists.frameusers.com or visit

Re: Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Dave Reynolds
I also use a PageBreak para format to insert manual page breaks. I think I just cloned it from our basic para format (Normal), but set the space below to 700pt. To make it visible, I set the colour to blue and set tabs stops at 5mm intervals across the whole text column, with the last tab

HTML Conversion: Troubleshooting Head Behavior

2009-06-23 Thread Karen Robbins
Hello Framers, I am converting a 10-document book in Frame 8.0p277 (Win XP) to HTML. For test runs I use Frame's own HTML utility while tweaking files for clean conversion. I will use Mif2Go for final HTML output. Problem: Several paragraph tag heads have the same level (D-Head Undergraduate,

Re: HTML Conversion: Troubleshooting Head Behavior

2009-06-23 Thread Jeremy H. Griffith
On Tue, 23 Jun 2009 15:29:48 -0700, Karen Robbins karendes...@gmail.com wrote: I am converting a 10-document book in Frame 8.0p277 (Win XP) to HTML. For test runs I use Frame's own HTML utility while tweaking files for clean conversion. I will use Mif2Go for final HTML output. If you are

PDF problem

2009-06-23 Thread Cynthia Cobb
Thank you everyone for your suggestions. This is what solve the problem: * changed the default bookmarks and tags in the PDF dialog box to Chapter, Appendix, Heading 1, Heading 2, Appendix 1. Appendix 2, and Group Tiles, IX * downloading a patch from:

Will two different versions of Distiller on the same machine cause problems?

2009-06-23 Thread Garnier Garnier
Hello Framers, I have a query. I use Framemaker 7.0 and Distiller 5.0. We recently acquired Acrobat Professional for generating editable pdfs. Do I need to follow any do?s and don?ts for the installation? Will the two registry entries cause any discrepancies? I have decided to install the

Help with Saving 200+ FrameMaker 7 files in FM 9

2009-06-23 Thread Shmuel Wolfson
This would be a perfect use for AutoIt. It's a free Windows scripting tool. You could write a very short script that would stay in a loop and click OK for you. Below is a sample AutoIt script. Dim $max Dim $x = 1 $max = InputBox("","How many iterations?","5") While $x <= $max

Will two different versions of Distiller on the same machine cause problems?

2009-06-23 Thread Fred Ridder
Garnier asked: > I use Framemaker 7.0 and Distiller 5.0. We recently acquired Acrobat > Professional for generating editable pdfs. Do I need to follow any do?s and > don?ts for the installation? Will the two registry entries cause any > discrepancies? I have decided to install the Acrobat

Will two different versions of Distiller on the same machine causeproblems?

2009-06-23 Thread Combs, Richard
Garnier Garnier wrote: > I use Framemaker 7.0 and Distiller 5.0. We recently acquired Acrobat > Professional for generating editable pdfs. Do I need to follow any do?s and > don?ts for the installation? Will the two registry entries cause any > discrepancies? I have decided to install the Acrobat

Font Issues - Keeping Your File Clean - More Recap

2009-06-23 Thread Oran Petersen
As a "Postscript" (no pun intended) to the earlier recap of font issues, I offer the following: As Stuart Rogers mentioned, pasting text, with the help of a plugin, can also solve font issues. Many companies, mine included, do not allow use of plugins as they fall under the realm of

Font Issues - Keeping Your File Clean - More Recap

2009-06-23 Thread Lea Rush
This is great information, Oran. Thanks!! -Original Message- From: framers-bounces at lists.frameusers.com [mailto:framers-boun...@lists.frameusers.com] On Behalf Of Oran Petersen Sent: Tuesday, June 23, 2009 8:36 AM To: framers at lists.frameusers.com Subject: Font Issues - Keeping

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Alison Craig
Is there a way to create a style that accepts all existing formatting and simply applies (i.e., forces) a page break? My attempts to create such a style have failed so far. I really don't want to have to create an Override every time I want a page break based on layout/esthetic reasons.

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Lief Erickson
Alison-- You can create a style that has a large space below defined, which has the effect of pushing everything to the next page. This is what I have done and has worked well for years. I called mine 0PageBreak so that it is the first tag that appears in the list when I press F9, which makes it

Font Issues - Keeping Your File Clean - More Recap

2009-06-23 Thread Fred Ridder
Oran Petersen wrote (in small part): > Now unformatted text is the default paste action, and Paste Special is not > needed. Two more points: > 1. In Paste Special, the order of the list items does not reflect the order > in maker.ini. > 2. You can still use Paste Special to select RTF, etc.

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Writer
On the Pagination tab of the Paragraph Designer, you can set the paratag to start at the top of the next page by setting Start to Top of Page. For example, if you have an H1 tag, you can create a "twin" tag called H1_break, but set it to start at the top of the next page. Nadine --- On Tue,

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Stuart Rogers
Alison Craig wrote: > Is there a way to create a style that accepts all existing formatting > and simply applies (i.e., forces) a page break? My attempts to create > such a style have failed so far. > > I really don't want to have to create an Override every time I want a > page break based on

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Fred Ridder
Stuart Rogers wrote: > I use a "PageBreak" tag defined with 2pt font and 999pt space below, > inserted (with no content) immediately before the pgf that should move > to the next page or column. I used a similar approach at a previous employer. But because we would globally delete all

Font Issues - Unavaiilable Fonts and Font Information Changed - Recap

2009-06-23 Thread Andy Kass
Another solution to avoid pasting random fonts and formats into Frame is set your ClipboardFormatsPriorities in maker.ini (either the user copy or the system copy). I believe the following setting will do the the trick: ClipboardFormatsPriorities=UNICODE TEXT, TEXT, FILE, OLE 2, EMF, META, DIB,

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Alison Craig
I'd already thought of that, but... won't it affect the auto-creation of TOC entries from Headings? Alison -Original Message- From: Writer [mailto:generic...@yahoo.ca] Sent: Tuesday, June 23, 2009 11:03 AM To: framers at lists.frameusers.com; Alison Craig Subject: Re: Creating an FM9

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Fred Ridder
You just have to edit the TOC setup to include both the regular and the "break-before" versions of each heading. In other words, both H1 and H1_break, both H2 and H2_break, etc. Works like a champ. -Fred Ridder > From: Alison.Craig at ultrasonix.com > To: generic668 at yahoo.ca; framers at

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Writer
Depends on whether or not you include it in the TOC. Do you want it in the TOC? --- On Tue, 6/23/09, Alison Craig wrote: > From: Alison Craig > Subject: RE: Creating an FM9 Style to Apply Forced Page Breaks > To: "generic668 at yahoo.ca" , "framers at > lists.frameusers.com" > Received:

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Fred Ridder
But note that the alternate approach of a "break-after" paragraph (i.e. one with 999 pts of space after) doesn't require any change to the TOC setup at all. Which is one reason why I personally prefer that approach. -Fred Ridder > From: docudoc at hotmail.com > To: alison.craig at

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Combs, Richard
Writer wrote: > On the Pagination tab of the Paragraph Designer, you can set the paratag to > start at the top of the next page by setting Start to Top of Page. > > For example, if you have an H1 tag, you can create a "twin" tag called > H1_break, but set it to start at the top of the next

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Alison Craig
That's good - although I'm having "issues" with the TOC, so that will be one of my next questions... Alison From: Fred Ridder [mailto:docu...@hotmail.com] Sent: Tuesday, June 23, 2009 12:48 PM To: Alison Craig; generic668 at yahoo.ca; framers at

Creating an FM9 Style to Apply Forced Page Breaks

2009-06-23 Thread Alison Craig
Yes. My headings are always configured to be auto-included in the TOC. With the kind of manuals I create, this makes things simplest. Alison -Original Message- From: Writer [mailto:generic...@yahoo.ca] Sent: Tuesday, June 23, 2009 12:50 PM To: framers at lists.frameusers.com;

HTML Conversion: Troubleshooting Head Behavior

2009-06-23 Thread Karen Robbins
Hello Framers, I am converting a 10-document book in Frame 8.0p277 (Win XP) to HTML. For test runs I use Frame's own HTML utility while tweaking files for clean conversion. I will use Mif2Go for final HTML output. Problem: Several paragraph tag heads have the same level (D-Head Undergraduate,

HTML Conversion: Troubleshooting Head Behavior

2009-06-23 Thread Jeremy H. Griffith
On Tue, 23 Jun 2009 15:29:48 -0700, Karen Robbins wrote: >I am converting a 10-document book in Frame 8.0p277 (Win XP) to HTML. >For test runs I use Frame's own HTML utility while tweaking files for >clean conversion. I will use Mif2Go for final HTML output. If you are going to use Mif2Go,