Html Text/Link Generator, Converter

Text_file_splitter  Search_replace_binary 
Support various data input source
* Can search and replace all plain text file like txt/html/xml/cpp/asp/...
* Can search and replace "text string" or "binary data" from binary files
* Can extract and replace text or html content from web page
* Can get source text from DOS command output
* Can batch search and replace doc and pdf file

Html to text conversion

Example:

Replace html to text.

Html text generator

Replace settings:

1) Search for pattern=.*

2) Replace with pattern=html_to_text($match)


Html to link conversion

Example:

Open webpage and extract links directly

Procedures:

1) Open menu: File->Load->WWW Page

2) Enter url, and set type to "links"

Html text generator

3) Click "OK", all links will be extracted from url

Html text generator

Example:

Open html file and extract links

Html text generator

Procedures:

1) ctrl-o open source html file

2) ctrl-h open replace window

3) set "Replace with pattern" to html_to_link($match)

4) click "Replace", done!


Text to html conversion

Example:

Replace text to html.

Html text generator

Replace settings:

1) Replace Unit=line

2) Search for pattern=.*

3) Replace with pattern=<p>$match<p>\n

4) Advanced Page-> Begin Text: <html><body>

5) Advanced Page-> End Text: </html></body>

Notes:

For batch replace files, please refer to Replace Pioneer help manual.


Other Examples of "Html text generator"
How to extract all the links and images from many web page files?
How to convert many html files to text files all at once?

How to batch check all the links of a website and save to a file?
Convert text file to HTML
Need to convert html file to text file, removing html tags and all style/script blocks, etc.

Search all "Html text generator" examples