Sort Score
Result 10 results
Languages All
Labels All
Results 7,601 - 7,610 of 18,447 for

docx to doc

(0.24 sec)
  1. | Aspose

    Sample code for PNG To TXT Java conversion. Use API example code for batch PNG files To TXT conversion within any Web or DeskTop Java based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/java/conversion/png-to-...
  2. Remove ODT Password Protection Online or using ...

    unlock password from ODT Document through online app for free. .NET C# API code To delete password from ODT files....smooth transition between ODT and DOCX formats for wider compatibility...Unlock DOC Files (Microsoft Word Binary Format) Unlock DOCX Files...

    products.aspose.com/total/net/unlock/odt/
  3. Aspose::Words::Fields::FieldIndexFormat enum | ...

    Aspose::Words::Fields::FieldIndexFormat enum. Specifies the formatting for the FieldIndex fields in a Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "A" );...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. PageSetup.margins property | Aspose.Words for P...

    PageSetup.margins property. Returns or sets preset [Margins](../../margins/) of the page.... doc = aw . Document ( file_name =...= MY_DIR + 'Rendering.docx' ) # Saving a document to PDF, to...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Clean Up Before or During a Mail Merge Operatio...

    Apply different cleaning and removing options such as deleting merge fields before performing a Mail Merge operation or removing unused regions during a Mail Merge operation....System::SharedPtr<Aspose::Words::Document> doc = MakeObject<Aspose::Words::...late.docx"); doc->get_MailMerge()->DeleteFields(); doc->Save(u"CleanTemplate...

    docs.aspose.com/words/cpp/clean-up-before-or-du...
  6. Aspose::Words::Fields::FieldOptions::get_FieldI...

    Aspose::Words::Fields::FieldOptions::get_FieldIndexFormat method. Gets or sets a FieldIndexFormat that represents the formatting for the FieldIndex fields in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "A" );...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. CustomPartCollection.GetEnumerator | Aspose.Wor...

    Explore the CusTomPartCollection GetEnumeraTor method To effortlessly iterate through all items in your collection. Streamline your data management Today!... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  8. FieldPageRef.insert_relative_position property ...

    FieldPageRef.insert_relative_position property. Gets or sets whether To insert a relative position of the bookmarked paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) ExField . _insert_and_name_bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  9. SaveOptions.UseAntiAliasing | Aspose.Words for ...

    Discover the SaveOptions UseAntiAliasing property To enhance your rendering quality. Control antialiasing for smoother visuals and improved performance....Document doc = new Document ( MyDir + "Rendering.docx" ); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 60...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java.... Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); Comment comment = new Comment(doc, "John Doe"...

    reference.aspose.com/words/java/com.aspose.word...