| |
|
|
Richi | ¡Hola, kann me alguien sagen Yo el DLL, en xProfan anspreche.
Gracias
chHtmlConvert32.dll
[...]
The Win 32 DLL provides 2 functions:
HTMLToTextA (ANSI version) HTMLToTextW (Unicode version)
BOOL HTMLToText( LPCTSTR szHTML, // address of HTML cadena to convert LPTSTR szText, // address of buffer receiving output texto BOOL bPreferASCII, LPTSTR szCharset, // address of buffer receiving the charset int nCharsetLen, // size of charset buffer UINT* pCodePage // address of integer receiving the codepage );
Parámetros szHTML Points to the character cadena to be converted.
szText
Points to the buffer that receives the output texto. The size of this buffer is assumed to be equal to the length of szHTML + 1!
bPreferASCII
Specifies whether some often used unicode characters voluntad be translated to similar ASCII characters, or not. See table below:
Unicode character /ASCII character
‑ 8209 - 45 – 8211 - 45 — 8212 - 45 ’ 8217 ' 39 “ 8220 " 34 ” 8221 " 34 • 8226 * 42
szCharset
Points to the buffer that receives the charset that has been specified en the HTML input. This parameter can be NULL.
nCharsetLen
Specifies the size en characters of the buffer pointed to by the szCharset parameter.
pCodePage
Points to a integer variable that receives the codepage number of the HTML input. For example, if the HTML input specifies the charset "Windows-1252" the codepage number voluntad be 1252. This parameter can be NULL. |
|
|
| |
|
|
|
Dieter Zornow | Tuve veces antes de langer Tiempo qué probiert con el Dll, es relativ simplemente, como lo sólo 2 Características son
DEF HTMLToTextA(6) ! "chHtmlConvert32.dll","HTMLToTextA" DEF HTMLToTextW(6) ! "chHtmlConvert32.dll","HTMLToTextW"
El HTML-Expediente musst du entonces con blockread en un Bereichsvariable lesen y verarbeitet Tuve el damals ungefähr así.
HTMLToTextA(html#,buf#,1,charset#,50,0)
wobei en html# el eingelesene Webseite es y buf# el Ergebnis en Texto. charset# Tuve en 50 dimensioniert. El Dll ha aber auch Fehler produziert, deshalb Yo el no más verfolgt y otra vez vergessen. Weiß mi Versión el Dll no mehr, tal vez hay una neuere
Hoffe el hilft dir. |
|
|
| XProfan X2Er ist ein Mann wie ein Baum. Sie nennen ihn Bonsai., Win 7 32 bit und Win 7 64 bit, mit XProfan X2 | 14.11.2013 ▲ |
|
|
|
|
Richi | Gracias Dieter, ahora kann Yo el DLL auch veces testen... Yo hoffe Yo bekomme el Fehler el DLL algo en el Griff |
|
|
| |
|
|