Complex graphics

With other PDF-generating tools, like PDFlib, it is possible to add complex graphics to the PDF (e.g. defining paths, specifying stroke style and width, etc.). Is that also possible with Aspose.PDF?

Hello Kilian,

Thanks for considering Aspose.

I am pleased to inform you that Aspose.Pdf for .NET supports the feature of adding graphics objects into PDF document. Following formatting features are supported when dealing with Graphics object in Aspose.Pdf

  • Change the graph color
  • Fill the graph
  • Specify fill rules for graphs like winding, evenodd etc.
  • Apply flatness effect
  • Control line width
  • Control the rotation angle of the coordinate system
  • Control the origin coordinates
  • Control the scaling rate of coordinates
  • Control the skew angle of the coordinates
  • Control line cap mode
  • Control line join mode

For more required information, please visit Working with Graphs

In case I have not properly understood your requirement or you have any further query, please feel free to contact.

Thanks, I’ll take a look at the Graphics object to see whether that fulfills my needs.