Learn how to add, read, edit, and remove threaded comments in Excel files using Aspose.Cells with C++.... Add ( u "Aspose Test" , u "" , u "" ); ThreadedCommentAutho...AddThreadedComment ( u "A1" , u "Test Threaded Comment" , author );...
Hello Aspose Team,
We are currently using the following Aspose libraries:
aspose-cells: 26.2
aspose-pdf:26.1
aspose-words:26.2 (JDK17)
We have encountered an issue during our document conversion workflow. When conver…...confirm the behavior, we also tested direct Excel → Word conversion...the necessary sample code and test files to help you analyze the...
Problem Description
When converting a DOCX document to HTML using Aspose.Words, the **font scaling ** defined in Microsoft Word is not preserved in the HTML output.
Although a font-size is generated, the scaling factor …...text-indent:-12pt; font-size:12pt"><span>Test</span><span style="text-decoration:underline">...on:underline"> </span><span>Test</span><span style="text-decoration:underline">...
Contains settings of the digital signature timestamp in Java....PdfDigitalSignatureD(certificateHolder, "Test Signing", "Aspose Office", new...PdfDigitalSignatureD(certificateHolder, "Test Signing", "Aspose Office", new...
Hi We are evaluating upgrading to the laTest version of Aspose Cells to take advantage of the support for newer Excel functions. We have found an issue where the formula =TOCOL(SIMPLE_TABLE *(100-MULTIPLIERS),TRUE) retur…... Test Without Multipliers : Since...omitted, isolate the issue by testing the multiplication separately...
Test-cp.zip (4.5 MB)
When using version 25.11 of Aspose.PSD 16.jar, color deviation occurs when the image is zoomed in for viewing. The attached files include the image comparison files with deviation and the original P…...February 5, 2026, 11:18am 1 test-cp.zip (4.5 MB) When using version...— the images in the attached test‑cp.zip differ from the original...
Hello,
I am working on dwg creation using .net Aspose.CAD, version 24.4.
I am facing an issue while saving dwg file as stream and then convert to byte[].
I found the method
public void Save(Stream stream, ImageOptio…...2 @msdos41 , Hello, please, test if this example is useful: byte[]...the latest version. You can test if the latest version is more...
Learn how to Manage Cells Html String through the Aspose.Cells for C++ API.... SetHtmlString ( u "<b>test bold</b>" ); Cell c4 = cells...cell c4 . SetHtmlString ( u "<i>test italic</i>" ); // Get the HTML...
I found that if I just did:
Table table1 = builder.StartTable();
builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None;
//table1.Style = document.Styles["tableStyle"];
builder.InsertParagraph();
b…...write("Test Text"); } builder.endRow();...insertCell(); builder.write("Test Text"); } builder.endRow();...
Add VBA Module and modify VBA or macro with Aspose.Cells for Node.js via C++....Button1_Click () { MsgBox "This is test message." } After the execution...( code . includes ( "This is test message." )) { const updatedCode...