form.Save()

I have an application which is filling out multiple copies of the same page, and I need to put them all into one pdf document. For this we have purchased Pdf.Kit, but we’re finding that the process is still using the file when we want to use it in concatenate… Is there some method for closing the file from the form class?

For the record, here is the message I am seeing.

The process cannot access the file “C:\dev\xxx\xxx.pdf” because it is being used by another process.


Dear CLAMXO,

Thanks for considering aspose.

Here is the hot fix 1.0.2.2.

Best regards.

Thanks, you guys are the best.

I am receiving the same message abd the link in your previous response does not work.

Can you tell us what happen and what is the solution?

Thanks

I am Using Forms version 1.2.0.0.

The process cannot access the file “c:\inetpub\wwwroot\ezForm1040EZ-2004\ez91_pdf_files\F1040ezOutput.pdf” because it is being used by another process.

Description: An unhandled exception

Dear gbarret,

Thanks for considering Aspose.Pdf.Form.

That bug will not appear in 1.2.0. It was just a bug in older evaluation version.
Perhaps you used “Stream” mode, and you forgot Close you stream timely.

If the exception occurs again, please post or attach your code and pdf.

Best regards.