Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 5,873 for

ape

(0.21 sec)
  1. Hitung Artefak PDF dalam Python|Aspose.PDF for ...

    Pelajari cara memeriksa dan menghitung artefak paginasi dalam dokumen PDF menggunakan Python dengan Aspose.PDF for Python via .NET....pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/id/python-net/counting-arti...
  2. Archiv

    Archiv...pdf as ap # Erstellen Sie ein PDFViewer Objekt viewer = ap.facades...import os import aspose.pdf as ap # Verzeichnispfad mit den zu...

    blog.aspose.com/de/pdf/print-pdf-in-python/
  3. آرشیوها

    آرشیوها...pdf as ap # شیء PdfViewer ایجاد کنید viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # مسیر دایرکتوری حاوی فایل های...

    blog.aspose.com/fa/pdf/print-pdf-in-python/
  4. 搜索

    搜索...pdf as ap # 建立 PdfViewer 對象 viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # 包含要列印的 PDF 檔案的目錄路徑 path = "D:\\Files\\"...

    blog.aspose.com/zh-hant/pdf/print-pdf-in-python/
  5. التعليقات التوضيحية للوسائط في PDF|Aspose.PDF f...

    تعرف على كيفية إضافة التعليقات التوضيحية الصوتية والثلاثية الأبعاد والشاشة والوسائط الغنية إلى مستندات PDF، وكيفية فحص التعليقات التوضيحية للوسائط المتعددة أو حذفها باستخدام Aspose.PDF لـ Python عبر .NET....dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/ar/python-net/media-annotat...
  6. Media Annotations in PDF|Aspose.PDF for Python ...

    Learn how to add sound, 3D, screen, and rich media annotations to PDF documents, and how to inspect or delete multimedia annotations using 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/python-net/media-annotations/
  7. 파이썬에서 PDF 파일 보호|Aspose.PDF for Python via .NET

    Python에서 파일을 암호화하고, 보호된 PDF를 해독하고, 암호를 변경하는 방법을 알아봅니다....pdf as ap def encrypt_password ( infile...document = ap . Document ( infile ) document_privilege = ap . facades...

    docs.aspose.com/pdf/ko/python-net/protect-pdf-f...
  8. Melhorando a Extração de Texto de PDFs Multi‑Co...

    Aprenda técnicas para melhorar a extração de texto de layouts de PDF de múltiplas colunas com Aspose.PDF for Python....pdf as ap def extract_text_reduce_font...""" doc = ap . Document ( infile ) frag_absorber = ap . text ....

    docs.aspose.com/pdf/pt/python-net/text-extracti...
  9. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # Mở tệp PDF document = ap.Document(input_pdf) # Tạo và...

    blog.aspose.com/vi/pdf/convert-pdf-to-excel-in-...
  10. Add PDF Pages in Python|Aspose.PDF for Python v...

    Learn how to add or insert pages into PDF documents in Python....pdf as ap def insert_empty_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/add-pages/