Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 5,749 for

ape

(0.12 sec)
  1. Alterar o tamanho da página PDF em Python|Aspos...

    Aprenda como ler e alterar as dimensões da página PDF em Python....pdf as ap def set_page_size ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/pt/python-net/change-page-s...
  2. Fusionner des fichiers PDF en Python|Aspose.PDF...

    Apprenez comment fusionner plusieurs fichiers PDF en un seul document en Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/fr/python-net/merge-pdf/
  3. 링크 추출|Aspose.PDF for Python via .NET

    이 예제에서는 입력 PDF를 바인딩하고, 모든 링크를 추출하고, 해당 좌표와 URI를 인쇄합니다 (사용 가능한 경우)....pdf as ap import sys from os import path..." ) if is_assignable ( link , ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/ko/python-net/extract-links/
  4. Crop PDF Pages in Python|Aspose.PDF for Python ...

    Learn how to crop PDF pages and adjust crop, trim, bleed, and media boxes in Python....Load the PDF as a Document (use ap.Document() ). Define the cropping...import sys import aspose.pdf as ap from os import path def crop_page...

    docs.aspose.com/pdf/python-net/crop-pages/
  5. 既存の PDF ドキュメント内の表の操作|Aspose.PDF for Python via ...

    Python を使用して既存の PDF ドキュメント内のテーブルを検査および変更する方法を学びます。...pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ja/python-net/manipulating-...
  6. Archivo

    Archivo...pdf as ap # Cargar documento PDF de entrada document = ap.Document("input...texto de marca de agua stamp = ap.TextStamp("CONFIDENTIAL") # Establecer...

    blog.aspose.com/es/pdf/add-watermark-in-pdf-in-...
  7. Archiv

    Archiv...pdf as ap # Eingabe-PDF Dokument laden document = ap.Document("input...Wasserzeichentext festlegen stamp = ap.TextStamp("CONFIDENTIAL") # Legen...

    blog.aspose.com/de/pdf/add-watermark-in-pdf-in-...
  8. ארכיון

    ארכיון...pdf as ap # טען מסמך PDF לקלט document = ap.Document("input...הגדר טקסט של סימן מים stamp = ap.TextStamp("CONFIDENTIAL") # הגדר...

    blog.aspose.com/he/pdf/add-watermark-in-pdf-in-...
  9. تحويل PDF إلى PowerPoint في بايثون|Aspose.PDF ل...

    يسمح Aspose.PDF لك بتحويل PDF إلى تنسيق PPT (PowerPoint) باستخدام بايثون. هناك إمكانية لتحويل PDF إلى PPTX بالشرائح كصور....pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # فتح مستند PDF document = ap . Document ( input_pdf ) # إنشاء...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  10. Kelas Stamp|Aspose.PDF for Python via .NET

    Pelajari cara bekerja dengan kelas Stamp untuk menambahkan stempel berbasis gambar, PDF, dan teks ke dokumen PDF dalam Python....pdf as ap import aspose.pdf.facades as...def _create_text_state () -> ap . text . TextState : """Create...

    docs.aspose.com/pdf/id/python-net/stamp-class/