rtf Questions
3
Solved
How can you add a new page to an iText document? document.newPage(); doesn't seem to work.
I am using iText with RTF support from http://sourceforge.net/projects/itextrtf/
Part of my code:
Font ...
5
Solved
Is there any way to convert odt documents to doc or rtf on linux without openoffice or any library that relies on having openoffice installed ?
Maigre asked 25/10, 2010 at 19:1
2
Solved
I am currently in the process of migrating our software solution from Delphi 7 to 2010. Mostly the changes have been simple and there are only a small amount of hurdles left to go.
On a form we us...
Peruke asked 2/11, 2010 at 1:47
1
Solved
I'm trying to print out some simple RTF-formatted text to a laser printer using a JTextPane.
The result looks fine on a software PDF printer (FreePDF XP), but the text doesn't have proper space be...
2
Solved
I have a RichTextBox and need to serialize its content to my database purely for storage purposes. It would appear that I have a choice between serializing as XAML or as RTF, and am wondering if th...
Philcox asked 1/6, 2010 at 2:1
2
Solved
We are building an application which partially interacts with other system. We are pulling some data from the other system which is returned as RTF document. But we have to prevent users from editi...
Horick asked 28/8, 2010 at 15:9
1
Solved
I need to convert rtf to plain text. i used to write a function that strips away rtf headers but it is never perfect.
So one option can be using a TRichEdit created at runtime (something like desc...
4
Solved
Unfortunately, I can't use rtf2latex2e because it says that DropUNIX "no longer supports the classic environment". I barely know what I'm doing otherwise, besides dropping my .rtf file onto t...
2
Solved
I have a problem with .Net's RichTextBox control. It seems that it doesn't support table cell formatting, which is funny because most of the time I create tables I want the cell contents to be righ...
Ceres asked 21/8, 2009 at 10:28
1
2
Solved
The text I use in an NSTextField is loaded from a file as follows.
NSString *path = [[NSBundle mainBundle] pathForResource:@"Credits" ofType:@"rtf"];
NSAttributedString *as = [[NSAttributedString ...
Massasauga asked 25/1, 2010 at 11:39
1
Solved
Consider the following RTF document
{\rtf1\ansi\ansicpg1252\deff0\deflang1031{\fonttbl{\f0\fswiss\fprq2\fcharset0 Segoe UI;}{\f1\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.15.1507;}\vie...
Captor asked 21/7, 2009 at 14:27
6
Solved
I need to display a formatted log in Delphi 2009. The formatting does not have to implement all the features of say html, but a small subset e.g. colour, font style etc.
Currently I am using a TRi...
Teletype asked 13/6, 2009 at 8:9
3
I am looking for a simple C++ library for tokenizing and parsing RTF (Rich Text Format) files. I am planning to edit them with Qt's QTextEdit.
More the Formatting preserved the better -- but ...
1
I have never done huge amounts of RTF processing, I always used a library to read or generate one and that was a long time ago. Now I need to get more intimate with the format again, and eventually...
© 2022 - 2024 — McMap. All rights reserved.