Sort Score
Result 10 results
Languages All
Labels All
Results 8,031 - 8,040 of 150,726 for

2

(0.28 sec)
  1. Bug when using Aspose.Pdf.Document.Pages.Insert...

    Hi Am using latest pdf dll for .net 2.0 version10.2.0. With Aspose.Pdf.Document IndexDoc Aspose.Pdf.Document MainDoc When using MainDoc.Pages.Insert(1,IndexDoc.Pages) and IndexDoc is portrait and MainDoc is landsca…... 2015, 2:01pm 1 Hi Am using latest pdf dll for .net 2.0 version10...version10.2.0. With Aspose.Pdf.Document IndexDoc Aspose.Pdf.Document...

    forum.aspose.com/t/bug-when-using-aspose-pdf-do...
  2. Aspose::Words::Tables::Table::get_FirstRow meth...

    Aspose::Words::Tables::Table::get_FirstRow method. Returns the first Row node in the table in C++....-> get_Count ()); ASSERT_EQ ( 2 , tables -> idx_get ( 1 ) -> get_Rows...get_Tables () -> idx_get ( 0 ); // 2 - Using the "GetChild" method:...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection::idx_get method. Returns a ChartSeries at the specified index in C++....example -1 means the last item, -2 means the second before last and...u "Category 1" , u "Category 2" , u "Category 3" , u "Category...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Supported characters|Documentation

    A full list of characters recognized by Aspose.OCR for Java.... / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ [...# $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ [...

    docs.aspose.com/ocr/java/supported-characters/
  5. PDF version is not updated when converting to 1...

    Hello, english - Copy (2) (1).pdf (445.3 KB) With Aspose.Drawing.PDF 25.12, when loading the attached PDF (version 1.5) and calling Document Convert method with PdfFormat.PDF_A_1A, PdfFormat.PDF_A_1B, PdfFormat.PDF_A_2…...3:29pm 1 Hello, english - Copy (2) (1).pdf (445.3 KB) With Aspose...Discourse January 7, 2026, 3:31pm 2 @tfipsrd The behavior you are...

    forum.aspose.com/t/pdf-version-is-not-updated-w...
  6. Inline.IsFormatRevision | Aspose.Words for .NET

    Discover the Inline IsFormatRevision property in Microsoft Word. It indicates if object formatting changed with change tracking enabled, enhancing document management....( runs [ 2 ]. IsInsertRevision , Is . True ); // 2 - A "format"...changes. Assert . That ( runs [ 2 ]. IsFormatRevision , Is . True...

    reference.aspose.com/words/net/aspose.words/inl...
  7. Inline.IsMoveToRevision | Aspose.Words for .NET

    Discover how the IsMoveToRevision property in Microsoft Word tracks object movements. Ensure accurate change tracking for seamless document editing!...( runs [ 2 ]. IsInsertRevision , Is . True ); // 2 - A "format"...changes. Assert . That ( runs [ 2 ]. IsFormatRevision , Is . True...

    reference.aspose.com/words/net/aspose.words/inl...
  8. 使用 JavaScript 通过 C++ 合并和拆分单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持合并和拆分单元格。本文将介绍如何使用 Aspose.Cells 库合并和拆分单元格,并提供自定义合并单元格样式的选项。... merge ( 5 , 2 , 2 , 3 ); // Input data into C6...const cell = cells . get ( 5 , 2 ); cell . value = "This is my...

    docs.aspose.com/cells/zh/javascript-cpp/merging...
  9. Splitter | Aspose.Words for Java

    Provides methods intended to split the documents into parts using different criteria in Java....2.pdf", SaveFormat.RTF) .execute();..."LowCode.ConvertContextStream.2.docx")) { Converter.create(converterContext)...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to tag tables to a page number in word docu...

    I am reading a word document using python-docx, python-docx·PyPI but it has limitation as it does not give us the page information. The word document has lot of tables which could be splitted to next page. The python-do…...do it correctly: k="Appendix-2 copy.docx" doc = aw.Document(k)...Discourse June 19, 2025, 9:49am 2 @pratik122354 Cause It appears...

    forum.aspose.com/t/how-to-tag-tables-to-a-page-...