pdf commandline doesn't use outputprofile

Home Forums PDF24 Creator General pdf commandline doesn't use outputprofile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #63439
    iarnhem
    Participant

    hello,

     

    im new to pdf24. We have hundreds of pdf files that we want overlayed on antoher pdf. we have used pdf24 toolbox pdf overlay, but with these numbers i want to create a batch file. that in itself works but it keeps asking for the profile. the overlay file is set in the profile called kvh

    the command

    For %%G In (*.pdf) do pdf24-DocTool.exe -applyProfile -profile kvh -outputDir c:\ineke\test_pdf\output "%%G"

    #63441
    iarnhem
    Participant

    ok, solved

    For %%G In (*.pdf) do pdf24-DocTool.exe  -profile "user/kvh" -noProgress -outputDir c:\ineke\test_pdf\output "%%G"

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.