Компресирайте файлове в JavaScript: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS без да губите качество...const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...
بدون از دست دادن کیفیت، JPG را در JavaScript فشرده کنید. محتوای JPG را بهینه کنید، اندازه فایل را به راحتی کاهش دهید....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...
ShapeBase.isInline property. A quick way to determine if this shape is positioned inline with text....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
Aspose.Words.FileFormatUtil.detectFileFormat method... let doc = new aw . Document (); // Configure a...saveOptions = new aw . Saving . OdtSaveOptions ( aw . SaveFormat ...
Chuyển đổi DOC định dạng sang JPG trong mã JavaScript Lưu DOC thành JPG bằng cách sử dụng JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document(...const aw = require('@aspose/words'); var doc = new aw.Document("Input...
Chuyển đổi HTML định dạng sang GIF trong mã JavaScript Lưu HTML thành GIF bằng cách sử dụng JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document(...const aw = require('@aspose/words'); var doc = new aw.Document("Input...
Chuyển đổi HTML định dạng sang PNG trong mã JavaScript Lưu HTML thành PNG bằng cách sử dụng JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document(...const aw = require('@aspose/words'); var doc = new aw.Document("Input...