Hi!
I’m using Aspose.Html and trying to convert html to pdf format.
Is it possible to execute js scripts?
my html (it’s not full, but there are only some more divs near existing one id=“air”):
<script src="https://ww…...GlebLevotsky April 20, 2023, 2:21pm #1 Hi! I’m using Aspose.Html... ["Verified", 5], ["Closed", 2], ["Denied", 3], ["Canceled",...
Hi,
I’m trying to insert Paragraph from an inputTableCellParagraph to outputTableCellParagraph
// outputTableCellParagraphs.getCount() => 1
// inputTableCellParagraphs.getCount() => 4
int size = inputTableCellParagrap…...get(i)); i++; } In iteration = 2, inputTableCellParagr.get(i) is...deryushev July 4, 2024, 12:17pm 2 @federico.altamura It’s hard to...
Hi, do you have any library to convert a read-only word document to an editable word document? This is for aspose .Net....words-net vasudevan July 24, 2024, 2:27pm 1 Hi, do you have any library...alexey.noskov July 24, 2024, 2:40pm 2 @vasudevan You can use Document...
We recently upgraded from Aspose 23.7 to 24.8. To get the Text of DataLabels on chart series points, we updated chart.Calculate() to chart.Calculate(new ChartCalculateOptions() { UpdateAllPoints = true }). But this is no…... Text: 200 Series: 0, Point: 2, Text: 300 Series: 0, Point: 3...3, Text: Custom Data Label 2 Series: 1, Point: 0, Text: 400 Series:...
ChartSeriesGroupCollection.add method. Adds a new series group of the specified series type to this collection....= [ 'Category 1' , 'Category 2' , 'Category 3' ] series . add...= [ 2 , 3 , 4 ]) series . add ( series_name = 'Series 2 of primary...