Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 11,774 for

artifact

(0.14 sec)
  1. Arşiv

    Arşiv...artifacts koleksiyonundan erişin. Yapı...Yapı türünün Artifact.artifactsubtype.WATERMARK olup olmadığını...

    blog.aspose.com/tr/pdf/remove-watermark-from-pd...
  2. Ottieni la filigrana dal PDF usando Python | As...

    Ottieni la filigrana dal file PDF in modo programmatico con il codice di esempio Python utilizzando Aspose.PDF per Python for .NET...Artifacts. Salva file PDF Ottieni la...[ 1 ] . artifacts [ 1 ] . subtype == apdf . Artifact . ArtifactSubtype...

    products.aspose.com/pdf/it/python-net/watermark...
  3. Archiv

    Archiv...WatermarkArtifact artifact = new WatermarkArtifact(); artifact.setText(formattedText);...setText(formattedText); artifact.setArtifactHorizonta (HorizontalAlignment...

    blog.aspose.com/de/pdf/add-watermark-to-pdf-usi...
  4. 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...
  5. 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...
  6. FontSavingArgs.document property | Aspose.Words...

    FontSavingArgs.document property. Gets the document object that is being saved....logic: export font to file in ARTIFACTS_DIR # args is FontSavingArgs...'.ttf' font_path = Path ( ARTIFACTS_DIR ) / font_file_name with...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IFontSavingCallback class | Aspose.Words for Py...

    aspose.words.saving.IFontSavingCallback class. Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format....logic: export font to file in ARTIFACTS_DIR # args is FontSavingArgs...'.ttf' font_path = Path ( ARTIFACTS_DIR ) / font_file_name with...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MarkdownSaveOptions.image_saving_callback prope...

    MarkdownSaveOptions.image_saving_callback property. Allows to control how images are saved when a document is saved to [SaveFormat.MARKDOWN](../../../aspose.words/saveformat/#MARKDOWN) format.... save ( file_name = ARTIFACTS_DIR + 'MarkdownSaveOptions...lambda s : s . startswith ( ARTIFACTS_DIR + 'MarkdownSaveOptions...

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

    HtmlFixedSaveOptions.export_embedded_svg property. Specifies whether SVG resources should be embedded into Html document... save ( file_name = ARTIFACTS_DIR + 'HtmlFixedSaveOptions.... File . read_all_text ( ARTIFACTS_DIR + 'HtmlFixedSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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/