FieldXE.page_range_bookmark_name property. Gets or sets the name of the bookmark that marks a range of pages that is inserted as the entry's page number.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...
OutlineOptions.expanded_outline_levels property. Specifies how many levels in the document outline to show expanded when the file is viewed.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . style_identifier = aw . StyleIdentifier . HEADING1...
Converti WORD in EPUB formato nel Python codice Salva WORD come EPUB utilizzando Python....words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...
Converti HTML in DOC formato nel Python codice Salva HTML come DOC utilizzando Python....words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...
Converti HTML in PDF formato nel Python codice Salva HTML come PDF utilizzando Python....words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...
Converti HTML in DOCX formato nel Python codice Salva HTML come DOCX utilizzando Python....words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...
Converti PDF in HTML formato nel Python codice Salva PDF come HTML utilizzando Python....words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...
Converti DOC in EPUB formato nel Python codice Salva DOC come EPUB utilizzando Python....words as aw doc = aw.Document( "Input.doc" ) doc...) import aspose.words as aw doc = aw.Document("Input.doc") doc...
Converti DOC in DOCX formato nel Python codice Salva DOC come DOCX utilizzando Python....words as aw doc = aw.Document( "Input.doc" ) doc...) import aspose.words as aw doc = aw.Document("Input.doc") doc...