Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 19,461 for

aws

(0.06 sec)
  1. CompareOptions.ignore_headers_and_footers prope...

    CompareOptions.ignore_headers_and_footers property. True indicates that headers and footers content is ignored....doc_original = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . ENDNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ExportListLabels Enum | Aspose.Words لـ .NET

    اكتشف كيف يعمل Aspose.Words.Saving.ExportListLabels على تعزيز صادرات HTML وMHTML وEPUB باستخدام خيارات تسمية القائمة القابلة للتخصيص....text-indent:-18pt; -aw-import:list-item; -aw-list-level-number:1; -aw-list-number-format:'%1...t:'%1.'; -aw-list-number-styles:'lowerLetter'; -aw-list-number-values:'1';...

    reference.aspose.com/words/ar/net/aspose.words....
  3. ExportListLabels Enum | Aspose.Words for .NET

    Discover how the Aspose.Words.Saving.ExportListLabels enum enhances your HTML, MHTML, and EPUB exports with customizable list label options....text-indent:-18pt; -aw-import:list-item; -aw-list-level-number:1; -aw-list-number-format:'%1...t:'%1.'; -aw-list-number-styles:'lowerLetter'; -aw-list-number-values:'1';...

    reference.aspose.com/words/net/aspose.words.sav...
  4. JPG를 영상 Python로 변환

    Python JPG 을 영상 형식으로 변환합니다. Python 사용하여 JPG 을 영상로 저장합니다....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...

    products.aspose.com/words/ko/python-net/convers...
  5. JPG를 TIFF Python로 변환

    Python JPG 을 TIFF 형식으로 변환합니다. Python 사용하여 JPG 을 TIFF로 저장합니다....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.tiff" , aw.saving.ImageSaveOptions(aw.SaveFormat.TIFF))...

    products.aspose.com/words/ko/python-net/convers...
  6. 영상를 PNG Python로 변환

    Python 영상 을 PNG 형식으로 변환합니다. Python 사용하여 영상 을 PNG로 저장합니다....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.png" , aw.saving.ImageSaveOptions(aw.SaveFormat.PNG))...

    products.aspose.com/words/ko/python-net/convers...
  7. PDF를 GIF Python로 변환

    Python PDF 을 GIF 형식으로 변환합니다. Python 사용하여 PDF 을 GIF로 저장합니다....as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.GIF) for page in range (doc...

    products.aspose.com/words/ko/python-net/convers...
  8. TEXT를 GIF Python로 변환

    Python TEXT 을 GIF 형식으로 변환합니다. Python 사용하여 TEXT 을 GIF로 저장합니다....as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.GIF) for page in range (doc...

    products.aspose.com/words/ko/python-net/convers...
  9. Comprimați DOC În Javascript

    Comprimați DOC în JavaScript fără a pierde calitatea. Optimizați conținutul DOC, reduceți cu ușurință dimensiunea fișierului....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/ro/nodejs-net/compres...
  10. Chuyển DOC Thành JPG Python

    Chuyển đổi DOC định dạng sang JPG trong mã Python Lưu DOC thành JPG bằng cách sử dụng Python....as aw doc = aw.Document( "Input.doc" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

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