Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 5,749 for

ape

(0.23 sec)
  1. Dapatkan, Perbarui, dan Perluas Sebuah Penanda ...

    Artikel ini menjelaskan cara menggunakan penanda buku dalam file PDF dengan pustaka Aspose.PDF untuk Python kami....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...pdf as ap # Buat PdfBookmarkEditor bookmarkEditor = ap . facades...

    docs.aspose.com/pdf/id/python-net/get-update-an...
  2. آرشیوها

    آرشیوها...pdf as ap input_pdf = DIR_INPUT + "sample...فایل PDF را باز کنید document = ap.Document(input_pdf) # گزینه های...

    blog.aspose.com/fa/pdf/convert-pdf-to-excel-in-...
  3. PDF 中的媒体注释|Aspose.PDF for Python via .NET

    了解如何向 PDF 文档添加声音、3D、屏幕和富媒体注释,以及如何使用 Aspose.PDF for Python via .NET 检查或删除多媒体注释。...dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/zh/python-net/media-annotat...
  4. Anotações de mídia em PDF|Aspose.PDF for Python...

    Aprenda como adicionar anotações de som, 3D, tela e mídia rica a documentos PDF, e como inspecionar ou excluir anotações multimídia usando Aspose.PDF for Python via .NET....dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/pt/python-net/media-annotat...
  5. PDF의 미디어 주석|Aspose.PDF for Python via .NET

    PDF 문서에 사운드, 3D, 화면 및 리치 미디어 주석을 추가하는 방법과 .NET을 통해 Python용 Aspose.PDF 를 사용하여 멀티미디어 주석을 검사하거나 삭제하는 방법을 알아봅니다....dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/ko/python-net/media-annotat...
  6. Excluir Imagens de Arquivo PDF usando Python|As...

    Aprenda como excluir imagens específicas ou todas as imagens de arquivos PDF em Python....Carregue o PDF de origem com ap.Document(infile) . Selecione...atualizado. import aspose.pdf as ap def delete_image ( infile , outfile...

    docs.aspose.com/pdf/pt/python-net/delete-images...
  7. Удалить изображения из PDF‑файла с помощью Pyth...

    Узнайте, как удалить конкретные или все изображения из PDF‑файлов с помощью Python....Загрузите исходный PDF с помощью ap.Document(infile) . Выберите страницу...обновлённый PDF. import aspose.pdf as ap def delete_image ( infile , outfile...

    docs.aspose.com/pdf/python-net/delete-images-fr...
  8. Adicionar e Excluir Marcadores de PDF em Python...

    Aprenda como adicionar e excluir marcadores em documentos PDF usando Python....pdf as ap import sys from os import path...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/pt/python-net/add-and-delet...
  9. الحصول على خصائص الصفحة وتعيينها باستخدام Pytho...

    يوضح هذا القسم كيفية الحصول على عدد الصفحات في ملف PDF، والحصول على معلومات حول خصائص صفحة PDF مثل اللون وتعيين خصائص الصفحة....pdf as ap # فتح المستند document = ap . Document ( input_pdf...aspose.pdf as ap # إنشاء مثيل للمستند document = ap . Document ()...

    docs.aspose.com/pdf/ar/python-net/get-and-set-p...
  10. Python を使ったハローワールドの例|Aspose.PDF for Python via ...

    このサンプルでは、.NET 経由で Aspose.PDF for Python を使用して、Hello World というテキストを含む簡単な PDF ドキュメントを作成する方法を示します。...pdf as ap def run_simple ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/ja/python-net/hello-world-e...