Sort Score
Result 10 results
Languages All
Labels All
Results 8,391 - 8,400 of 90,688 for

doc format

(0.1 sec)
  1. Convert TIFF to Text via C# | Aspose

    Sample code for TIFF to Text C# conversion. Use API example code for batch TIFF files to Text conversion within VB.NET, Asp.NET or any .NET based application....even smartphone photos in TIFF format and creates TIFF documents...TIFF File Format TIFF or TIF, Tagged Image File Format, represents...

    products.aspose.com/ocr/net/conversion/tiff-to-...
  2. Convert MBOX to MD in Python | products.aspose.com

    Save MBOX to MD in your Python applications without using Microsoft Outlook or Word...the conversion of MBOX to MD format within their applications....into the respective Word MD format. This API package is a great...

    products.aspose.com/total/python-net/conversion...
  3. StyleCollection.document property | Aspose.Word...

    StyleCollection.Document property. Gets the owner Document.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f 'Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Border.theme_color property | Aspose.Words for ...

    Border.theme_color property. Gets or sets the theme color in the applied color scheme that is associated with this Border object.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) top_border = builder . paragraph_format . borders...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CompositeNode.AppendChild | Aspose.Words for .NET

    Discover how the CompositeNode AppendChild method enhances your coding by seamlessly adding nodes to your child node list. Boost your development efficiency!... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/com...
  6. TextPath.shadow property | Aspose.Words for Python

    TextPath.shadow property. Defines whether a shadow is applied to the text on a text path.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  7. TextPath.x_scale property | Aspose.Words for Py...

    TextPath.x_scale property. Determines whether a straight textpath will be used instead of the shape path.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Images not being rendered properly when convert...

    using var stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase6…...ExportImagesAsBase64 = true, }; doc.Save(stream, options); stream...stem from unsupported image formats, outdated library versions...

    forum.aspose.com/t/images-not-being-rendered-pr...
  9. ImportFormatOptions.smart_style_behavior proper...

    ImportFormatOptions.smart_style_behavior property. Gets or sets a boolean value that specifies how styles will be imported when they have equal names in source and destination Documents...KEEP_SOURCE_FORMATTING importing mode is used. When...while inserting documents. dst_doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. SectionStart Enum | Aspose.Words for .NET

    Explore Aspose.Words.SectionStart enum to understand section breaks and enhance Document Formatting for better control and presentation.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/sec...