converts and/or extracts data in *.pdf, *.rar or *.zip to a noncompressed zip archive.
Format | Records | Order By |
---|---|---|
Embedded JPEGs, |
Occurrence order | |
RAR | Non-protected entries | Natural sort order |
ZIP |
- UnRAR (Optional)
- Visual Studio 2019+
- Windows Universal CRT
- vcpkg
- boost-crc:x64-windows-static
- boost-interprocess:x64-windows-static
- boost-iostreams:x64-windows-static
- boost-locale:x64-windows-static
- boost-program-options:x64-windows-static
- zlib:x64-windows-static
- open
msvc/0-zip.sln
- build
Release|x64
- copy
msvc/bin/x64/Release/0z.exe
to wherever you want
- CMake 3.8+
- Clang 10+ or GCC 10+ or Xcode 13+
- Boost 1.66+
- boost-iostreams
- boost-locale
- boost-program-options
- zlib
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo make install