Different Sections in one document

General TRichView support forum. Please post your questions here
Post Reply
Jim Knopf
Posts: 241
Joined: Mon Dec 30, 2013 10:07 pm
Location: Austria
Contact:

Different Sections in one document

Post by Jim Knopf »

Hi Sergey,

my application exports text as rtf (only rtf at at the moment). Often the texts are novels. Novels consist of two parts: front matter and content. These two sections have to have different footers (e.g. no page numbers in first part).

1) Is there a general possibility in rtf to handle sections (for this reason)?
2) If not 1) then: Richview can export as docx or doc. Over there sections are possible. Is it possible to export sections breaks and different footers in this way?

Thanks
Martin
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sections are not supported yet.

But if the problem is only in exporting, it is possible to embed section-break code in RTF and DocX.

For RTF, an example is here:
http://www.trichview.com/forums/viewtopic.php?t=2742

If you need a similar example for DocX, let me know.
Jim Knopf
Posts: 241
Joined: Mon Dec 30, 2013 10:07 pm
Location: Austria
Contact:

Post by Jim Knopf »

Sorry but I don't know how to implement. I found within your link only change of column count.

Yes it is only an exporting task: at first I'd like to export 8 pages without any footers, afterwards with page numbering beginning with 9
Post Reply