Hi guys,
I am using the
XPS conformance tool to check whether a file conforms to XPS. I'm facing a problem when I executed the following command in Command Prompt.
isXPS.exe -f:FakeXPSfile_01.xps /DelBad /BadDir:riskFolder
And this is the error (failure to delete file as the process can't access the file),
As some of you might have noticed, the program reported that the file (FakeXPSfile_01.xps) is corrupted. Originally, this file is a Word document. I had changed the extension to .xps.
My aim is to move the "fake" XPS document into a folder whenever the conformance tool detects that the input file does not conforms to XPS.
Would appreciate any help, thanks !