2022年1月

NAPS2开源免费

  • 可以将多个文档、图片、pdf合并成一个pdf文档。
  • 目前只支持windowlinux系统。
  • 支持多国语言。
  • 界面清洁,无广告。
  • 特别轻量,严重推荐。

naps2-screen-desktop.jpg

https://www.naps2.com/

# Virtual hosts
Include /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf

<VirtualHost *:80>
    DocumentRoot "/Users/liziyu/website/xfcms_base/public"
    ServerName xfcms-base.local
    Options Indexes FollowSymLinks
    <Directory />
        AllowOverride All
        Order Deny,Allow
        Deny from all
        Allow from 127.0.0.1
    </Directory>
</VirtualHost>