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

docx to doc

(0.1 sec)
  1. CPU consumption when converting HTML to PDF - F...

    Hi Team, We are having a bit of trouble… when converting HTML To PDF, the CPU consumption is through the roof. Let me explain a bit better: We have a Soap WS in Framework 4.8 running in IIS. That receives “a lot” of re…...</body>\r\n</html>"; var doc = new HtmlDocument(); doc.LoadHtml(docText);...LoadHtml(docText); var mailHtml = doc.DocumentNode.InnerHtml; var stream = new...

    forum.aspose.com/t/cpu-consumption-when-convert...
  2. Run constructor | Aspose.Words for Python

    aspose.words.Run construcTor...constructor Contents [ Hide ] Run(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldCompare | Aspose.Words for Java

    Implements the COMPARE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldCompare field = (FieldCompare)...

    reference.aspose.com/words/java/com.aspose.word...
  4. TextBox | Aspose.Words for Java

    Defines attributes that specify how a text is displayed inside a shape in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert another textbox with...

    reference.aspose.com/words/java/com.aspose.word...
  5. DocumentBase.FootnoteSeparators | Aspose.Words ...

    Access and cusTomize footnote and endnote separaTors in your Document with DocumentBase's FootnoteSeparaTors property for enhanced formatting control.... Document doc = new Document ( MyDir + "Footnotes...endnotes.docx" ); FootnoteSeparator endnoteSeparator = doc . FootnoteSeparators...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table.... doc = aw . Document ( file_name =...= MY_DIR + 'Tables.docx' ) tables = doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  7. MailMerge.FieldMergingCallback | Aspose.Words f...

    Discover the MailMerge FieldMergingCallback property, enhancing your mail merge experience by efficiently handling Document fields for seamless integration....ImageFromBlob () { Document doc = new Document ( MyDir + "Mail...destination - Northwind employees.docx" ); doc . MailMerge . FieldMergingCallback...

    reference.aspose.com/words/net/aspose.words.mai...
  8. FieldPrint | Aspose.Words for Java

    Implements the PRINT field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("My paragraph");...

    reference.aspose.com/words/java/com.aspose.word...
  9. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....throws Exception { Document doc = new Document(); // A smart...SmartTag smartTag = new SmartTag(doc); // Smart tags are composite...

    reference.aspose.com/words/java/com.aspose.word...
  10. Body.ParentSection | Aspose.Words for .NET

    Discover the Body ParentSection property To easily access a sTory's parent section and enhance your content management efficiency....SuppressEndnotes () { Document doc = new Document (); doc . RemoveAllChildren...at its end. Assert . That ( doc . EndnoteOptions . Position ...

    reference.aspose.com/words/net/aspose.words/bod...