Examples
Using a relative path, enter:
xml2pdf -o output.pdf -s test.xsl test.xml
Using an absolute path, enter:
xml2pdf -o output.pdf -s c:\xslfiles\test.xsl c:\xmlfiles\test.xml
Using a relative path, enter:
xml2pdf -o output.pdf -s test.xsl test.xml
Using an absolute path, enter:
xml2pdf -o output.pdf -s c:\xslfiles\test.xsl c:\xmlfiles\test.xml
Was this helpful?