Hi there,
I would like to convert an existing PDF document (standard 1.7) to PDF/A on the command line. I have a working example for the case where I create a profile in the registry, but I would like to trigger the conversion based on one of the default profiles, e.g. "default/best" and one or more "-profileParam" arguments. Therefore my questions:
- is there a list of available profileParam arguments?
- if this list is equivalent to the keys in the registry for user defined profiles, then I can say that the argument "pdf-standard" does not work
Your help is very much appreiated, thank you!
Regards
To see profile keys and values of an existing user profile, have a look into the windows registry because profiles are stored there. The path to the profiles is this: HKEY_CURRENT_USER\SOFTWARE\PDF24\Profiles\fo
You have to change to this:
-applyProfile -profile "default/best" -profileParam "pdf-standard" "a-1" ...
thank you for your quick response, I have already tried this:
-applyProfile "default/best" -profileParam "pdf-standard" "a-1" ...
but that does not work, I have also tried to use all of the parameters from the working profile in the registry, but that did not work either
any ideas?
Thank you!