Konvertuoti HTML į EPUB formatą Python kodu. Išsaugokite HTML kaip EPUB naudodami Python....words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...
Konvertuoti JPG į GIF formatą JavaScript kodu. Išsaugokite JPG kaip GIF naudodami JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...
Konvertuoti PDF į EPUB formatą Python kodu. Išsaugokite PDF kaip EPUB naudodami Python....words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...
Aspose.Words.DocumentBuilder.moveToBookmark method...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...firstParagraph . getChildNodes ( aw . NodeType . Any , false ); expect...
Aspose.Words.Drawing.Charts.LegendPosition enumeration. Specifies the possible positions for a chart legend....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
aspose.words.saving.PdfZoomBehavior enumeration. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer.... doc = aw . Document () builder = aw . DocumentBuilder...factor a value of 25%. options = aw . saving . PdfSaveOptions ()...
Aspose.Words.Notes.EndnotePosition enumeration. Defines the endnote position....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); builder . insertFootnote ( aw . Notes . FootnoteType . Endnote...