Demo not working

Hi,

We have downloaded the latest aspose pdf from the download site and also downloaded the demo.

I am getting the following error while compilation

When I trying running the winform version I get the error and other error also

The type name 'Q' does not exist in the type 'Aspose.Pdf.Operator'

When I try running the web application I get the following

" Could not load type 'Aspose.Pdf.Fo.Demos.Lists'. C:\Users\vtummapudi003

Could you provide link for installable and corresponding demo

Hi Vijay,

Thanks for your interest in our products.

Kindly use the latest version of Aspose.Pdf for .NET v6.8 and change the operator as mentioned below.

//using GRestore operator: this operator restores graphics state
Aspose.Pdf.Operator.GRestore() instead of Q Operator

You may check the following documentation link for more details and code snippet about the use of Operators

Add Image in an Existing PDF File

For more details about some changes in operators, please visit: [Some changes in Operator class names](https://blog.aspose.com/2012/02/16/some-changes-in-operator-class-names)

If you still face any issue kindly share demo source code or link of the demo you are using.

Please feel free to contact support in case you need any further assistance.

Thanks & Regards,