Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 11,646 for

artifact

(0.12 sec)
  1. DigitalSignatureUtil class | Aspose.Words for P...

    aspose.words.digitalsignatures.DigitalSignatureUtil class. Provides methods for signing document...docx' , dst_file_name = ARTIFACTS_DIR + 'DigitalSignatureUtil...system_helper . io . FileStream ( ARTIFACTS_DIR + 'DigitalSignatureUtil...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convertir Word en Excel dans Python|Aspose.Word...

    Convertissez PDF en Excel, XML en Excel, DOCX en Excel Python. Enregistrez un document dans différents formats sur XLSX à l'aide de Python.... artifacts_dir + "BaseConversions.PdfToXlsx..., options ) doc . save ( ARTIFACTS_DIR + "BaseConversions.FindReplaceXlsx...

    docs.aspose.com/words/fr/python-net/convert-a-d...
  3. Cách xóa hình mờ khỏi PDF bằng C#

    Hướng dẫn ngắn này hướng dẫn cách xóa hình mờ khỏi PDF bằng C#. Nó cung cấp tất cả các chi tiết về cấu hình, quy trình từng bước và mã mẫu có thể chạy được để xóa hình mờ khỏi tệp PDF bằng C#....Phân tích cú pháp qua tất cả artifacts trên mỗi trang của tài liệu...Nó sử dụng bộ sưu tập Page.Artifacts để xác định các tạo phẩm loại...

    kb.aspose.com/vi/pdf/net/how-to-remove-watermar...
  4. Document.extract_pages method | Aspose.Words fo...

    aspose.words.Document.extract_pages method... save ( file_name = ARTIFACTS_DIR + 'Document.ExtractPages...extracted_doc1 . save ( file_name = ARTIFACTS_DIR + 'Document.ExtractPagesWithOpti...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Cell.cell_format property | Aspose.Words for Py...

    Cell.cell_format property. Provides access to the formatting properties of the cell.... save ( file_name = ARTIFACTS_DIR + 'Table.RowCellFormat...doc . save ( file_name = ARTIFACTS_DIR + 'Table.CellFormat.docx'...

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

    aspose.words.drawing.SoftEdgeFormat class. Represents the soft edge formatting for an object.... save ( file_name = ARTIFACTS_DIR + 'Shape.SoftEdge.docx'.... Document ( file_name = ARTIFACTS_DIR + 'Shape.SoftEdge.docx'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HtmlFixedSaveOptions.page_margins property | As...

    HtmlFixedSaveOptions.page_margins property. Specifies the margins around pages in an HTML document... save ( ARTIFACTS_DIR + 'HtmlFixedSaveOptions...save_options ) with open ( ARTIFACTS_DIR + 'HtmlFixedSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CommentDisplayMode enumeration | Aspose.Words f...

    aspose.words.layout.CommentDisplayMode enumeration. Specifies the rendering mode for document comments.... save ( file_name = ARTIFACTS_DIR + 'Document.ShowCommentsInAnnota...doc . save ( file_name = ARTIFACTS_DIR + 'Document.ShowCommentsInBalloo...

    reference.aspose.com/words/python-net/aspose.wo...
  9. SaveOptions.update_ambiguous_text_font property...

    SaveOptions.update_ambiguous_text_font property. Determines whether the font attributes will be changed according to the character code being used.... save ( file_name = ARTIFACTS_DIR + 'OoxmlSaveOptions.UpdateAmbiguousTextF.... Document ( file_name = ARTIFACTS_DIR + 'OoxmlSaveOptions.UpdateAmbiguousTextF...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Python을 사용하여 PDF에 배경 추가|Aspose.PDF for Python v...

    Python을 사용하여 PDF 파일에 배경 이미지를 추가합니다. BackgroundArtifact 클래스를 사용하세요.... add () # Background Artifact 객체 생성 background = ap . BackgroundArtifact...backgroundartifact 추가 page . artifacts . append ( background ) #...

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