开发者

how to show a preview of link (not a screenshot) in a website [closed]

开发者 https://www.devze.com 2023-03-09 00:23 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, 开发者_开发知识库or rhetorical andcannot be reasonably answered in its current for
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, 开发者_开发知识库or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I wanna show small preview(not screenshot) of a website link in a page..like in pulse app it show the preview of feeds.Is there any api in python.How will u do in python and django .Any help would be appreciate


You could create an ImageField to hold the JPEG preview, and modifiy the save() method of your model to create a preview if the field is blank

A simple tool to create the preview is wkhtmltopdf. Beware it can be necessary to install a lot of libraries to make it work...

0

精彩评论

暂无评论...
验证码 换一张
取 消