Sort Score
Result 10 results
Languages All
Labels All
Results 4,631 - 4,640 of 150,870 for

2

(0.25 sec)
  1. Assistance Required for PDF-to-Word Conversion ...

    We have implemented PDF-to-Word document conversion using the Aspose library. Initially, during testing, the conversion worked without any delays or timeout issues. However, we are now observing failures during the conve…...MadanTest November 24, 2025, 2:25pm 1 We have implemented PDF-to-Word...novinskiy November 24, 2025, 2:25pm 2 @MadanTest Can you please...

    forum.aspose.com/t/assistance-required-for-pdf-...
  2. 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-...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 删除分节符影响书签标记 - 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
  8. RowFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.RowFormat class. Represents all formatting for a table row... 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...
  9. 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
  10. 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...