Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 11,796 for

artifact

(0.04 sec)
  1. FontSavingArgs.font_stream property | Aspose.Wo...

    FontSavingArgs.font_stream property. Allows to specify the stream where the font will be saved to....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...
  2. Arsip

    Arsip...apakah jenis artefaknya adalah Artifact.artifactsubtype.WATERMARK...artefak menggunakan metode Page.artifacts.delete() . Terakhir, simpan...

    blog.aspose.com/id/pdf/remove-watermark-from-pd...
  3. MarkdownSaveOptions.save_format property | Aspo...

    MarkdownSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... save ( file_name = ARTIFACTS_DIR + 'MarkdownSaveOptions...lambda s : s . startswith ( ARTIFACTS_DIR + 'MarkdownSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontSavingArgs.bold property | Aspose.Words for...

    FontSavingArgs.bold property. Indicates whether the current font is bold....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...
  5. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method... save ( file_name = ARTIFACTS_DIR + 'Document.ConvertToPdf...'Hello world!' ) doc . save ( ARTIFACTS_DIR + 'PDF2Word.convert_pdf_to_docx...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Python 를 사용하여 PDF에서 워터마크 가져오기 | Aspose.PDF

    Python for .NET 용 Aspose.PDF 파일을 사용하여 Python 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 파일에서 워터마크를 가져옵니다....Artifacts 컬렉션 클래스의 Add 메서드를 사용하여 워터마크를...[ 1 ] . artifacts [ 1 ] . subtype == apdf . Artifact . ArtifactSubtype...

    products.aspose.com/pdf/ko/python-net/watermark...
  7. DigitalSignatureCollection.count property | Asp...

    DigitalSignatureCollection.count property. Gets the number of elements contained in the collection....docx' , dst_file_name = ARTIFACTS_DIR + 'Document.DigitalSignature...detect_file_format ( file_name = ARTIFACTS_DIR + 'Document.DigitalSignature...

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

    aspose.words.FileFormatInfo class. Contains data returned by [FileFormatUtil](../fileformatutil/) document format detection methods... save ( file_name = ARTIFACTS_DIR + 'File.DetectDocumentEncryp...detect_file_format ( file_name = ARTIFACTS_DIR + 'File.DetectDocumentEncryp...

    reference.aspose.com/words/python-net/aspose.wo...
  9. MarkdownSaveOptions constructor | Aspose.Words ...

    MarkdownSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the [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...
  10. Tambahkan Nomor Halaman ke PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET memungkinkan Anda untuk menambahkan Cap Nomor Halaman ke file PDF Anda menggunakan kelas PageNumber Stamp....bates numbering var artifacts = page . Artifacts . Where ( ar =>...foreach ( var artifact in artifacts ) { page . Artifacts . Delete...

    docs.aspose.com/pdf/id/net/add-page-number/