Hi,
When I'm usnig the next code (with Aspose.pdf version 9.5.0.0):
pdf.Save(123.pdf);
File.ReadAllBytes(123.pdf);
I'm getting exception: "The process cannot access the file '123.pdf' because it is being used by another process."
Is Save() methid is asincorenit (run at background...)?
Is there something I can do for "close" the file?
Please yourt help,
Thanks,
Roi