Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 176,888 for

docx

(0.31 sec)
  1. Comparer.Compare | Aspose.Words for .NET

    Effortlessly compare two documents with our Compare method. Save differences and track edits and format revisions in a single output file....docx" ; string secondDoc = MyDir..."LowCode.CompareDocuments.1.docx" , "Author" , new DateTime ());...

    reference.aspose.com/words/net/aspose.words.low...
  2. AdvancedCompareOptions | Aspose.Words for Java

    Allows to set advanced compare options in Java....docx"); Document docB = new Document(getMyDir()...Document(getMyDir() + "Document with SDT 2.docx"); // Configure options to compare...

    reference.aspose.com/words/java/com.aspose.word...
  3. How to Create Word Document using C#

    In this tutorial you will learn how to create Word document using C# without interop. The C# code example creates Word document in Docx file format....it, and save the document to DOCX file format. The following steps...document Save the document to DOCX file format Previously, we looked...

    kb.aspose.com/words/net/how-to-create-word-docu...
  4. Is there an API to get the "AnchorID" field fro...

    Does the Aspose Words for Java expose the AnchorID property of a Shape object? Note that the VBA and Interop libraries expose this property: https://learn.microsoft.com/en-us/dotnet/api/microsoft.office.interop.word.sh…... We have observed that a DOCX saved by Microsoft Word does...Words loads and saves the same DOCX, the property is removed. Essentially...

    forum.aspose.com/t/is-there-an-api-to-get-the-a...
  5. Փոխարկել Word-ը PCL-ի Java-ում

    Այս հոդվածը կենտրոնանում է այն բանի վրա, թե ինչպես փոխարկել Word-ը PCL-ի Java-ում: Այն ընդգրկում է մանրամասն տեղեկատվություն շրջակա միջավայրը հաստատելու համար և ներկայացնում է աշխատանքային օրինակելի կոդը՝ DOC ֆայլը PCL-ին Java-ում մատուցելու համար:...աշխատանքային օրինակելի կոդը DOCX-ը PCL-ի փոխակերպելու Java -ի...կամ MS Windows-ում: Java-ում DOCX-ը PCL-ին արտահանելու քայլեր...

    kb.aspose.com/hy/words/java/convert-word-to-pcl...
  6. Ինչպես ուղարկել Word փաստաթուղթ էլեկտրոնային փո...

    Այս կարճ թեմայում դուք կսովորեք, թե ինչպես ուղարկել Word Փաստաթուղթը էլփոստով Java-ի միջոցով: Հետևյալ պարզ քայլերը կարող են օգտագործվել էլփոստով Docx-ը Java-ով արտահանվող Docx-ի HTML-ի վրա ուղարկելու համար ցանկացած ընդհանուր օպերացիոն համակարգում, ինչպիսին է MS Windows-ը, Ubuntu-ն կամ macOS-ը, օգտագործելով պարզ API զանգեր:...մուտքագրված Word փաստաթուղթը DOCX կամ DOC ֆայլի ձևաչափով: Այնուհետև...համար: Կոդ՝ Java-ով էլփոստով DOCX ուղարկելու համար Վերևի կոդի...

    kb.aspose.com/hy/words/java/how-to-send-word-do...
  7. Փոխակերպեք Word DOC-ը EPUB-ի Java-ի միջոցով

    Հետևեք այս հոդվածին՝ Java-ի միջոցով Docx-ը EPUB-ի վերածելու համար: Այն կիսում է մանրամասներ՝ մշակման միջավայրը սահմանելու համար, քայլերի ցանկը և օրինակելի կոդը՝ Word DOC-ը Java-ի EPUB-ի փոխարկելու համար:...Word ֆայլը Document դասում՝ DOCX-ը EPUB-ի փոխակերպելու համար...սահմանում են Java*-ի միջոցով *DOCX-ի EPUB փոխակերպման գործընթացը:...

    kb.aspose.com/hy/words/java/convert-word-doc-to...
  8. Ինչպես փոխարկել Word-ը TIFF-ի Python-ում

    Այս արագ ձեռնարկը պարունակում է տեղեկատվություն Python-ում Word-ը TIFF-ի փոխակերպելու մասին: Այն տրամադրում է մանրամասներ՝ շրջակա միջավայրը կարգավորելու համար, հավելվածը գրելու քայլ առ քայլ ընթացակարգ և գործարկվող կոդ՝ Docx-ը Python-ում TIFF-ի փոխարկելու համար:...տալիս ֆունկցիան՝ փոխակերպելու DOCX -ին TIFF Python -ում: Քննարկված...Python-ի համար .NET-ի միջոցով ՝ DOCX-ը TIFF-ի փոխարկելու համար Ներբեռնեք...

    kb.aspose.com/hy/words/python/how-to-convert-wo...
  9. WarningSource enumeration | Aspose.Words for Py...

    aspose.words.WarningSource enumeration. Specifies the module that produces a warning during document loading or saving.... DOCX Module that reads/writes DOCX files. DOC Module...modules that are shared between DOCX/WML reader/writer modules. ODT...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...docx (13.9 KB) DOC_2.docx (13.9 KB) output.docx (11.3 KB)...ReplaceBookmarks("source.docx", "target.docx", "result.docx"); . Open result...

    forum.aspose.com/t/help-with-bookmark-replaceme...