Sort Score
Result 10 results
Languages All
Labels All
Results 4,121 - 4,130 of 18,008 for

aws

(0.12 sec)
  1. PdfPermissions enumeration | Aspose.Words for N...

    Aspose.Words.Saving.PdfPermissions enumeration. Specifies the operations that are allowed to a user on an encrypted PDF document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... let encryptionDetails = new aw . Saving . PdfEncryptionDetails...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. SaveOptions.allow_embedding_post_script_fonts p...

    SaveOptions.allow_embedding_post_script_fonts property. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved... doc = aw . Document () builder = aw . DocumentBuilder...to use in the document. otf = aw . fonts . MemoryFontSource (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. HtmlSaveOptions.AllowNegativeIndent | Aspose.Wo...

    اكتشف خاصية HtmlSaveOptions AllowNegativeIndent للتحكم في مسافات الفقرات عند الحفظ بتنسيق HTML أو MHTML أو EPUB. حسّن تنسيق مستندك اليوم!...solid #000000; -aw-border:0.5pt single; -aw-border-insideh:0....5pt single #000000; -aw-border-insidev:0.5pt single #000000;...

    reference.aspose.com/words/ar/net/aspose.words....
  4. HtmlElementSizeOutputMode Enum | Aspose.Words p...

    Scopri Aspose.Words.Saving.HtmlElementSizeOutputMode. Controlla le dimensioni degli elementi per esportazioni HTML, MHTML ed EPUB ottimali. Migliora la formattazione dei tuoi documenti!...solid #000000; -aw-border:0.5pt single; -aw-border-insideh:0....5pt single #000000; -aw-border-insidev:0.5pt single #000000;...

    reference.aspose.com/words/it/net/aspose.words....
  5. IStructuredDocumentTag.sdtType property | Aspos...

    IStructuredDocumentTag.sdtType property. Gets type of this Structured document tag.... let doc = new aw . Document ( base . myDir + "Structured...tags = doc . getChildNodes ( aw . NodeType . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. StructuredDocumentTag.sdtType property | Aspose...

    StructuredDocumentTag.sdtType property. Gets type of this Structured document tag.... let doc = new aw . Document ( base . myDir + "Structured...tags = doc . getChildNodes ( aw . NodeType . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBase.footnoteSeparators property | Aspo...

    DocumentBase.footnoteSeparators property. Provides access to the footnote/endnote separators defined in the document.... let doc = new aw . Document ( base . myDir + "Footnotes...doc . footnoteSeparators . at ( aw . Notes . FootnoteSeparatorTyp...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. छवि को BMP Python में बदलें

    Python कोड छवि को BMP प्रारूप में बदलें। सहेजें छवि के रूप में 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...
  9. JPG को PNG Python में बदलें

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

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

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

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