torakiki / sejda

An extendible and configurable PDF manipulation layer library written in java.

Home Page:http://www.sejda.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure ExistingOutputPolicy.RENAME does not create filenames that are too long

ediweissmann opened this issue · comments

ExistingOutputPolicy.RENAME adds a "(1)" suffix, which can lead to a filename too long in edge cases (eg: when filename is already shortened from a longer version).