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

docx to doc

(0.17 sec)
  1. FieldMergeSeq | Aspose.Words for Java

    Implements the MERGESEQ field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Dear "); FieldMergeField...

    reference.aspose.com/words/java/com.aspose.word...
  2. PageSetup.endnoteOptions property | Aspose.Word...

    PageSetup.endnoteOptions property. Provides options that control numbering and positioning of endnotes in this section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Redact Documents via C++ | products.aspose.com

    Search replace PDF, Microsoft Word Documents Excel spreadsheets and PowerPoint presentations data via C++ application. C++ code listed...Options with C++ Redact DOC Files Redact DOCX Files Redact Excel Files...

    products.aspose.com/total/cpp/redact/
  4. Document.unprotect method | Aspose.Words for No...

    Aspose.Words.Document.unprotect method... let doc = new aw . Document (); doc . protect ( aw...ReadOnly , "password" ); expect ( doc . protectionType ). toEqual (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldRD.file_name property | Aspose.Words for P...

    FieldRD.file_name property. Gets or sets the name of the file To include when generating a table of contents, table of authorities, or index....ApiExampleBase , ARTIFACTS_DIR doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Use a document builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocConverter Plugin|Aspose.PDF for .NET

    Learn how To convert PDF Documents To Doc and Docx with the Aspose.Pdf.LowCode.DocConverter plugin for .NET.... Convert PDF to DOCX // For complete examples and...DocConverter (); // Configure DOCX conversion options var options...

    docs.aspose.com/pdf/net/plugins/doc-converter/
  7. | Aspose

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

    products.aspose.com/ocr/cpp/conversion/jp2-to-pdf/
  8. XamlFixedSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XamlFixedSaveOptions for enhanced Document saving in XamlFixed format. Unlock advanced features for superior results!...files used when saving to a DOC or DOCX file. By default, this property...Document doc = new Document ( MyDir + "Rendering.docx" ); ResourceUriPrinter...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Bibliography.BibliographyStyle | Aspose.Words f...

    Discover the BibliographyStyle property easily manage and cusTomize your bibliography's active style for enhanced organization and presentation....Document doc = new Document ( MyDir + "Bibliography.docx" ); //...with the following code: // doc.Bibliography.BibliographyStyle...

    reference.aspose.com/words/net/aspose.words.bib...
  10. Word转pdf后多出一行 - Free Support Forum - aspose.com

    使用aspose.word 25.6版本将word转为pdf时 word中按中文习惯控制首尾字符,标点在最后时会压缩在同一行,转为PDF后标点符号换行 效果如下图所示: word文件如下: 中文习惯转pdf多一行.Docx (66.8 KB)...docx (66.8 KB) Professionalize.Discourse...Document doc = new Document("path/to/your/document.docx"); // Create...

    forum.aspose.com/t/word-pdf/315348