Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 19,398 for

aws

(0.11 sec)
  1. StructuredDocumentTag.is_temporary property | A...

    StructuredDocumentTag.is_temporary property. Specifies whether this SDT shall be removed from the WordProcessingML document when its contents are modified.... doc = aw . Document () # Insert a plain... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Javascript 에서 TIFF 압축

    품질 손실 없이 JavaScript 에서 TIFF 을 압축합니다. TIFF 콘텐츠를 최적화하고 파일 크기를 쉽게 줄이십시오....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/ko/nodejs-net/compres...
  3. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.document property. Gets or sets the [DocumentBuilder.document](./) object that this object is attached to.... doc = aw . Document () builder = aw . DocumentBuilder.... page_setup . orientation = aw . Orientation . LANDSCAPE builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. OoxmlSaveOptions.saveFormat property | Aspose.W...

    OoxmlSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...compatibilityOptions . optimizeFor ( aw . Settings . MsWordVersion ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. บีบอัด HTML ใน Python

    บีบอัด HTML ใน Python โดยไม่สูญเสียคุณภาพ เพิ่มประสิทธิภาพเนื้อหา HTML ลดขนาดไฟล์ได้อย่างง่ายดาย...words as aw doc = aw.Document( "Input.html" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/th/python-net/compres...
  6. FieldBuilder.add_argument method | Aspose.Words...

    aspose.words.fields.FieldBuilder.add_argument method... doc = aw . Document () # Below are three...symbol. builder = aw . fields . FieldBuilder ( aw . fields . FieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Konvertera JPG Till JPG Javascript

    Konvertera JPG formatet till JPG JavaScript kod. Spara JPG som JPG med JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/sv/nodejs-net/convers...
  8. تحويل TEXT إلى WORD Python

    تحويل TEXT إلى تنسيق WORD في كود Python احفظ TEXT باسم WORD باستخدام Python....words as aw doc = aw.Document( "Input.txt" ) doc...) import aspose.words as aw doc = aw.Document("Input.txt") doc...

    products.aspose.com/words/ar/python-net/convers...
  9. تحويل PDF إلى RTF Python

    تحويل PDF إلى تنسيق RTF في كود Python احفظ PDF باسم RTF باستخدام Python....words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...

    products.aspose.com/words/ar/python-net/convers...
  10. تحويل JPG إلى صورة Javascript

    تحويل JPG إلى تنسيق صورة في كود JavaScript احفظ JPG باسم صورة باستخدام JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/ar/nodejs-net/convers...