Questions tagged [aspose.html]

Aspose.HTML provides native APIs (Java and .NET) to generate, read and edit HTML pages including CSS styles, as well as convert to PDF and multiple image formats.

Aspose.HTML provides native APIs (Java and .NET) to generate, read and edit HTML pages including CSS styles, as well as convert to PDF and multiple image formats.

4 questions
2
votes
0 answers

How to Identify the Page overflow in Aspose PDF

I am converting a HTML content to PDF using Aspose .Net API's. HTML content contains table which has dynamic data, so if the data is more date, then the table is overflown into second page. Is there a way to Identify the page overflown in my…
Mike
  • 75
  • 4
0
votes
0 answers

.JPEG replacement with .kml on Json website

Does anyone know how to replace map jpeg with kml map file in a website? I have the .js file of the website Thanks in advance has anyone had the same experience?
0
votes
0 answers

i am unable to create PDF file by URL using ASPOSE.PDF in C#, I am getting the following problem

I want to create PDF file by URL using ASPOSE.PDF and try the following code: string dataDir =@"C:\Users\UbaidUllah\Documents\Visual Studio 2015\Projects\aspose\Data\AsposePDF\DocumentConversion\"; WebRequest request =…
Ubaid
  • 77
  • 10
0
votes
0 answers

Aspose.HTML - Rendering HTML to image

I'm using Aspose.HTML for .NET version 19.2 to render an HTML document as an image, using this example as a starting point. The document I need to convert to an image is an organisational structure diagram, created by the Google Visualization API,…
Jonathan Sayce
  • 9,359
  • 5
  • 37
  • 51