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

docx to doc

(0.15 sec)
  1. Perl|Aspose.Words for Java

    Perl: how To use Aspose.Words for Java....DOC document. Perl # ! C : \ Perl...//Create new Document Document doc = new Document (); //Create DocumentBuilder...

    docs.aspose.com/words/java/perl-and-aspose-word...
  2. HeaderFooterCollection indexer | Aspose.Words f...

    HeaderFooterCollection indexer. Retrieves a [HeaderFooter](../../headerfooter/) at the given index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::PageSetup::get_MultiplePages met...

    Aspose::Words::PageSetup::get_MultiplePages method. For multiple page Documents, gets or sets how a Document is printed or rendered so that it can be bound as a booklet in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); for ( int32_t i = 0 ; i <...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. 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/
  5. 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...
  6. Shape.text_box property | Aspose.Words for Python

    Shape.text_box property. Defines attributes that specify how text is displayed in a shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) text_box_shape = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. WriteProtection class | Aspose.Words for Python

    aspose.words.settings.WriteProtection class. Specifies write protection settings for a Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TableStyle.LeftIndent | Aspose.Words for .NET

    Discover the TableStyle LeftIndent property To easily cusTomize your table's left indent for enhanced layout control and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways of aligning...

    reference.aspose.com/words/net/aspose.words/tab...
  9. 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/
  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