-1

私のWebアプリケーションでは、ユーザーはさまざまなスタイルの画像、埋め込みビデオ、テキストを使用して投稿を行うことができます。投稿のプレビューを生成して、Webアプリケーションのフロントページに表示したいと思います。スペースを取りすぎず、できるだけ明確にする必要があります。

最初にposthtmlを解析する必要があり、最初に画像要素を抽出する可能性があることを知っています。テキストについての私の考慮事項は、すべてのプレーンテキストを抽出し、それらの一部を表示することです。

誰かがこの問題について他のアドバイス、方法、またはリソースを提供できますか?

4

1 に答える 1

0

As I understand, you want to render a HTML page into an image? You should use some layout engine, such as WebKit or Gecko on server side.

Another option is to use some third-party online tool for these previews. But rendering the page is pretty hard process, because of it's time complexity and memory space requirements for storing images. I have found these services:

于 2012-06-25T12:03:50.180 に答える