Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 11,713 for

artifact

(0.26 sec)
  1. Enkripteer'n Dokument in Python|Aspose.Words vi...

    Enkripteer jou dokument met toepaslike enkripsie-algoritmes vir spesifieke dokumentformate in Python.... save ( artifacts_dir + "DocSaveOptions.SaveAsDoc..."MyPassword" doc . Save ( artifacts_dir + "File.DetectDocumentEncryp...

    docs.aspose.com/words/af/python-net/encrypt-a-d...
  2. Een document versleutelen in Python|Aspose.Word...

    Versleutel uw document met behulp van geschikte encryptie-algoritmen voor specifieke documentformaten in Python.... save ( artifacts_dir + "DocSaveOptions.SaveAsDoc..."MyPassword" doc . Save ( artifacts_dir + "File.DetectDocumentEncryp...

    docs.aspose.com/words/nl/python-net/encrypt-a-d...
  3. DocumentBuilder.insert_signature_line method | ...

    aspose.words.DocumentBuilder.insert_signature_line method... save ( ARTIFACTS_DIR + 'DocumentBuilder.si...DigitalSignatureUtil . sign ( ARTIFACTS_DIR + 'DocumentBuilder.si...

    reference.aspose.com/words/python-net/aspose.wo...
  4. OoxmlCompliance enumeration | Aspose.Words for ...

    aspose.words.saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DOCX format.... save ( file_name = ARTIFACTS_DIR + 'OoxmlSaveOptions.Iso29500Strict.... Document ( file_name = ARTIFACTS_DIR + 'OoxmlSaveOptions.Iso29500Strict...

    reference.aspose.com/words/python-net/aspose.wo...
  5. HtmlFixedSaveOptions.export_embedded_svg proper...

    HtmlFixedSaveOptions.export_embedded_svg property. Specifies whether SVG resources should be embedded into Html document... save ( ARTIFACTS_DIR + 'HtmlFixedSaveOptions...html_fixed_save_options ) with open ( ARTIFACTS_DIR + 'HtmlFixedSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用C++为PDF添加背景|Aspose.PDF for C++

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....-> Add (); // 创建 Background Artifact 对象 auto background = MakeObject...backgroundartifact 添加到页面的 artifacts 集合中 page -> get_Artifacts () -> Add ( background...

    docs.aspose.com/pdf/zh/cpp/add-backgrounds/
  7. ImageSaveOptions constructor | Aspose.Words for...

    ImageSaveOptions constructor. Initializes a new instance of this class that can be used to save rendered images in the [SaveFormat.TIFF](../../../aspose.words/saveformat/#TIFF), [SaveFormat.PNG](../../../aspose.words/saveformat/#PNG), [SaveFormat.BMP](../../../aspose.words/saveformat/#BMP), [SaveFormat.JPEG](../../../aspose.words/saveformat/#JPEG), [SaveFormat.EMF](../../../aspose.words/saveformat/#EMF), [SaveFormat.EPS](../../../aspose.words/saveformat/#EPS), [SaveFormat.WEB_P](../../../aspose.words/saveformat/#WEB_P) or [SaveFormat.SVG](../../../aspose.words/saveformat/#SVG) format....more prominent compression artifacts. image_options . jpeg_quality...doc . save ( file_name = ARTIFACTS_DIR + 'ImageSaveOptions.JpegQuality...

    reference.aspose.com/words/python-net/aspose.wo...
  8. SignOptions.provider_id property | Aspose.Words...

    SignOptions.provider_id property. Specifies the class ID of the signature provider... save ( ARTIFACTS_DIR + 'DocumentBuilder.si...DigitalSignatureUtil . sign ( ARTIFACTS_DIR + 'DocumentBuilder.si...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PDF에 페이지 번호 추가|Aspose.PDF for .NET

    Aspose.PDF for .NET는 PageNumber Stamp 클래스를 사용하여 PDF 파일에 페이지 번호 스탬프를 추가할 수 있게 해줍니다....bates numbering var artifacts = page . Artifacts . Where ( ar =>...foreach ( var artifact in artifacts ) { page . Artifacts . Delete...

    docs.aspose.com/pdf/ko/net/add-page-number/
  10. So entfernen Sie Wasserzeichen aus PDF mit Python

    In diesem kurzen Thema erfahren Sie, wie Sie mit Python Wasserzeichen aus PDF entfernen. Es umfasst alle Details für die Konfiguration, den schrittweisen Prozess und einen ausführbaren Beispielcode zum Entfernen von Wasserzeichen aus PDF-Dateien mit Python....zu löschen Gehen Sie alle artifacts auf jeder Seite des Dokuments... Sie greift auf die Page.artifacts-Sammlung zu, um die Artefakte...

    kb.aspose.com/de/pdf/python/how-to-remove-water...