Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 5,576 for

compare document

(0.1 sec)
  1. ImageSavingArgs.current_shape property | Aspose...

    ImageSavingArgs.current_shape property. Gets the [ShapeBase](../../../aspose.words.drawing/shapebase/) object corresponding to the shape or group shape that is about to be saved....whether it’s a group shape comparing ShapeBase.shape_type with...GroupShape . Aspose.Words uses the document file name and a unique number...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TableStyle class | Aspose.Words for Python

    aspose.words.TableStyle class. Represents a table style...the Working with Tables documentation article. Inheritance: TableStyle...this table style. document Gets the owner document. (Inherited from...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose.Words or Open XML SDK|Aspose.Words for .NET

    Aspose.Words for .NET is a very useful Document processing library that provides great support for all Microsoft Word and other Document formats. Open XML SDK and Aspose.Words do not compete with each other because they address quite different needs using C#....Open XML SDK for advanced document operations. Sometimes we get...OOXML documents. Aspose.Words is a very useful document processing...

    docs.aspose.com/words/net/aspose-words-or-open-...
  4. Converting XL to PDF to Word yields incorrect o...

    Hi Aspose Team, I’m trying to convert an excel to word by first converting the excel worksheet to PDF and converting the PDF doc to word using the following code: Workbook workbook = new Workbook(dir + @"\Test_09122025…...pdfSaveOptions); Document doc = new Document(pdfFile); string...output looks extremely off compared to both PDF and Excel. In...

    forum.aspose.com/t/converting-xl-to-pdf-to-word...
  5. ListLevel | Aspose.Words for Java

    Defines formatting for a list level in Java....the Working with Lists documentation article. Remarks: You do...DocumentBuilder. Document doc = new Document(); // A list allows...

    reference.aspose.com/words/java/com.aspose.word...
  6. aspose.words.digitalsignatures module | Aspose....

    The aspose.words.digitalsignatures module provides classes to sign Documents and verify signatures....provides classes to sign documents and verify signatures. Classes...with Digital Signatures documentation article. DigitalSignature...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PclSaveOptions.rasterizeTransformedElements pro...

    PclSaveOptions.rasterizeTransformedElements property. Gets or sets a value determining whether or not complex transformed elements should be rasterized before saving to PCL Document...rasterized before saving to PCL document. Default is true . get rasterizeTransformed...different as compared with the source document. Examples Shows...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. The word page count is wrong - Free Support For...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document doc = new Document(path + "796597488160104448.docx"); doc.getLayoutOptions().setTextShaperFactory(com.aspose.words.shaping.harfbuzz.HarfBuzzTextSha…...top\\a\\DMS\\"; Document doc = new Document(path + "796597488160104448...different page break decision compared to Word . A similar case was...

    forum.aspose.com/t/the-word-page-count-is-wrong...
  9. Style | Aspose.Words for Java

    Represents a single built-in or user-defined style in Java....with Styles and Themes documentation article. Examples: Shows...list formatting. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  10. Converting word to PDF creates incorrect render...

    Hi Aspose team, I’m trying to convert a word Document to PDF using aspose words as follows: // Load the Word Document Aspose.Words.Document doc = new Aspose.Words.Document(dir + @"\TestPDF_07312025\WordTestFile.docm");…...I’m trying to convert a word document to PDF using aspose words...// Load the Word document Aspose.Words.Document doc = new Aspose...

    forum.aspose.com/t/converting-word-to-pdf-creat...