Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 5,741 for

ape

(0.07 sec)
  1. Конвертировать PDF в Excel с помощью Python|Asp...

    Узнайте, как конвертировать PDF-файлы в Excel в Python с помощью Aspose.PDF for Python via .NET, включая XLS, XLSX, CSV, ODS и вывод в виде одного листа....pdf as ap import sys def convert_pdf_t...document = ap . Document ( infile ) save_options = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/python-net/convert-pdf-to-e...
  2. Конвертировать PDF в Excel с помощью Python|Asp...

    Узнайте, как конвертировать PDF-файлы в Excel в Python с помощью Aspose.PDF for Python via .NET, включая XLS, XLSX, CSV, ODS и вывод в виде одного листа....pdf as ap import sys def convert_pdf_t...document = ap . Document ( infile ) save_options = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/ru/python-net/convert-pdf-t...
  3. Python에서 PDF에 사각형 모양 추가|Aspose.PDF for Python v...

    Python에서 PDF 파일의 사각형 모양을 그리고 채우는 방법을 알아봅니다....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ko/python-net/add-rectangle/
  4. Tooltip en PDF usando Python|Aspose.PDF para Py...

    Aprende cómo agregar un tooltip al fragmento de texto en PDF usando Python y Aspose.PDF...pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "Mueve...

    docs.aspose.com/pdf/es/python-net/pdf-tooltip/
  5. Anotasi Ekstra menggunakan Python|Aspose.PDF un...

    Bagian ini menjelaskan cara menambah, mendapatkan, dan menghapus jenis anotasi ekstra dari dokumen PDF Anda....pdf as ap # Buka dokumen document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/id/python-net/extra-annotat...
  6. 파이썬으로 PDF 링크 만들기|Aspose.PDF for Python via .NET

    Python에서 내부, 외부 및 원격 PDF 링크를 만드는 방법을 알아봅니다....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/ko/python-net/create-links/
  7. Аннотации безопасности с использованием Python|...

    Узнайте, как помечать текст для редактирования, применять аннотации редактирования и удалять области изображений в PDF‑файлах с использованием Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/ru/python-net/security-anno...
  8. Criando um PDF complexo|Aspose.PDF para Python ...

    Aspose.PDF para Python via .NET permite que você crie documentos mais complexos que contêm imagens, fragmentos de texto e tabelas em um único documento....pdf as ap # Inicializar objeto de documento document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/pt/python-net/complex-pdf-e...
  9. Ajouter des formes de courbe au PDF en Python|A...

    Apprenez comment tracer et remplir des formes de courbe dans des fichiers PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/fr/python-net/add-curve/
  10. Travailler avec les opérateurs PDF en Python|As...

    Apprenez comment utiliser les opérateurs PDF de bas niveau en Python pour une manipulation précise du flux de contenu et le contrôle graphique....pdf as ap from os import path def add_... imagefile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/fr/python-net/working-with-...