Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Mattastic #1
Clean up MS word text
Hi,
I have users copying and pasting from word, and uploading content, problem is,
the curly quotes in word break my xhtml.
Is there a coldfusion funcion that cleans up MS word junk?
Is there any other way I can do this.
TIA
Mattastic Guest
-
Text from Word to DW
hi: i received more than 20 rather big Word files & i need to convert each one to a HTML one formatted: TITLE (class="title") .... SECTION 1... -
MS Word text into PS 7
When I was working with Photoshop 6, I was able to bring text from a word processing document (such as Word) into a PS plate. This was done by... -
#25928 [Opn->Bgs]: Can't create clean non-antialised text with ImageTTFText()
ID: 25928 Updated by: sniper@php.net Reported By: yvan dot taviaud at m4am dot net -Status: Open +Status: ... -
#25928 [NEW]: Can't create clean non-antialised text with ImageTTFText()
From: yvan dot taviaud at m4am dot net Operating system: RedHat 7.3 PHP version: 4CVS-2003-10-20 (stable) PHP Bug Type: GD... -
Clean up Word HTML error
Hi all, Getting an error when I try to clean up Word HTML documents, wondering if anyone else has run into this: ....At line 644 of... -
jdeline #2
Re: Clean up MS word text
Replace all instances of ASCII 145 and 146 (left and right curly quotes) with ASCII 39 (single quote).
REReplace(myDocument, [Chr(145)-Chr(146)], Chr(39), "ALL")
jdeline Guest
-
ksmith #3
Re: Clean up MS word text
Try the technote, "http://www.macromedia.com/go/tn_19617" You can extend it as needed for all the characters that MS automatically switches to.
ksmith Guest



Reply With Quote

