Property file in pdf transformation scenario
Posted: Tue Jun 04, 2024 2:54 pm
Hi,
I have a PDF2 transformation with a property file, in the DITA OT call there is a parameter
When I set up a transformation scenario in Oxygen and add this to the parameter section, it generates a dita call with
It puts a D in front of it so the file is not used.
I think the D prefix is the syntax for setting single ant properties in the dita call.
Is there a way to use the property values from a file instead?
Best regards,
Jörn
I have a PDF2 transformation with a property file, in the DITA OT call there is a parameter
Code: Select all
\bin\dita.bat ... --propertyfile=<name>
Code: Select all
-Dpropertyfile=<name>
I think the D prefix is the syntax for setting single ant properties in the dita call.
Is there a way to use the property values from a file instead?
Best regards,
Jörn