Sort Score
Result 10 results
Languages All
Labels All
Results 5,211 - 5,220 of 151,452 for

2

(0.22 sec)
  1. 5472922.xlsx

    Sheet1 6/12/15 2 3 Test 14.0300 14.0300 false...Sheet1 6/12/15 2 3 Test 14.0300 14.0300 false...

    docs.aspose.com/cells/es/java/returning-a-range...
  2. 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
  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. Python cannot install Aspose.PDF - Free Support...

    Hi, I cannot install aspose pdf for python on Mac OS: pip install aspose-pdf returns: ERROR: Could not find a version that satisfies the requirement aspose-pdf (from versions: none) ERROR: No matching distribution…...camelBackNotation January 5, 2024, 2:59pm 1 Hi, I cannot install aspose...aspose-pdf Thanks. 2 Likes asad.ali January 5, 2024, 7:29pm 2 @camelBackNotation...

    forum.aspose.com/t/python-cannot-install-aspose...
  5. 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
  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. 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...
  8. 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...
  9. FootnoteOptions.numberStyle property | Aspose.W...

    FootnoteOptions.numberStyle property. Specifies the number format for automatically numbered footnotes.... write ( "Text 2. " ); builder . insertFootnote...FootnoteType . Footnote , "Footnote 2." ); builder . write ( "Text 3...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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