Sort Score
Result 10 results
Languages All
Labels All
Results 5,181 - 5,190 of 155,631 for

2

(0.3 sec)
  1. An error occurs when comparing two documents - ...

    Good day, I found a similar problem, an error occurs when comparing two documents. Error:“The arithmetic operation ended with an overflow.” Can I send you two documents for testing?...noskov January 19, 2023, 2:05pm 2 @benestom Yes, please attach...be included into the next 23.2 version of Aspose.Words. we will...

    forum.aspose.com/t/an-error-occurs-when-compari...
  2. ChartSeries | Aspose.Words for Java

    Represents chart series properties in Java....assertEquals("Series 2", chart.getSeries().get(1).getName());...assertEquals("Series 3", chart.getSeries().get(2).getName()); // Apply data labels...

    reference.aspose.com/words/java/com.aspose.word...
  3. PCL to PDF conversion problems - Free Support F...

    Hi, We are working on a PCL2PDF converter and came across several issues: 1. underline (word example) appears with the line above the word instead of below 2. the paragraph l…...above the word instead of below 2. the paragraph line space after...codewarior October 19, 2015, 5:33pm 2 dvirP: We are working on a PCL2PDF...

    forum.aspose.com/t/pcl-to-pdf-conversion-proble...
  4. Aspose::Words::Revision::Reject method | Aspose...

    Aspose::Words::Revision::Reject method. Reject this revision in C++....get_RevisionType ()); ASSERT_EQ ( 2 , doc -> get_Revisions () -> get_Count...Write ( u "This is revision #2." ); // Now move the node to create...

    reference.aspose.com/words/cpp/aspose.words/rev...
  5. Aspose::Words::Revision::get_Group method | Asp...

    Aspose::Words::Revision::get_Group method. Gets the revision group. Returns null if the revision does not belong to any group in C++....get_RevisionType ()); ASSERT_EQ ( 2 , doc -> get_Revisions () -> get_Count...Write ( u "This is revision #2." ); // Now move the node to create...

    reference.aspose.com/words/cpp/aspose.words/rev...
  6. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent revisions in the document in Java....assertEquals(2, doc.getRevisions().getCount());...builder.write("This is revision #2."); // Now move the node to create...

    reference.aspose.com/words/java/com.aspose.word...
  7. Complex MaxiCode Settings|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....data modes are supported: Modes 2 and 3 - special industrial standards...in the article. MaxiCode Modes 2 and 3 For correct barcode generation...

    docs.aspose.com/barcode/net/complex-maxicode-ba...
  8. pdf转docx出现异常,System.NullReferenceException - Fr...

    示例代码: Document pdfDocument = new Document(“d:\test1.pdf");test1.pdf (176.5 KB) DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.Format = DocSaveOptions.DocFormat.DocX; pdfDocument.Save(“d:\test1.docx”, …...ali September 8, 2021, 9:49pm 2 @arlpan2000 在使用 21.8 版本的 API ...arlpan2000 September 9, 2021, 2:17am 3 有没有什么方法,规避这个问题? asad.ali...

    forum.aspose.com/t/pdf-docx-system-nullreferenc...
  9. Paragraph.appendField method | Aspose.Words for...

    Aspose.Words.Paragraph.appendField method... FieldDate , true ); // 2 - Append a TIME field using a...( doc . range . fields . at ( 2 ). result ). toEqual ( "Placeholder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for Node.js via C++.... addTextBox ( 2 , 0 , 2 , 0 , 80 , 400 ); // Access... getTextParagraphs (). get ( 2 ); p . setAlignmentType ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-textbox...