Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 5,873 for

ape

(0.98 sec)
  1. Anotações Baseadas em Texto usando Python|Aspos...

    Saiba como adicionar, inspecionar e excluir anotações de texto livre, highlight, underline, squiggly e strikeout em documentos PDF usando Aspose.PDF for Python via .NET....Abra o PDF de origem document = ap . Document ( infile ) Criar e...livre free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/pt/python-net/text-based-an...
  2. Konversi Format Gambar ke PDF dalam Python|Aspo...

    Pelajari cara mengonversi BMP, CGM, DICOM, PNG, TIFF, EMF, SVG, dan format gambar lainnya ke PDF dalam Python dengan Aspose.PDF for Python via .NET....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/convert-image...
  3. Criptografar e Decifrar Arquivos PDF em Python|...

    Aprenda como definir privilégios de PDF, criptografar arquivos, descriptografar PDFs protegidos e alterar senhas em Python....pdf as ap import aspose.pydrawing as drawing...existing PDF document.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/pt/python-net/set-privilege...
  4. Enkripsi dan Dekripsi File PDF di Python|Aspose...

    Pelajari cara mengatur hak istimewa PDF, mengenkripsi file, mendekripsi PDF yang dilindungi, dan mengubah kata sandi dalam Python....pdf as ap import aspose.pydrawing as drawing...existing PDF document.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/id/python-net/set-privilege...
  5. Konversi PDF ke Excel di Python|Aspose.PDF untu...

    Aspose.PDF untuk perpustakaan Python memungkinkan Anda mengonversi PDF ke format Excel menggunakan Python. Format ini termasuk XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  6. Python에서 디지털 서명 추가 또는 PDF에 디지털 서명|Aspose.PDF fo...

    Python에서 PDF 문서에 디지털 서명하고, 타임스탬프를 추가하고, 서명의 유효성을 검사하는 방법을 알아봅니다....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/ko/python-net/digitally-sig...
  7. Création d'un PDF complexe|Aspose.PDF for Pytho...

    Aspose.PDF for Python via .NET vous permet de créer des documents plus complexes contenant des images, des fragments de texte et des tableaux dans un seul document....pdf as ap def run_complex ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/fr/python-net/complex-pdf-e...
  8. Pythonを使用して図の注釈を追加する|Aspose.PDF for Python via ...

    この記事では、Aspose.PDF for Python via .NETを使用して、PDFドキュメントに対して図の注釈を追加、取得、削除する方法について説明します...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/ja/python-net/figures-annot...
  9. Publicar formularios en PDF mediante Python|Asp...

    Agregar botones de envío y acciones de envío a los PDF AcroForms mediante Aspose.PDF for Python via .NET....pdf as ap def add_submit_button ( input_file_name...output_file_name ): editor = ap . facades . FormEditor ( input_file_name...

    docs.aspose.com/pdf/es/python-net/posting-form/
  10. Ekstrak Informasi Tanda Tangan dari PDF di Pyth...

    Pelajari cara mengekstrak gambar tanda tangan, sertifikat, dan detail tanda tangan digital dari file PDF menggunakan Python....pdf as ap import aspose.pydrawing as drawing...in a signature field.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/id/python-net/extract-image...