473,466 Members | 1,389 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

pyRTF and Footers

Hi All

I've been using the pyRTF module to generate some documents that I need
for work. In general, the module is good, and pretty simple to use.
However, I am running into a problem with footers that doesn't quite
make sense to me.

My question is this: Is it possible to change the text of a footer
throughout an RTF document?

The data that I am using to produce my document is organized in a
simple header/detail relationship. The document I want to produce
looks roughly like this:

---------------------------
USER001

detail data line 1
detail data line 2
detail data line 3

page footer that says "USER001, plus some other information"

**page break**

USER002

detail data line 1
detail data line 2
detail data line 3

page footer that says "USER002, plus some other information"

**page break**

USERnnn

detail data line 1
detail data line 2
detail data line 3

page footer that says "USERnnn, plus some other information"

END OF DOCUMENT

---------------------------

I've gotten everything the way I want, except for the footer. The
footer appears on the first page, but not on any other page.

The code that generates the footer is (apologies in advance for poor
style):

---------------------------

def MakeFooter(self, facilitatir, startDate, endDate, tuID):
section = Section()

self.doc.Sections.append( section )

p = Paragraph( "%s - %s (%s - %s)" % ( facilitator, tuID,
startDate, endDate ), LINE )
p.append( 'Page', PAGE_NUMBER, ' of ', TOTAL_PAGES )
section.Footer.append( p )

---------------------------

The logic that calls MakeFooter is:

---------------------------

tuDoc = MakeTUDoc()
DR = Renderer()

for i in range( start, end + 1 ):
key = "Traininguser%03d" % ( i )
tuDoc.MakeFooter( facilitator, startDate, endDate, key )
tuDoc.MakeHeader( key, module )
< code to populate the document with detail data >

DR.Write( tuDoc.doc, tuDoc.OpenFile( 'JUNK' ) )

print( 'DONE!' )

---------------------------

(Note: the MakeHeader() method doesn't put an actual RTF header in the
document-- it just puts text in a Heading1 format into a section at the
top of the page, before the detail data.)

I had a look at the RTF 1.5 specification
(http://www.biblioscope.com/rtf15_spec.htm), and regarding headers and
footers and it's pretty thin. I didn't see anything in the
specification regarding support for changing footer text throughout the
document. Nothing in there that said I could do it, either.

Any ideas, anyone?

Thanks in advance. This is an extremely helpful discussion group.

-Doc

Nov 15 '06 #1
3 2567
At Wednesday 15/11/2006 20:08, E.********@gmail.com wrote:
>I've been using the pyRTF module to generate some documents that I need
for work. In general, the module is good, and pretty simple to use.
However, I am running into a problem with footers that doesn't quite
make sense to me.
First, I don't use pyRTF. The app sketch and code snippet you have
posted look reasonable.
At least using Word, you can configure a page footer for each section
in the document, so I think it should be posible.
If you don't get the output you want, it may be a bug in the module,
you are using it in the wrong way, the feature is unsupported, etc.
but most likely not a bug in Python itself. So a better place to ask
would be... well, it appears there is no better place except asking
the author directly :)

(BTW, thanks for pointing me towards pyRTF - it may be useful, so
I'll give it a try...)
--
Gabriel Genellina
Softlab SRL

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
Nov 15 '06 #2

Gabriel Genellina wrote:
At Wednesday 15/11/2006 20:08, E.********@gmail.com wrote:
I've been using the pyRTF module to generate some documents that I need
for work. In general, the module is good, and pretty simple to use.
However, I am running into a problem with footers that doesn't quite
make sense to me.

First, I don't use pyRTF. The app sketch and code snippet you have
posted look reasonable.
Thanks :)
At least using Word, you can configure a page footer for each section
in the document, so I think it should be posible.
I edited the document in Word without problems. I put in several
different footers into my generated RTF document.
If you don't get the output you want, it may be a bug in the module,
=:-O
you are using it in the wrong way,
This is a possibility. I took a look at the raw RTF text, and the
multiple footers are in the text. I'm going to have to edit the
document with word and compare it to the original to see what the
difference is, I guess.
>...the feature is unsupported, etc.
Say it ain't so!
but most likely not a bug in Python itself.
=:-O
So a better place to ask would be... well, it appears there is no better place except asking
the author directly :)
Anyone got his number?
(BTW, thanks for pointing me towards pyRTF - it may be useful, so
I'll give it a try...)
It's very useful. I can see several applications in my job where I can
use this module.

Thanks

-Doc

Nov 15 '06 #3
At Wednesday 15/11/2006 21:01, E.********@gmail.com wrote:
>I've been using the pyRTF module to generate some documents that I need
>for work. In general, the module is good, and pretty simple to use.
>However, I am running into a problem with footers that doesn't quite
>make sense to me.
So a better place to ask would be... well, it appears there is
no better place except asking
the author directly :)

Anyone got his number?
You could try the address listed in the docs...
I'm trying the examples and Example7 appears to be what you want.
--
Gabriel Genellina
Softlab SRL

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
Nov 16 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Web Surfer | last post by:
www.authoring.stylesheets] Is it possible to use stylesheets to override the Headers and Footers that are displayed on a printed webpage ?
2
by: Rupe | last post by:
Hi CSS gurus! I have an embarassing problem. I am a php programmer and I try to expound the advantages of css on the php newsgroups. However, after telling someone that they should use css...
28
by: reneecccwest | last post by:
hello, how can I remove IE headers and footers when I print a page? I'd like to use a code to remove them, not thru the IE page setup. s/RC
3
by: Chris Transcend | last post by:
Hi all, I'm writing my first .NET website and am wondering what the best method for including headers and footers is. I was thinking either a user or server control but am not sure which would...
1
by: Kenneth | last post by:
Hi, In IE6 you can configure output to the printer getting a clean printout only with content, but without headers and footers. You remove the Header and Footer content from the Page Setup. But...
7
by: Robert Adkison | last post by:
I need to print a web page. It is my preference that my users just do a File/Print from explorer. That way my users will get the print dialog that will allow them to select the fax printer. The...
2
by: Raja Raman Sundararajan | last post by:
Hello, I have been playing around with pyRTF module for generating rtf documents. Its a very nice tool that fits my basic needs. However I have a problem controlling cells in a table. I am...
0
by: steve | last post by:
I am looking for a way to create dynamic headers and footers in a web form. There are .Net PDF products that convert web form content into PDF format and insert dynamic headers/footers. I'm...
4
by: ppuniversal | last post by:
Hi, I am developing an application in ASP .NET where I have to generate a Header and a Footer on my web pages. The issue is that, these headers and footers need to be dynamically placed on the page....
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.