You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a duplicate of #741 . It is a known issue with Java executable not supporting Unicode command line arguments.
The easiest workaround is to place your file(s) into the folder with the name that does not include any international characters and pass this folder name as an argument to veraPDF. It will then run a batch job picking up all file names inside this folder correctly.
We'll do more research if there are better solutions for this issue.
Running veraPDF CLI with a sourcefilename including "German Umlaut" results in an error. (Windows11 , VerPDF-Version: 1.26.2)
What is the encoding for filenames ? We try ANSI, UTF8, UTF16 and ASCII.
Running from command, this is the result:
verapdf -f 0 "C:\temp\ÄÖÜ.pdf"
Jul 23, 2024 1:37:01 PM org.verapdf.apps.utils.ApplicationUtils filterPdfFiles
SCHWERWIEGEND: File C:\temp\├âÔÇ×├âÔÇô├â┼ô.pdf doesn't exist.
Jul 23, 2024 1:37:01 PM org.verapdf.cli.VeraPdfCliProcessor processFilePaths
SCHWERWIEGEND: There are no files to process.
The text was updated successfully, but these errors were encountered: