Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 4,431 for

ape

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

    ארכיון...pdf as ap # טען קובץ PDF document = ap.Document("input...pages: # צור PDF חדש splitPDF = ap.Document() # הוסף עמוד ל-PDF...

    blog.aspose.com/he/pdf/split-pdf-in-python/
  2. Converter PDF para PowerPoint em Python|Aspose....

    Aspose.PDF permite converter PDF para o formato PPT (PowerPoint) usando Python. Uma forma é a possibilidade de converter PDF para PPTX com Slides como Imagens....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Instanciar...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  3. How to rotate PDF | Aspose.PDF

    Do you know how easily rotate PDF documents in Python? Rotate PDF files with high quality using Python via .NET PDF library....PDF library as ‘ap’. Load the input PDF file named...using the ‘rotate’ property with ‘ap.Rotation.ON90’ to rotate by 90...

    products.aspose.com/pdf/tutorial/rotate-pdf/
  4. Extract Tagged Content from PDFs in Python|Aspo...

    Learn how to extract tagged PDF content in Python with Aspose.PDF for Python via .NET, including access to tagged content, root structure, and child structure elements....pdf as ap from aspose.pycore import cast...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/extract-tagged-c...
  5. Tambahkan Gambar ke PDF menggunakan Python|Aspo...

    Bagian ini menjelaskan bagaimana menambahkan gambar ke file PDF yang sudah ada menggunakan pustaka Python....pdf as ap # Buka dokumen document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/id/python-net/add-image-to-...
  6. Rotar Páginas de PDF Usando Python|Aspose.PDF p...

    Este tema describe cómo rotar la orientación de la página en un archivo PDF existente programáticamente con Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/es/python-net/rotate-pages/
  7. Création d'un PDF conforme à PDF/3-A et attache...

    Découvrez comment générer un document PDF avec ZUGFeRD dans Aspose.PDF pour Python via .NET...PDF et donnez-lui un alias ap pour plus de commodité. Définissez...attaché. import aspose.pdf as ap # Définir le chemin vers le répertoire...

    docs.aspose.com/pdf/fr/python-net/attach-zugferd/
  8. Procurar

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

    blog.aspose.com/pt/pdf/convert-pdf-to-doc-in-py...
  9. PDFにページ番号を追加する方法 (Python)|Aspose.PDF for Python...

    Aspose.PDF for Python via .NET を使用して、PageNumber Stamp クラスでPDFファイルにページ番号スタンプを追加することができます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...ページ番号スタンプを作成 page_number_stamp = ap . PageNumberStamp () # スタンプが背景かどうか...

    docs.aspose.com/pdf/ja/python-net/add-page-number/
  10. Python을 사용하여 PDF에 이미지 추가|Aspose.PDF for Python ...

    이 섹션에서는 Python 라이브러리를 사용하여 기존 PDF 파일에 이미지를 추가하는 방법을 설명합니다....pdf as ap # 문서 열기 document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ko/python-net/add-image-to-...