Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 5,556 for

compare document

(0.1 sec)
  1. FieldIf | Aspose.Words for Java

    Implements the IF field in Java....with Fields documentation article. Remarks: Compares the values...insert an IF field. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  2. TableStyle | Aspose.Words for Java

    Represents a table style in Java....the Working with Tables documentation article. Examples: Shows...settings for the table. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  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. Specify Load Options in C++|Aspose.Words for C++

    More accurately control the load process....Contents [ Hide ] When loading a document, you can set some advanced...Word application can display documents indifferently. For example...

    docs.aspose.com/words/cpp/specify-load-options/
  5. ImageSavingArgs.currentShape property | Aspose....

    ImageSavingArgs.currentShape 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.shapeType with ShapeType...GroupShape . Aspose.Words uses the document file name and a unique number...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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. 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...
  8. 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...
  9. MetafileRenderingOptions | Aspose.Words for Java

    Allows to specify additional metafile rendering options in Java....Handling Windows Metafiles documentation article. Examples: Shows...throws Exception { Document doc = new Document(getMyDir() + "WMF...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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...