Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,732 for

rb

(0.09 sec)
  1. TxtSaveOptions.save_format property | Aspose.Wo...

    TxtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...txt" , "rb" ) as file : doc_text = file...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DigitalSignatureUtil class | Aspose.Words for P...

    aspose.words.digitalsignatures.DigitalSignatureUtil class. Provides methods for signing document...docx" , "rb" ) as stream : digital_signatures...+ "Digitally signed.docx" , "rb" ) as stream_in : with open (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TxtListIndentation.count property | Aspose.Word...

    TxtListIndentation.count property. Gets or sets how many [TxtListIndentation.character](../character/) to use as indentation per one list level...txt" , "rb" ) as file : doc_text = file...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder.insert_ole_object_as_icon metho...

    aspose.words.DocumentBuilder.insert_ole_object_as_icon method...jpg" , "rb" ) as image_stream : # If 'presentation'...MY_DIR + "Presentation.pptx" , "rb" ) as stream : # If 'icon_file'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Custom header picture from file - Free Support ...

    I want to add a picture to a custom header. The only guide I can find is for dotNet (https://docs.aspose.com/cells/net/setting-headers-and-footers/) I have tried the following, that does not give an error, but also doe…...png” with open(logo_url, “rb”) as image: f = image.read()...

    forum.aspose.com/t/custom-header-picture-from-f...
  6. License.set_license method | Aspose.Words for P...

    aspose.words.License.set_license method... with open ( LICENSE_PATH , "rb" ) as my_stream : license = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  7. SaveOptions.allow_embedding_post_script_fonts p...

    SaveOptions.allow_embedding_post_script_fonts property. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved...otf" , "rb" ) as file : otf = aw . fonts...

    reference.aspose.com/words/python-net/aspose.wo...
  8. add_svg方法 | Aspose.Cells for Python via .NET AP...

    add_svg方法 add_svg(upper_left_row, top, upper_left_column, left, height, width, svg_data, compatible_image_data) 添加 sv......svg" , "rb" ) as fs : len = pycore . cast...

    reference.aspose.com/cells/python-net/zh/aspose...
  9. TxtSaveOptions.list_indentation property | Aspo...

    TxtSaveOptions.list_indentation property. Gets a [TxtListIndentation](../../txtlistindentation/) object that specifies how many and which character to use for indentation of list levels...txt" , "rb" ) as file : doc_text = file...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.original_file_name property | Aspose.W...

    Document.original_file_name property. Gets the original file name of the document....with missing file extension" , "rb" ) as doc_stream : info = aw...

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