Konverter DOC til EPUB format i Python kode. Gem DOC som EPUB ved hjælp af Python....words as aw doc = aw.Document( "Input.doc" ) doc...) import aspose.words as aw doc = aw.Document("Input.doc") doc...
Konverter DOC til PDF format i Python kode. Gem DOC som PDF ved hjælp af Python....words as aw doc = aw.Document( "Input.doc" ) doc...) import aspose.words as aw doc = aw.Document("Input.doc") doc...
Pretvorite WORD v obliko PDF v Python kodi Shranite WORD kot PDF z uporabo Python....words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...
Փոխարկեք HTML ը Markdown ձևաչափի Python կոդով: Պահեք HTML որպես Markdown օգտագործելով Python:...words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...
aspose.words.fields.FieldBuilder class. Builds a field from field code tokens (arguments and switches)... doc = aw . Document () # Below are three...symbol. builder = aw . fields . FieldBuilder ( aw . fields . FieldType...
Story.firstParagraph property. Gets the first paragraph in the story.... let doc = new aw . Document (); // Create a floating...textBox = new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType...
Shading.foreground_pattern_color property. Gets or sets the color that's applied to the foreground of the [Shading](../) object.... doc = aw . Document () builder = aw . DocumentBuilder...get_by_border_type ( aw . BorderType . LEFT ) . line_style = aw . LineStyle...
Document.original_file_name property. Gets the original file name of the document.... doc = aw . Document ( file_name = MY_DIR...original_file_name ) self . assertEqual ( aw . LoadFormat . DOCX , doc . ...
Aspose.Words.Document.save method... const doc = new aw . Document ( base . myDir + "Document...HTML format. const doc = new aw . Document ( base . myDir + "Document...