Skip to content

Ypdf 1.0.0.3 Release

Compare
Choose a tag to compare
@yakovypg yakovypg released this 25 Dec 11:39
· 117 commits to master since this release

Ypdf 1.0.0.3

Release notes

  • Add the ability to crop PDF document pages.
  • Add the ability to divide PDF document pages.
  • Fix an issue with too many input parameters when running python code.
  • Fix a bug with incorrect order of images when compressing a PDF document.
  • Fix python startup issues.
  • Fix floating-point conversion issues.

Binaries

  • ypdf-1.0.0.3_linux-x64: CLI version for linux-x64.
  • ypdf-1.0.0.3_osx-x64: CLI version for osx-x64.
  • ypdf-1.0.0.3_windows-x64: CLI version for windows-x64.

Usage

To use the built project, follow these steps:

  1. Download and unzip the archive with the version for your operating system and architecture.
  2. Move the folder to any place convenient for you. The tool does not create any files outside of its directory.
  3. Go to this folder and run the executable file.

You can also create a shortcut to the executable file and put it in a convenient place for you.

Please note that if you want to run the CLI version of the tool, run the executable file from
the console. For example, you can find out the version of the tool using the on of the command
below.

On Windows.

ypdf --version

On Linux and Mac.

./ypdf --version