Sort Score
Result 10 results
Languages All
Labels All
Results 6,571 - 6,580 of 153,594 for

2

(0.4 sec)
  1. Recognize EAN BarCode Images via Python | produ...

    Scan EAN symbology barcode images using Python applications without using any other software....Scan DATALOGIC2OF5 (Datalogic 2 of 5 Barcode) Scan DEUTSCHEPOST...(IATA 2 of 5 Barcode) Scan INTERLEAVED2OF5 (Interleaved 2 of 5...

    products.aspose.com/total/python-net/recognize-...
  2. Recognize CODEBLOCK BarCode Images via Python |...

    Scan CODEBLOCK symbology barcode images using Python applications without using any other software....Scan DATALOGIC2OF5 (Datalogic 2 of 5 Barcode) Scan DEUTSCHEPOST...(IATA 2 of 5 Barcode) Scan INTERLEAVED2OF5 (Interleaved 2 of 5...

    products.aspose.com/total/python-net/recognize-...
  3. Detecting a Corrupt PDF - Free Support Forum - ...

    Hi Team, We are using 9.7.0.0 verion of Aspose.Pdf for all kinds of PDF operations. I am facing a problem in detecting a corrupted PDF file. Aspose.Pdf .Document class successfully loads a corrupt PDF and even provides …...rrdonnelleypa November 2, 2015, 8:16am 2 Hi Team, Can you please...Paul Thekkan codewarior November 2, 2015, 8:31am 3 Hi Anto Paul,...

    forum.aspose.com/t/detecting-a-corrupt-pdf/27556
  4. CellFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellFormat class. Represents all formatting for a table cell... write ( "Row 1, Col 2" ); builder . endRow (); // Changing...insertCell (); builder . write ( "Row 2, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ListLevel.numberFormat property | Aspose.Words ...

    ListLevel.numberFormat property. Returns or sets the number format for the list level....at ( "Heading 1" ); // Level 2 labels will display the current..."-II-"... list . listLevels . at ( 2 ). numberFormat = "-\u0002-" ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxisType enumeration | Aspose.Words for Py...

    aspose.words.drawing.charts.ChartAxisType enumeration. Specifies type of chart axis....= [ 'Category 1' , 'Category 2' , 'Category 3' ] # Insert two...series . add ( 'Series 2' , categories , [ 64.2 , 79.5 , 94.0 ]) #...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartAxisType | Aspose.Words for Java

    Specifies type of chart axis in Java....categories = {"Category 1", "Category 2", "Category 3"}; // Insert two...getSeries().add("Series 2", categories, new double[]{64.2, 79.5, 94.0});...

    reference.aspose.com/words/java/com.aspose.word...
  8. Header alignment issue and need suggestion - Fr...

    Hello, I have below code and using which I am trying to add 3 headers but second and third header alignment is having issue. FYI - I tried by adjusting width but still facing same issue. Please have a look on attachme…...TopPadding = 2 builder.InsertCell() builder.CellFormat...Discourse August 21, 2025, 12:35pm 2 @shivrajp Issue Summary You are...

    forum.aspose.com/t/header-alignment-issue-and-n...
  9. ListLevel.number_format property | Aspose.Words...

    ListLevel.number_format property. Returns or sets the number format for the list level....get_by_name ( 'Heading 1' ) # Level 2 labels will display the current..."-II-"... doc_list . list_levels [ 2 ] . number_format = '- \x02 -'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Saving::ImageSaveOptions::get_Pa...

    Aspose::Words::Saving::ImageSaveOptions::get_PageSet method. Gets or sets the pages to render. Default is all the pages in the document in C++....builder -> Writeln ( u "Page 2." ); builder -> InsertImage (...-> Writeln ( u "This is page 2." ); builder -> InsertBreak (...

    reference.aspose.com/words/cpp/aspose.words.sav...