zKitap2Pdf converts Fernus Z-Kitap EXEs into PDF pages using Ruffle. The current pipeline focuses on the runtime DLL assets released alongside the projector and keeps the implementation split into clear modules for crypto, rendering, and utilities.
If you are using Linux, you may need to install Wine for launching the projector EXE.
You can download prebuilt binaries for Linux and Windows from the Releases page.
| System / Distribution | File Extension | Description |
|---|---|---|
| Generic Linux | .tar.gz |
The most universal build. Extract and run the binary. |
| Debian / Ubuntu | .deb |
Install using dpkg. |
| Fedora / CentOS / openSUSE | .rpm |
For all RPM-based systems. |
| Windows | .exe or .zip |
The standalone .exe is ready to run. The .zip contains the executable. |
Requires Git, Rust, and Cargo:
git clone https://github.com/vrdons/zKitap2Pdf.git
cd zKitap2Pdf
cargo install --path .After installation, you can run zKitap2Pdf in your terminal.
Just a placeholder now. Coming soon..
We tested in Linux and Windows. It works fine. But we are not rich for buying a MacBook. See #7
Contributions are welcome. Issues and PRs are appreciated.