I want to make sure if ASPOSE PDF is fit for one of our needs.
We have an webpage built in asp .net that uses jquery.css,bootstrap.css and other 3 rd part CSS for look and feel purposes. These paths in the html are relative references.
I have a need to convert the webpage with all these relative references to PDF to achieve the same look as UI.
This specifically is for the home page of the UI, which will be rendered as the first page on the PDF.
The 2 nd page will have data retrieved from the Database and shown as a bulleted list.
Could you please confirm or point me to an example that using Aspose PDF
1: HTML with relative reference can be generated as PDF and the look will be maintained
2: Data from DB can be shown as bulleted list
We have an webpage built in asp .net that uses jquery.css,bootstrap.css and other 3 rd part CSS for look and feel purposes. These paths in the html are relative references.
I have a need to convert the webpage with all these relative references to PDF to achieve the same look as UI.
This specifically is for the home page of the UI, which will be rendered as the first page on the PDF.
The 2 nd page will have data retrieved from the Database and shown as a bulleted list.
Could you please confirm or point me to an example that using Aspose PDF
1: HTML with relative reference can be generated as PDF and the look will be maintained
2: Data from DB can be shown as bulleted list
I also need an example for the webpage conversion so that I can do a simple poc.
The examples on the aspose site do not seem to work. The pdf generated is 0 KB .