Sort Score
Result 10 results
Languages All
Labels All
Results 4,861 - 4,870 of 151,020 for

2

(0.23 sec)
  1. Recognize PLANET BarCode Images via Python | pr...

    Scan PLANET 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. Unable to read barcodes using version 23.1.0.0 ...

    I have licence for aspose barcodes 23.1.0.0 . am unable to read barcodes from the tiff files . But i can able to read barcodes using version 24.3.0.0 but am getting watermark when i reading types barode128...tvr May 2, 2025, 8:18am 1 I have licence...Professionalize.Discourse May 2, 2025, 8:18am 2 @jithus.tvr It seems you...

    forum.aspose.com/t/unable-to-read-barcodes-usin...
  3. Formulas are not evaluated correctly in 25.8 As...

    Hello Aspose support team, I have an issue with using Aspose Cells for Java, version 25.8 We did not observe that issue in 25.7 You can find 2 files in the attachment, producedByExcel.xlsx: Excel version. Formulas ar…...Family AlexBBB October 3, 2025, 2:45pm 1 Hello Aspose support team...that issue in 25.7 You can find 2 files in the attachment, producedByExcel...

    forum.aspose.com/t/formulas-are-not-evaluated-c...
  4. Converting pcl to pdf - Free Support Forum - as...

    Hello, I'm examining the .net to pdf tool and I want to convert a .pcl to pdf.For creating the pcl files I'm doing the print to file after pressing ctrl + p on all my files: 1. Simple notepad file - works fine!2. Excel -…... 2. Excel - isn’t working well, all...ahmad October 15, 2015, 11:56pm 2 Hi Dani, Thanks for your inquiry...

    forum.aspose.com/t/converting-pcl-to-pdf/27876
  5. Document.revisions property | Aspose.Words for ...

    Document.revisions property. Gets a collection of revisions (tracked changes) that exist in this document.... assertEqual ( 2 , doc . revisions . count ) #.... write ( 'This is revision #2.' ) # Now move the node to create...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Revision.group property | Aspose.Words for Python

    Revision.group property. Gets the revision group... assertEqual ( 2 , doc . revisions . count ) #.... write ( 'This is revision #2.' ) # Now move the node to create...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 在C++中使用图表|Aspose.Words对于C++

    图表特性介绍,如何使用C++创建和操作图表....Category 1" , u "AW Category 2" }); // Adding new series. Value...:: MakeArray < double > ({ 1 , 2 })); auto series2 = seriesColl...

    docs.aspose.com/words/zh/cpp/how-to-set-fill-an...
  8. Latest Aspose.Note Product Family topics - Free...

    Get technical support of Aspose.Note for .NET and Java....properly rendered when saving to PDF 2 78 March 24, 2025 Key Not found...17, 2024 Aspose.note features 2 228 November 13, 2024 HyperLink...

    forum.aspose.com/c/note/28
  9. Adding an Image as a Paragraph causes infinite ...

    I am converting images to PDFs. When using specific settings, like a 2cm Margin this causes the call of Aspose.PDF.Document.Save or Aspose.PDF.Document.ProcessParagraphs to process infinitely, until the program crashes w…...3465; var margins = 2 * POINTS_PER_CENTIMETER; var document...SetPageSize(width + 2 * margins, height + 2 * margins); page.Paragraphs...

    forum.aspose.com/t/adding-an-image-as-a-paragra...
  10. 删除分节符影响书签标记 - Free Support Forum - aspose.com

    Document document = new Document("input.docx"); for (int i = document.getSections().getCount() - 2; i >= 0; i--) { document.getLastSection().prependContent(document.getSections().get(i)); …...getCount() - 2; i >= 0; i--) { document.getLastSection()...Discourse May 9, 2025, 8:20pm 2 @Crane 要在删除分节符的同时保持书签不变,您可以在合...

    forum.aspose.com/t/topic/312511