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

ape

(0.16 sec)
  1. ארכיון

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

    blog.aspose.com/he/pdf/add-watermark-in-pdf-in-...
  2. 既存のPDFからテーブルを削除する|Aspose.PDF for Python via .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf as ap # 既存のPDFドキュメントを読み込む pdf_document = ap . Document...テーブルを見つけるためにTableAbsorberオブジェクトを作成する absorber = ap . text . TableAbsorber () # アブソーバーで最初のページを訪問する...

    docs.aspose.com/pdf/ja/python-net/remove-tables...
  3. 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/
  4. Merge PDF Files in Python|Aspose.PDF for Python...

    Learn how to merge multiple PDF files into a single document in Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/python-net/merge-pdf-docume...
  5. Python에서 PDF 페이지 속성 가져오기 및 설정하기|Aspose.PDF for ...

    Python에서 크기, 개수 및 색상 정보와 같은 PDF 페이지 속성을 검사하고 업데이트하는 방법을 알아봅니다....pdf as ap from os import path def get_page_count...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ko/python-net/get-and-set-p...
  6. Python で PDF にラインシェイプを追加する方法|Aspose.PDF for Pyt...

    Python で PDF ファイルに線の形やスタイル付きの線を描く方法を学びましょう。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ja/python-net/add-line/
  7. Archivo

    Archivo...pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap.Document(input_pdf) # Guardar...

    blog.aspose.com/es/pdf/convert-pdf-to-doc-in-py...
  8. 링크 추출|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/
  9. Supprimer des pages PDF en Python|Aspose.PDF fo...

    Apprenez comment supprimer des pages de fichiers PDF en Python....pdf as ap def delete_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/fr/python-net/delete-pages/
  10. Hapus Forms dari PDF di Python|Aspose.PDF for P...

    Hapus objek Form dari halaman PDF dengan menggunakan Aspose.PDF for Python via .NET, termasuk pembersihan lengkap dan penghapusan terarah....pdf as ap def remove_all_forms ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/id/python-net/remove-form/