sharpmap

首先使用chrome浏览器,找到相关页面 F12打开命令窗口

输入:

var el=$(\'.post\'); $("*").not(el.find(\'*\')).hide();
el.parents().andSelf().css({width:480,padding:0,margin:0,border:\'none\',float:\'none\',position:\'static\'}).show().find(\'img\').css({maxWidth:470,height:\'auto\'});
$(\'body\').css({background:\'#fff\',zoom:2.3});

  然后Ctrl+P打开打印窗口。然后选项另存为pdf。

分类:

技术点:

相关文章:

  • 2021-12-05
  • 2021-05-31
  • 2021-09-05
  • 2021-11-17
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-03
  • 2021-04-16
  • 2021-10-20
  • 2021-12-05
相关资源
相似解决方案