Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 22,354 for

docx

(0.04 sec)
  1. SvgSaveOptions.show_page_border property | Aspo...

    SvgSaveOptions.show_page_border property. Controls whether a border is added to the outline of the page...docx document to .svg. doc = aw ...file_name = MY_DIR + 'Document.docx' ) # Configure the SvgSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FileFormatInfo.hasDigitalSignature property | A...

    FileFormatInfo.hasDigitalSignature property. Returns ``true`` if this document contains a digital signature...docx" ; if ( fs . existsSync ( signedFile...detectFileFormat ( base . myDir + "Document.docx" ); expect ( aw . FileFormatUtil...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. MailMergerContext Class | Aspose.Words for .NET

    Discover the powerful Aspose.Words.LowCode.MailMergerContext class for seamless mail merging, enhancing your document automation with ease and efficiency....docx" ) . Execute (); Shows how to..."LowCode.MailMergeContextData.docx" ) . Execute (); Shows how to...

    reference.aspose.com/words/net/aspose.words.low...
  4. FontInfoCollection.SaveSubsetFonts | Aspose.Wor...

    Discover the FontInfoCollection SaveSubsetFonts property, control embedded TrueType font subsets in your documents for optimized file size and performance....Remarks This option works for DOC, DOCX and RTF formats only. Examples...Document ( MyDir + "Document.docx" ); FontInfoCollection fontInfos...

    reference.aspose.com/words/net/aspose.words.fon...
  5. FontInfoCollection.save_subset_fonts property |...

    FontInfoCollection.save_subset_fonts property. Specifies whether or not to save a subset of the embedded TrueType fonts with the document...Remarks This option works for DOC, DOCX and RTF formats only. Examples...file_name = MY_DIR + 'Document.docx' ) font_infos = doc . font_infos...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::FileFormatUtil::ContentTypeToLoa...

    Aspose::Words::FileFormatUtil::ContentTypeToLoadFormat method. Converts IANA content type into a load format enumerated value in C++....)); ASSERT_EQ ( LoadFormat :: Docx , FileFormatUtil :: ContentTypeToLoadFor...)); ASSERT_EQ ( SaveFormat :: Docx , FileFormatUtil :: ContentTypeToSaveFor...

    reference.aspose.com/words/cpp/aspose.words/fil...
  7. How to Unprotect Word File in Java

    This quick tutorial guides on how to unprotect Word file in Java. It provides all the necessary details to write a program to unprotect Docx in Java with the help of a few API calls only....you can save it as a separate DOCX , DOC , or in any of the supported...sample code. Code to Unprotect DOCX in Java This code demonstrates...

    kb.aspose.com/words/java/how-to-unprotect-word-...
  8. How to Read Word Document in C#

    This brief tutorial guides you on how to read Word document in C#. To read text from Word document C# environment details and runnable sample code with description is shared....by loading a Word file like DOCX , DOC , RTF, or HTML, etc, and...package manager Load the input DOCX file into the Document class...

    kb.aspose.com/words/net/how-to-read-word-docume...
  9. MailMerger | Aspose.Words for Java

    Provides methods intended to fill template with data using simple mail merge and mail merge with regions operations in Java....docx") .execute(); Shows how to do..."LowCode.MailMergeContextData.docx") .execute(); Shows how to do...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose.words compare is not same as MS word com...

    Hi Team, I’ve observed that Aspose.Words comparison output doesn’t match Microsoft Word’s comparison results for the attached files. Currently I have identified these differences, but there may be other discrepancies a…...docx"); Document target = new Do...Document("C:\\Temp\\v2.docx"); source.compare(target, "AW", new...

    forum.aspose.com/t/aspose-words-compare-is-not-...