Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 15,217 for

aws

(0.08 sec)
  1. Pretvorite Word, PDF In Številne Druge Oblike D...

    Programsko pretvarjajte dokumente v Python med različnimi oblikami datotek: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG in še veliko več....words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...

    products.aspose.com/words/sl/python-net/convers...
  2. Konvertuoti PDF Į Vaizdas Python

    Konvertuoti PDF į Vaizdas formatą Python kodu. Išsaugokite PDF kaip Vaizdas naudodami Python....words as aw doc = aw.Document(Input.pdf) for page...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...

    products.aspose.com/words/lt/python-net/convers...
  3. Konvertuoti WORD Į JPG Python

    Konvertuoti WORD į JPG formatą Python kodu. Išsaugokite WORD kaip JPG naudodami Python....words as aw doc = aw.Document(Input.docx) for...) import aspose.words as aw doc = aw.Document("Input.docx") doc...

    products.aspose.com/words/lt/python-net/convers...
  4. Konvertuoti PDF Į XPS Python

    Konvertuoti PDF į XPS formatą Python kodu. Išsaugokite PDF kaip XPS naudodami 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/lt/python-net/convers...
  5. Python का उपयोग करके PDF बनाएं

    कुछ ही चरणों में Python में एक नया PDF बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से PDF बनाएं।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...aspose.words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...

    products.aspose.com/words/hi/python-net/make/pdf/
  6. Python 에서 TIFF 압축

    품질 손실 없이 Python 에서 TIFF 을 압축합니다. TIFF 콘텐츠를 최적화하고 파일 크기를 쉽게 줄이십시오....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...save_options = aw.saving.ImageSaveOptions(aw.SaveFormat.TIFF)...

    products.aspose.com/words/ko/python-net/compres...
  7. Comprimați PDF În Python

    Comprimați PDF în Python fără a pierde calitatea. Optimizați conținutul PDF, reduceți cu ușurință dimensiunea fișierului....words as aw renderer = aw.pdf2word.fixedformats...PdfFixedRenderer() pdf_read_options = aw.pdf2word.fixedformats.PdfFixedOptions()...

    products.aspose.com/words/ro/python-net/compres...
  8. DocumentBuilder.font property | Aspose.Words fo...

    DocumentBuilder.font property. Returns an object that represents current font formatting properties.... doc = aw . Document () builder = aw . DocumentBuilder...font . border . line_style = aw . LineStyle . DASH_DOT_STROKER...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldIndex.bookmark_name property | Aspose.Word...

    FieldIndex.bookmark_name property. Gets or sets the name of the bookmark that marks the portion of the document used to build the index.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ListCollection.add_copy method | Aspose.Words f...

    ListCollection.add_copy method. Creates a new list by copying the specified list and adding it to the collection of lists in the document.... doc = aw . Document () # A list allows...lists . add ( list_template = aw . lists . ListTemplate . NUM...

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