PDFsharp & MigraDoc Foundation
http://forum.pdfsharp.com/

because it is being used by another process
http://forum.pdfsharp.com/viewtopic.php?f=2&t=4527
Page 1 of 1

Author:  Rita Maurya [ Thu Dec 28, 2023 4:46 am ]
Post subject:  because it is being used by another process

using (PdfDocument one = PdfReader.Open(downLoadPDF, PdfDocumentOpenMode.Import))
{
CopyPages(one, outPdf);
one.Dispose();
}

because it is being used by another process

I got above error, how can rectify this bug

Author:  TH-Soft [ Sat Dec 30, 2023 8:02 pm ]
Post subject:  Re: because it is being used by another process

Rita Maurya wrote:
I got above error, how can rectify this bug
It's not a bug, it's a feature.
Make sure the file is not used by other applications when you try to open it.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/