When sending two circle coordinates details from jquery to .cs page for adding in one page but they added in two pages

Aspose.Pdf.Drawing.Graph graph = new Aspose.Pdf.Drawing.Graph(shapeX - 90, shapeY - 72);
graph.IsChangePosition = false;
graph.Top = shapeY - 72;
Aspose.Pdf.Drawing.Arc arc = new Aspose.Pdf.Drawing.Arc(shapeX - 90, shapeY - 72, 41, -1, 359);
graph.Shapes.Add(arc);
doc.Pages[shapes[i].p].Paragraphs.Add(graph);

@raju1994

Thank you for contacting support.

We would like to request you to add some more details of the scenario and a self-contained narrowed down code snippet that can be used to reproduce the issue in our environment as currently there are some undefined objects in the code. Please also share source and generated files with us. Before sharing requested data, please ensure using Aspose.PDF for .NET 18.7 in your environment.

Thank you for your reply,
i am using Aspose.PDF for .NET 18.7 in my enironment. and my code here below
Aspose.Pdf.Document doc = new Aspose.Pdf.Document(HttpContext.Current.Server.MapPath(“Convert/output.pdf”));

and the document details are doc.Pages[1].PageInfo.Height=842 nad width is 595.

Aspose.Pdf.Drawing.Graph graph = new Aspose.Pdf.Drawing.Graph(180, 637);
graph.IsChangePosition = false;
graph.Top = 637;
Aspose.Pdf.Drawing.Arc arc = new Aspose.Pdf.Drawing.Arc(180, 637, 41, -1, 359);
graph.Shapes.Add(arc);
doc.Pages[1].Paragraphs.Add(graph);

Aspose.Pdf.Drawing.Graph graph1 = new Aspose.Pdf.Drawing.Graph(86, 522);
graph1.IsChangePosition = false;
graph1.Top = 522;
Aspose.Pdf.Drawing.Arc arc1 = new Aspose.Pdf.Drawing.Arc(86, 522, 41, -1, 359);
graph1.Shapes.Add(arc1);
doc.Pages[1].Paragraphs.Add(graph1);

@raju1994

Thank you for sharing requested details.

We have worked with the data shared by you and have been able to reproduce the issue in our environment. A ticket with ID PDFNET-45205 has been logged in our issue management system for further investigation and resolution. The ticket ID has been linked with this thread so that you will receive notification as soon as the ticket is resolved.

We are sorry for the inconvenience.

@Farhan.Raza

Is there any progress of this issue

@raju1994

Thank you for getting back to us.

The issue reported by you has been recently logged in our issue management system and is pending owing to previously logged tickets. It will be investigated on its due turn, which can take several months. We appreciate your patience and comprehension in this regard.

However, we also offer Paid Support, where issues are used to be investigated with higher priority. Our customers, who have paid support subscription, report their issue there which are meant to be investigated urgently. In case your reported issue is a blocker, you may please consider subscribing for Paid Support. For further information, please visit Paid Support FAQs.

@Farhan.Raza

Hi! Farhan,

Is there any progress of this issue.

@raju1994

Please note PDFNET-45205 was logged some weeks ago and may not be scheduled this soon. Owing to many tickets logged prior to your ticket, it may take several months to resolve because we schedule them under First Come First Serve policy. We will let you know as soon as some significant update will be available in this regard. Please be patient and spare us some time.

@Farhan.Raza

Is there any information related to this query.

@raju1994

Thank you for getting back to us.

We are afraid PDFNET-45205 is still pending for investigations. We have recorded your concerns and will update you as soon as some significant progress will be made in this regard.