2

I am working with V4 printer driver, i need to store output xps file to a specific folder instead of letting user select output folder.

James Z
  • 12,209
  • 10
  • 24
  • 44
Dr. Rajesh Rolen
  • 14,029
  • 41
  • 106
  • 178

1 Answers1

0

You can create a render filter and use the code from Microsoft sample (here) in it. At the end you could use "WriteToFile" method of your XPS package to write the modified content to your specific file and folder.

amirfg
  • 272
  • 2
  • 6
  • 21