2
votes
2answers
31 views
Document conversion software: XHTML and CSS to PDF
I have a large database of XHTML that I wish to render as PDFs and/or RTF using CSS. Is there an off-the-shelf/cheap solution that could do this at scale?
1
vote
2answers
94 views
[VBA ?] Rich text format (with formatting tags) in Excel to unformatted text
Hello,
I have approx. 12000 cells in excel containing RTF (including formatting tags). I need to parse them to get to the unformatted text.
This is the example of one of the cell …
1
vote
7answers
8k views
A sample for jQuery based WYSIWYG Editor demonstrate OOP javascript
Want a WYSIWYG jQuery Editor as an example to illustrate how to use jQuery to built OOP javascript component.
P.S.
It is so good stackoverflow can use markdown... Would be a heav …
0
votes
2answers
13 views
Are tables supported when displaying RTF files in Windows Installer
I'm creating a Windows Installer setup file using Wix and the standard UI library. I've supplied my own RTF file for the license agreement, but tables are not displaying correctly. …
0
votes
2answers
26 views
MultiColor Label Control
hi all
is it possible at all to somehow make the label contorl multicolored? i have a rich textbox that the user enters text into, and if they change the font for some words in th …
2
votes
9answers
973 views
Convert Rtf to HTML
Are there any libraries around that can convert Rtf to HTML. We have a crystal report that we need to send out as an e-mail, but the HTML generated from the crystal report is pret …
0
votes
0answers
9 views
Compatibility for RTF 1.8 and 1.9.1
I was looking at the Wikipedia article on the RTF file format, and it looks like the most recent version, 1.9.1, was published by Microsoft in March 2008 for Word 2007. Does anybod …
0
votes
2answers
42 views
how to convert rtf to image format ( jpg/png..)
i need to convert rtf document that contains images (jpgs/pngs ) to image format
jpgs or pngs programmaticly , do you have any ideas on how to do it ?
on server side (web)
Thanks …
0
votes
1answer
113 views
RichTextBox (.NET Winforms) problem (or alternative)
Hello!
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 …
1
vote
3answers
116 views
MS Access Convert like function to Memo Data Type
I need to use rich text formatting for a field in a report in MS Access in order to use character spacing. In the report, attempting to change the Text Format in the field's proper …
0
votes
0answers
24 views
How convert .rtf to .doc format in unix utility
Where find console converter rtf2doc formats?
0
votes
2answers
37 views
rtf to text including headers and footers
we need to get the contents of RTF documents as plain text.
we were using RFTEditorKit for it, but many of the RTF documents we need to handle contain \headerf or other header fie …
0
votes
1answer
133 views
iTextSharp - How to generate a RTF document in the ClipBoard instead of a file
I would like to generate a PDF or RTF document using iTextSharp library that can be copied to the clipboard, using the same code I use to generate the document on a file (FileStrea …
0
votes
1answer
44 views
Combine several RTF texts into one RTF file using VBA
I'm extracting 'task notes' from MS Project using VBA and want to create a MS Word .DOC file and also copy those texts into EXCEL.
If you use the Notes property of the Task object …
0
votes
1answer
29 views
HELP! How do I set the RichTextBox.SelectionFont FontFamily without changing the Style?
One of the controls in my application limits a user to be able to change only the font style (B, I, U) and colour of the text. I have created a custom control which inherits from …
