English 中文(简体)
是否有一个 Java图书馆将复制的网络内容转换成其基本的超文本?
原标题:Is there a Java library that converts copied web content to its underlying HTML?
  • 时间:2012-04-26 22:24:29
  •  标签:
  • java
  • html

I m trying to write a simple tool that allows me to copy content from a web page, paste it into a JTextArea and convert it to HTML. Is there a way to do this? Are there libraries out there that will help? This would be similar to what Dreamweaver is able to do when you paste rendered HTML content into the Design area and it s converted back to HTML for you in the Code area.

问题回答

Instead of using a jTextArea, you can use TinyMCE

它是 Java本大编,允许登上超文本,并获得该守则的视觉结果。

你可以使用任何服务器技术,因为所有管道都在客户方面进行。

你们可以完全定制这一工具,甚至使其完全不为人知,这样,它就只能获得过去,并显示它。

页: 1





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签