فرمت DOC به HTML در Python کنید. با استفاده از Python DOC به عنوان HTML ذخیره کنید....words as aw doc = aw.Document( "Input.doc" ) doc...) import aspose.words as aw doc = aw.Document("Input.doc") doc...
在JavaScript代碼JPG轉換為SVG使用JavaScript將JPG保存為SVG。...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...
فرمت HTML به DOCX در Python کنید. با استفاده از Python HTML به عنوان DOCX ذخیره کنید....words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...
فرمت HTML به PDF در Python کنید. با استفاده از Python HTML به عنوان PDF ذخیره کنید....words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...
فرمت WORD به EPUB در Python کنید. با استفاده از Python WORD به عنوان EPUB ذخیره کنید....words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...
ShapeBase.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... doc = aw . Document () self . assertFalse...kind. shape = aw . drawing . Shape ( doc , aw . drawing . ShapeType...
OdtSaveOptions.password property. Gets or sets a password to encrypt document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document in. let saveOptions = new aw . Saving . OdtSaveOptions ( saveFormat...
Aspose.Words.Saving.PageSet class. Describes a random set of pages...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . PageBreak ); builder...