Skip to content

Releases: yakovypg/Ypdf

Ypdf 1.0.1.1 Release

09 Aug 11:24
1fa9eb5
Compare
Choose a tag to compare

Ypdf 1.0.1.1

Release notes

  • Add Desktop version of the tool.
  • Add the ability to configure watermark text allocation.
  • Add the ability to configure watermark border.
  • Fix bugs with redirecting python output.

Binaries

  • ypdf-1.0.1.1_linux-x64: CLI version for linux-x64.
  • ypdf-1.0.1.1_osx-x64: CLI version for osx-x64.
  • ypdf-1.0.1.1_windows-x64: CLI version for windows-x64.
  • YpdfDesktop-1.0.1.1_linux-x64: Desktop version for linux-x64.
  • YpdfDesktop-1.0.1.1_osx-x64: Desktop version for osx-x64.
  • YpdfDesktop-1.0.1.1_windows-x64: Desktop 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/terminal. 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

Desktop vesion of the tool can also be launched from the console/terminal using the on of the command below.

On Windows.

YpdfDesktop

On Linux and Mac.

./YpdfDesktop

Ypdf 1.0.0.3 Release

25 Dec 11:39
Compare
Choose a tag to compare

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