Page 1 of 1

Evaluation Samples

Posted: Tue Dec 02, 2014 3:13 pm
by mschlech
1. I opened the WPF Annotation demo and made some annotations, saved to disk, opened in Adobe pdf viewer and could see the annotations I made.
2. Next day I do the same, but the annotations does not save to the pdf anymore
3. Tried again using the Windows Forms sample and it saved my annotations.
4. Next day I do the same, but the annotations does not save to the pdf anymore (Windows Forms sample)

Is this a instability with the software SDK or a Evaluation version restriction?

Please advise as this will determine whether we will consider buying the SDK or not.

Re: Evaluation Samples

Posted: Tue Dec 02, 2014 5:32 pm
by Alex
Hello,

For creating the PDF appearance of annotations in PDF document your application must have reference to Vintasoft.Imaging.Annotation.Pdf.dll. Make sure you have reference to this DLL.

Best regards, Alexander

Re: Evaluation Samples

Posted: Wed Dec 03, 2014 5:02 pm
by mschlech
I was using the samples as installed by the SDK. (which includes all necessary references by default...)

It saved the first time, but the next day it does not work and still does not work. Please read my initial post carefully.

Re: Evaluation Samples

Posted: Wed Dec 03, 2014 8:09 pm
by Alex
Please send us (to support@vintasoft.com) a working project which demonstrates the problem, we need reproduce the problem.

Best regards, Alexander

Re: Evaluation Samples

Posted: Mon Dec 08, 2014 12:53 pm
by mschlech
Hi Alex,

We are evaluating, I opened the sample project found in
C:\Program Files (x86)\VintaSoft\VintaSoftImaging.NET v8.0\Examples\VS.NET.2012\CSharp\WpfAnnotationDemo

When you install the SDK, the samples install too.

Re: Evaluation Samples

Posted: Mon Dec 08, 2014 8:43 pm
by Alex
We are evaluating, I opened the sample project found in
C:\Program Files (x86)\VintaSoft\VintaSoftImaging.NET v8.0\Examples\VS.NET.2012\CSharp\WpfAnnotationDemo

When you install the SDK, the samples install too.
Thank you for information. I have checked WpfAnnotationDemo for Visual Studio .NET 2012 in distributive package of SDK and have found that demo does not have reference to Vintasoft.Imaging.Annotation.Pdf.dll - this DLL creates PDF appearances for annotations in PDF documents. Please add reference to Vintasoft.Imaging.Annotation.Pdf.dll in the project and you will be able to generate PDF appearances of annotations saved in PDF document.

From our side, we will add reference to Vintasoft.Imaging.Annotation.Pdf.dll in distributive package of SDK. Once again thank you for your message.

Best regards, Alexander

Re: Evaluation Samples

Posted: Tue Dec 09, 2014 3:50 pm
by mschlech
Thanks for the response. It now works as expected :D