Aspose.PDF Capabilities

I am interested in creating my own PDF to Html process for a project at my work, and I’m inquiring to see if someone would be able to provide feedback on whether Aspose.PDF could assist me in my needs.


I need the ability to access all elements/controls on an existing PDF document and get as much information as possible about these elements/controls. I would be interested in obtaining x/y coordinates of the element, fonts, text values, etc.

Is this functionality available in Aspose.PDF?

jaredfe9bb:
I am interested in creating my own PDF to Html process for a project at my work, and I’m inquiring to see if someone would be able to provide feedback on whether Aspose.PDF could assist me in my needs.
Hi Jared,

Thanks for your interest in our API’s.

Aspose.Pdf for .NET offers the feature to directly convert PDF files to HTML format and during this conversion, all the elements present in PDF file are rendered in resultant HTML. For more information, please visit Convert PDF File into HTML Format

jaredfe9bb:
I need the ability to access all elements/controls on an existing PDF document and get as much information as possible about these elements/controls. I would be interested in obtaining x/y coordinates of the element, fonts, text values, etc.

Is this functionality available in Aspose.PDF?
It also offers the feature to traverse through all elements inside PDF file and get their associated properties i.e. Location, Height, Width etc. For more information, please visit