Sort Score
Result 10 results
Languages All
Labels All
Results 9,621 - 9,630 of 157,061 for

doc

(0.14 sec)
  1. Translate Markdown to DOM|Aspose.Words for Pyth...

    Tarnslate a Markdown Document to Document Object Model and back using Python. So you can work with complex existing Markdown and programmatically create a Markdown Document from scratch.... save ( docs_base . artifacts_dir + "WorkingWithMarkdown...builder . document . save ( docs_base . artifacts_dir + "WorkingWithMarkdown...

    docs.aspose.com/words/python-net/translate-mark...
  2. DigitalSignature.signature_type property | Aspo...

    DigitalSignature.signature_type property. Gets the type of the digital signature.... doc = aw . Document ( MY_DIR + 'Digitally...signed.docx' ) for signature in doc . digital_signatures : print...

    reference.aspose.com/words/python-net/aspose.wo...
  3. OleControl.is_forms2_ole_control property | Asp...

    OleControl.is_forms2_ole_control property. Returns ``True`` if the control is a [Forms2OleControl](../../forms2olecontrol/).... doc = aw . Document ( file_name =...'ActiveX controls.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. StructuredDocumentTagRangeStart.word_open_xml_m...

    StructuredDocumentTagRangeStart.word_open_xml_minimal property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format.... doc = aw . Document ( file_name =...document tags.docx' ) tag = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. MailMergerContext.SetSimpleDataSource | Aspose....

    Enhance your mail merge efficiency with the MailMergerContext SetSimpleDataSource method, streamlining data source setup for seamless execution....operation: string doc = MyDir + "Mail merge.doc" ; string [] fieldNames...mailMergerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  6. DocumentBuilderOptions | Aspose.Words for Java

    Allows to specify additional options for the Document building process in Java.... Document doc = new Document(); DocumentBuilderOptio...builder = new DocumentBuilder(doc, builderOptions); // Adds content...

    reference.aspose.com/words/java/com.aspose.word...
  7. StructuredDocumentTag.title property | Aspose.W...

    StructuredDocumentTag.title property. Specifies the friendly name associated with this SDT... doc = aw . Document () # Create a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MailMergeMainDocumentType Enum | Aspose.Words f...

    Discover the Aspose.Words.MailMergeMainDocumentType enum, defining various mail merge source Document types for seamless Document automation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Dear "...

    reference.aspose.com/words/net/aspose.words.set...
  9. Document.Convert error when converting digital ...

    We are merging PDF’s and then trying to convert the PDF to Pdf_A_2A. We dont need the old signature we simply just want to merge the Document. We get an error after trying to upgrade to 24.8.0 or higher, we also see the…...new MemoryStream(bytes); var doc = new Pdf.Document(stream); pdfDokument...pdfDokument .Pages.Add(doc.Pages); } using var ms = new MemoryStream();...

    forum.aspose.com/t/document-convert-error-when-...
  10. CompositeNode.getChild method | Aspose.Words fo...

    CompositeNode.getChild method. Returns an Nth child node that matches the specified type.... let doc = new aw . Document (); // Add...this document. let paragraph = doc . getParagraph ( 0 , true );...

    reference.aspose.com/words/nodejs-net/aspose.wo...