Giter VIP home page Giter VIP logo

caj2pdf-qt's Introduction

caj2pdf-qt

介绍

这是一个 GUI 版本的 CAJ 转 PDF 转换器,基于 caj2pdfmupdf 实现。

特性:

  • 跨平台 (Windows 7, 8, 10, 11; macOS; Linux)
  • 支持 32 & 64 位 CPU 架构
  • 批量转换
  • 多线程转换
  • 文件拖拽
  • 闭源引擎 (caj2pdf#63)

安装

GitHub Release 页面提供了用 GitHub Action 自动构建的 Windows 和 macOS 版本,你可以从这个页面直接下载(可能需要科学上网)。

如果暂时无法科学上网,可以通过 GitHub Proxy 镜像加速器下载。

Arch Linux 用户可以从 AUR 或我的个人仓库安装。

MacPorts 用户可以从我的个人仓库安装。

其它操作系统和架构的用户需要从源代码编译,参考 BUILD.md

使用

Windows

解压缩后点 caj2pdf.exe 启动。

注意,Windows Defender 或其它一些杀毒软件可能会拦截转换进程,导致转换失败。

这是由于在构建程序的时候使用了 PyInstallercaj2pdf 命令行工具打包成了单个可执行文件,而一些杀毒软件会将 PyInstaller 打包的程序当成病毒处理,参考 pyinstaller/pyinstaller#5492

如果你信任编译好的压缩包,可以将这个文件夹添加到排除项:将排除项添加到 Windows 安全中心

或者你也可以选择自行从源代码编译,参考 BUILD.md

macOS

解压后拖到“应用程序”文件夹中即可。

如果显示 无法打开“caj2pdf”,因为无法验证开发者,打开系统设置 -> 安全性与隐私 -> 仍要打开

如果提示应用已损坏,打开终端,运行以下命令:

xattr -cr /Applications/caj2pdf.app

注意:如果转换失败,尝试一下从命令行启动程序而不是从启动器启动 sainnhe/caj2pdf-qt#9。打开终端,执行以下命令

/Applications/caj2pdf.app/Contents/MacOS/caj2pdf

Linux

直接从应用程序菜单启动。

反馈

请移步 GitHub Issues

变更

请移步 CHANGELOG.md

许可

/caj2pdf/mupdf 目录下的源代码请参考对应的项目;

其余部分的代码以 GPL3 分发。

caj2pdf-qt's People

Contributors

sainnhe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.