Skip to main content

PrL的负能量场

有的没的
  1. docx 批量转 pdf
    太牛逼了!
    横跨 win 和 macos 平台!


    You can use the docx2pdf command line utility to batch convert docx to pdf on macOS (or windows). It uses Microsoft Word's APIs to directly convert to PDF creating a perfect copy. It uses JXA (Javscript for Automation, basically AppleScript in JS) in macOS and win32com in Windows.

    pip install docx2pdf
    docx2pdf myfolder/

    Disclaimer: I wrote this tool after struggling to find a cross-platform solution for batch converting docx to pdf with zero formatting issues since it directly uses Microsoft Word. https://github.com/AlJohri/docx2pdf
    GitHub - AlJohri/docx2pdf
  2. 安装西门子软件总是提示重启电脑的解决方法

    - 【重要】所有西门子软件安装时候如果碰到 提示重启电脑或者重启之后依旧提示 的情况,请点击“开始 – 运行”,输入“regedit”(Win7 系统,在开始菜单中搜索“regedit”,然后右键选择“以管理员身份运行”)
    - 【重要】然后在左侧树形框中找到:
    
      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
      

    - 【重要】然后删除右侧的:“PendingFileRenameOperations”(删除无风险,操作系统会自动重新创建)
    - 【重要】然后重新运行安装程序即可(不要再重启)。

    #plc