Sort Score
Result 10 results
Languages All
Labels All
Results 9,491 - 9,500 of 149,120 for

2

(0.18 sec)
  1. Read Barcodes from Multipage TIFF Images in C#|...

    How to Recognize Barcodes from TIFF Files...barcodes from the frame Repeat Steps 2 and 3 until all target pages are...to read barcodes Repeat Steps 2 and 3 until all target pages are...

    docs.aspose.com/barcode/net/read-barcode-from-m...
  2. AbsorbedTable cannot extract the merged cells -...

    Hi, When I try to get the merged cells which positions are right by the other cells, Aspose pdf cannot extract into TableAbsorber, does there any solution for this problem? Looking forward to your response. In this JPG…...Discourse April 29, 2025, 9:26am 2 @Rachel_Lee It seems that you...I used version Aspose Pdf 25.2 Rachel_Lee April 30, 2025, 1:37am...

    forum.aspose.com/t/absorbedtable-cannot-extract...
  3. System.MissingMethodException in Aspose.pdf - n...

    Was able to narrow this down to a small block of code: Using oFS As New IO.FileStream(path:=sPageImage, mode:=IO.FileMode.Create) oPage.Resources.Images.Item(1).Save(stream:=oFS, …...Family rozeboosje May 22, 2025, 2:28pm 1 Was able to narrow this... rozeboosje May 22, 2025, 2:52pm 2 Okay I have to admit I’m confused...

    forum.aspose.com/t/system-missingmethodexceptio...
  4. Other managing TeX options | C++

    Conversion functionality of Aspose.TeX API solution for C++ lets set the initial interaction mode in which the engine starts. Here are some code examples.... 2 ... 3 // Set the interaction mode...conversion options instance. 2 ... 3 // Set the job name. 4 options...

    docs.aspose.com/tex/cpp/other-options/
  5. FieldIf Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldIf class—efficiently implement IF fields to enhance document automation and streamline your workflow.... Write ( "\nStatement 2: " ); field = ( FieldIf ) builder...; field . RightExpression = "2 + 3" ; field . TrueText = "True"...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Handling Variances | Aspose.Tasks Documentation

    Learn how to add, edit, and remove work variances in your project files using Aspose.Tasks for Java....Tasks-for-Java 2 // The path to the documents directory...getInstance (); 8 cal. set (2014, 2, 15, 8, 0, 0); 9 project. set...

    docs.aspose.com/tasks/java/handling-variances/
  7. Working with Task Links | Aspose.Tasks Document...

    Learn how to change Microsoft Project (MPP/XML) task link types using Aspose.Tasks for Java....Tasks-for-Java 2 // The path to the documents directory... getChildren (). add ( "Task 2" ); 8 TaskLink link = project...

    docs.aspose.com/tasks/java/defining-link-type/
  8. Incorrect date/time parsing - Free Support Foru...

    Hello, I use Aspose Words for Java with LINQ reporting engine version 24.8 and have trouble with date time parsing when using setExactDateTimeParseFormats, seems like the time part is ignored and every date parsed with 0…...smialekp September 11, 2024, 2:08pm 1 Hello, I use Aspose Words...Example: 03 Jul 2001 22:00 Example 2: 24 Jul 2024 22:00 Example 3:...

    forum.aspose.com/t/incorrect-date-time-parsing/...
  9. 使用C++为交替行和列应用条件格式阴影|Documentation

    如何在C++中使用Aspose.Cells库为交替行列的条件格式添加阴影。通过调整这些条件,您可以更好地控制单元格的外观和显示。... SetFormula1 ( u "=MOD(ROW(),2)=0" ); // Set the background color...为了将底纹应用于交替列,您只需将公式**=MOD(ROW(),2)=0**更改为**=MOD(COLUMN(),2)=0**,即不再获取行索引,而是修改公式以检索列索引。...

    docs.aspose.com/cells/zh/cpp/apply-shading-to-a...
  10. Aspose::Words::RunCollection class | Aspose.Wor...

    Aspose::Words::RunCollection class. Provides typed access to a collection of Run nodes. To learn more, visit the documentation article in C++....-> idx_get ( 2 ) -> get_IsInsertRevision ()); // 2 - A "format"...ASSERT_TRUE ( runs -> idx_get ( 2 ) -> get_IsFormatRevision ());...

    reference.aspose.com/words/cpp/aspose.words/run...