Skip to content

The python file is to combine rtf files under one directory into one

Notifications You must be signed in to change notification settings

granluo/Combine-RTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This test.py file is to combine all rtf files under the same directory into one.

This file could be put in the same document of rtf and run.

Arguments in test.py:

filedir: directory of the file containing all rtfs needed to be combined

filename: the name of final combined rtf document. The outcome file will be saved under the document named 'outcome'. The name could be a directory. In this case, the outcome file will be saved in this directory.

pagedelimit: determine if rtf would start in a new page or new line. True when a rtf will start in a new page, False when a rtf will start in a new line.

Here are the links to two data sources:

sample.rtf , sample pic.rtf

About

The python file is to combine rtf files under one directory into one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages