Passing parameters with spaces
Tag : bash , By : Caleb Ames
Date : March 29 2020, 07:55 AM
it should still fix some issue To pass the command-line parameters as a single argument to your function you can join them together using "$*" (instead of $@): f "$*"
|
using sejda-console to create a file refering to the wildcard as a variable
Date : March 29 2020, 07:55 AM
should help you out Finally got the for loop working... for %%f in (c:\input\*.pdf) do ( if not exist C:%%~Nf md C:%%~Nf C:\sejda-console-1.0.0.M9\bin\sejda-console.bat splitbybookmarks -l 2 -f %%f -o C:%%~Nf\ -p [BOOKMARK_NAME] )
|
sejda-console creates the --output file as hidden attribute
Tag : windows , By : Ernie Thomason
Date : March 29 2020, 07:55 AM
To fix this issue That's an issue and has been fixed, just upgrade to a more recent version, 3.1.2 or higher
|
Strange behaviour of sejda-console in batch for loop
Date : March 29 2020, 07:55 AM
should help you out I try to write a wrapper script for songbook generation using lilypond, latex and sejda-console (for the pdf part). Everything works so far, but I have a problem with sejda that is giving me nuts. Here is the relevant part of my code: , I'd suggest that sejda.bat is changing the current directory. Try pushd
call sejda.bat ...
popd
|
Sejda-console split by text : set the output file name to the changed value?
Date : March 29 2020, 07:55 AM
|