I am convert xps to pdf. I got error
System.ArgumentException-The ImagesSource /…/Resources/Images/1.JPG was not found
Dim options As Aspose.Pdf.LoadOptions = New XpsLoadOptions()
Dim document As Aspose.Pdf.Document = New Aspose.Pdf.Document(inputfile, options) document.Save(outputfile)
Here i attach xps files also,inputfile and outputfile are file directory,so no problem in passing file and path to save pdf file