Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 18,198 for

aws

(0.07 sec)
  1. HtmlSaveOptions.ExportRoundtripInformation | As...

    Discover HtmlSaveOptions' ExportRoundtripInformation property to control roundtrip data in HTML, MHTML, and EPUB formats. Optimize your exports today!...roundtrip information is exported as -aw-* CSS properties of the corresponding...outDocContents . Contains ( "<div style=\"-aw-headerfooter-type:header-primary;...

    reference.aspose.com/words/net/aspose.words.sav...
  2. JPG को BMP Python में बदलें

    Python कोड JPG को BMP प्रारूप में बदलें। सहेजें JPG के रूप में BMP का उपयोग कर Python ।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.bmp" , aw.saving.ImageSaveOptions(aw.SaveFormat.BMP))...

    products.aspose.com/words/hi/python-net/convers...
  3. TEXT को JPG Python में बदलें

    Python कोड TEXT को JPG प्रारूप में बदलें। सहेजें TEXT के रूप में JPG का उपयोग कर Python ।...as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/hi/python-net/convers...
  4. PDF को SVG Python में बदलें

    Python कोड PDF को SVG प्रारूप में बदलें। सहेजें PDF के रूप में SVG का उपयोग कर Python ।...as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.SVG) for page in range (doc...

    products.aspose.com/words/hi/python-net/convers...
  5. PDF को BMP Python में बदलें

    Python कोड PDF को BMP प्रारूप में बदलें। सहेजें PDF के रूप में BMP का उपयोग कर Python ।...as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.BMP) for page in range (doc...

    products.aspose.com/words/hi/python-net/convers...
  6. JPG को SVG Python में बदलें

    Python कोड JPG को SVG प्रारूप में बदलें। सहेजें JPG के रूप में SVG का उपयोग कर Python ।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.svg" , aw.saving.ImageSaveOptions(aw.SaveFormat.SVG))...

    products.aspose.com/words/hi/python-net/convers...
  7. 在javascript中壓縮doc

    在JavaScript中壓縮DOC而不會損失質量。優化DOC內容,輕鬆減小文件大小。...const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/zh-hant/nodejs-net/co...
  8. Nén HTML Trong Javascript

    Nén HTML trong JavaScript mà không làm giảm chất lượng. Tối ưu hóa HTML nội dung, giảm kích thước tệp một cách dễ dàng....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/vi/nodejs-net/compres...
  9. HTML को छवि Python में बदलें

    Python कोड HTML को छवि प्रारूप में बदलें। सहेजें HTML के रूप में छवि का उपयोग कर Python ।...as aw doc = aw.Document( "Input.html" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/hi/python-net/convers...
  10. StructuredDocumentTag.full_date property | Aspo...

    StructuredDocumentTag.full_date property. Specifies the full date and time last entered into this SDT.... doc = aw . Document () # Insert a structured...sdt_date = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...