Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 11,651 for

artifact

(0.71 sec)
  1. Watermarker.create method | Aspose.Words for Py...

    Watermarker.create method. Creates new instance of the watermarker processor.... to_file ( output = ARTIFACTS_DIR + 'LowCode.WatermarkContextText...system_helper . io . FileStream ( ARTIFACTS_DIR + 'LowCode.WatermarkContextText...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.layout_options property | Aspose.Words...

    Document.layout_options property. Gets a [LayoutOptions](../../../aspose.words.layout/layoutoptions/) object that represents options to control the layout process of this document.... save ( file_name = ARTIFACTS_DIR + 'Document.LayoutOptionsHiddenT...doc . save ( file_name = ARTIFACTS_DIR + 'Document.LayoutOptionsParagra...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PlainTextDocument class | Aspose.Words for Python

    aspose.words.PlainTextDocument class. Allows to extract plain-text representation of the document's content... save ( file_name = ARTIFACTS_DIR + 'PlainTextDocument.Load...PlainTextDocument ( file_name = ARTIFACTS_DIR + 'PlainTextDocument.Load...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MarkdownLinkExportMode enumeration | Aspose.Wor...

    aspose.words.saving.MarkdownLinkExportMode enumeration. Specifies how links are exported into Markdown.... save ( file_name = ARTIFACTS_DIR + 'MarkdownSaveOptions...doc . save ( file_name = ARTIFACTS_DIR + 'MarkdownSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfSaveOptions.PreblendImages | Aspose.Words fo...

    Discover PdfSaveOptions' PreblendImages property. Easily control transparent image blending for enhanced document quality and visual appeal....and remove anti-aliasing artifacts. In order to properly display...background, which may reduce artifacts. // Set the "PreblendImages"...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Converter.convert method | Aspose.Words for Python

    aspose.words.lowcode.Converter.convert method...input_file = doc , output_file = ARTIFACTS_DIR + 'LowCode.Convert.pdf'...input_file = doc , output_file = ARTIFACTS_DIR + 'LowCode.Convert.SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  7. تحويل Word إلى Excel في Python|Aspose.Words لـ ...

    تحويل PDF إلى Excel، XML إلى Excel، DOCX إلى Excel Python. احفظ مستندًا بتنسيقات مختلفة إلى XLSX باستخدام Python.... artifacts_dir + "BaseConversions.PdfToXlsx..., options ) doc . save ( ARTIFACTS_DIR + "BaseConversions.FindReplaceXlsx...

    docs.aspose.com/words/ar/python-net/convert-a-d...
  8. WatermarkerContext class | Aspose.Words for Python

    aspose.words.lowcode.WatermarkerContext class. Document watermarker context.... to_file ( output = ARTIFACTS_DIR + 'LowCode.WatermarkContextText...system_helper . io . FileStream ( ARTIFACTS_DIR + 'LowCode.WatermarkContextText...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Python을 사용하여 PDF에서 워터마크를 제거하는 방법

    이 짧은 주제는 Python을 사용하여 PDF에서 워터마크를 제거하는 방법을 안내합니다. 여기에는 Python을 사용하여 PDF 파일에서 워터마크를 제거하기 위한 구성, 단계별 프로세스 및 실행 가능한 샘플 코드에 대한 모든 세부 정보가 포함됩니다.... 문서의 각 페이지에 있는 모든 artifacts 을 탐색하고 워터마크 유형 아티팩트 목록을 만듭니다... Page.artifacts 컬렉션에 액세스하여 Subtype 속성을 열거자 값 Artifact.artifact_subtype...

    kb.aspose.com/ko/pdf/python/how-to-remove-water...
  10. Добавить фон в PDF с помощью Python|Aspose.PDF ...

    Добавьте фоновое изображение в ваш PDF файл с помощью Python. Используйте класс BackgroundArtifact....Создать объект Background Artifact background = ap . BackgroundArtifact...артефактов страницы page . artifacts . append ( background ) #...

    docs.aspose.com/pdf/ru/python-net/add-backgrounds/