Sort Score
Result 10 results
Languages All
Labels All
Results 4,901 - 4,910 of 18,036 for

aws

(0.05 sec)
  1. לסכם מסמך|Aspose.Words עבור Python via .NET

    סכם מסמך. Aspose.Words עבור Python מפשט את סיכום המסמכים באמצעות מודלים OpenAI וגוגל AI בכך שהוא מאפשר לך לציין את אורך הסיכום....באמצעות מודל GPT-4o: first_doc = aw . Document ( MyDir + "Big document...document.docx" ) second_doc = aw . Document ( MyDir + "Document...

    docs.aspose.com/words/he/python-net/summarize-a...
  2. Podsumuj dokument|Aspose.Words dla Python via .NET

    Podsumuj dokument. Aspose.Words dla Python upraszcza podsumowywanie dokumentów za pomocą modeli OpenAI i Google AI, umożliwiając określenie długości podsumowania....użyciu modelu GPT-4o: first_doc = aw . Document ( MyDir + "Big document...document.docx" ) second_doc = aw . Document ( MyDir + "Document...

    docs.aspose.com/words/pl/python-net/summarize-a...
  3. UserInformation.address property | Aspose.Words...

    UserInformation.address property. Gets or sets the user's postal address....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...information. let userInformation = new aw . Fields . UserInformation ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. StructuredDocumentTagRangeStart.removeAllChildr...

    StructuredDocumentTagRangeStart.removeAllChildren method. Removes all the nodes between this range start node and the range end node....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...rangeStart = doc . getChild ( aw . NodeType . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ViewOptions class | Aspose.Words for Node.js

    Aspose.Words.Settings.ViewOptions class. Provides various options that control how a document is shown in Microsoft Word...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...doc . viewOptions . viewType = aw . Settings . ViewType . PageLayout...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. OdtSaveOptions.save_format property | Aspose.Wo...

    OdtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... doc = aw . Document () builder = aw . DocumentBuilder...the document in. save_options = aw . saving . OdtSaveOptions ( save_format...

    reference.aspose.com/words/python-net/aspose.wo...
  7. LoadOptions.resourceLoadingCallback property | ...

    LoadOptions.resourceLoadingCallback property. Allows to control how external resources (images, style sheets) are loaded when a document is imported from HTML, MHTML....() => { let loadOptions = new aw . Loading . LoadOptions (); loadOptions...stylesheets and images. let doc = new aw . Document ( base . myDir + "Images...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. บีบอัด JPG ใน Javascript

    บีบอัด JPG ใน JavaScript โดยไม่สูญเสียคุณภาพ เพิ่มประสิทธิภาพเนื้อหา JPG ลดขนาดไฟล์ได้อย่างง่ายดาย...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/th/nodejs-net/compres...
  9. บีบอัด WORD ใน Javascript

    บีบอัด WORD ใน JavaScript โดยไม่สูญเสียคุณภาพ เพิ่มประสิทธิภาพเนื้อหา WORD ลดขนาดไฟล์ได้อย่างง่ายดาย...const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/th/nodejs-net/compres...
  10. JPG को HTML Python में बदलें

    Python कोड JPG को HTML प्रारूप में बदलें। सहेजें JPG के रूप में HTML का उपयोग कर Python ।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.jpg") doc...

    products.aspose.com/words/hi/python-net/convers...