Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 3,647 for

ape

(0.06 sec)
  1. 使用 Python 旋转 PDF 页面|Aspose.PDF for Python via .NET

    本主题描述如何使用 Python 编程旋转现有 PDF 文件中的页面方向。...pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/zh/python-net/rotate-pages/
  2. Añadir Imagen a PDF usando Python|Aspose.PDF pa...

    Esta sección describe cómo añadir una imagen a un archivo PDF existente usando la biblioteca de Python....pdf as ap # Abrir documento document = ap . Document (...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/es/python-net/add-image-to-...
  3. Working with PDF File Metadata in Python|Aspose...

    Explore how to extract and manage PDF metadata, such as author and title, in Python using Aspose.PDF....pdf as ap def get_pdf_file_information...Open PDF document document = ap . Document ( data_dir + "GetFileInfo...

    docs.aspose.com/pdf/pyhton-net/pdf-file-metadata/
  4. PDF/3-A 준수 PDF 생성 및 ZUGFeRD 인보이스를 Python에 첨부|As...

    Aspose.PDF for Python via .NET에서 ZUGFeRD가 포함된 PDF 문서를 생성하는 방법을 알아봅니다....pdf as ap # 입력 및 출력 PDF 파일이 있는 디렉토리의 경로를..."ZUGFeRD/ZUGFeRD-test.pdf" document = ap . Document ( path ) # ZUGFeRD...

    docs.aspose.com/pdf/ko/python-net/attach-zugferd/
  5. Pythonを使用してPDFでポートフォリオを作成する|Aspose.PDF for Pyth...

    Pythonを使用してPDFポートフォリオを作成する方法。Microsoft Excelファイル、Wordドキュメント、画像ファイルを使用してPDFポートフォリオを作成する必要があります。...pdf as ap # ドキュメントオブジェクトをインスタンス化 document = ap . Document...collection = ap . Collection () # ポートフォリオに追加するファイルを取得 excel = ap . FileSpecification...

    docs.aspose.com/pdf/ja/python-net/portfolio/
  6. Rimuovi la filigrana dal PDF usando Python | As...

    Codice sorgente Python per rimuovere la filigrana dal file PDF su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....pdf as ap doc = ap . Document ( "1.pdf" ) if...artifacts [ 1 ] . subtype == ap . Artifact . ArtifactSubtype...

    products.aspose.com/pdf/it/python-net/watermark...
  7. เพิ่มแสตมป์รูปภาพลงใน PDF โดยใช้ Python | Aspos...

    Python ซอร์สโค้ดเพื่อเพิ่มรูปแสตมป์ลงในไฟล์ PDF บน NET Framework, .NET Core...pdf as ap # Open document document = ap . Document ( input_pdf...Create image stamp image_stamp = ap . ImageStamp ( input_image_file...

    products.aspose.com/pdf/th/python-net/stamps/im...
  8. محافظت از PDF با استفاده از Python | Aspose.PDF

    کد منبع پایتون برای قفل کردن فایل پی دی اف با استفاده از رمز عبور در دات نت فریم ورک, دات نت هسته....pdf as ap # Open document dataDir = "..." document = ap . Document...privileges documentPrivilege = ap . facades . documentPrivilege...

    products.aspose.com/pdf/fa/python-net/protect/
  9. 从现有 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/zh/python-net/remove-tables...
  10. Eliminar tablas de un PDF existente|Aspose.PDF ...

    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....as ap # Cargar documento PDF existente pdf_document = ap . Document...para encontrar tablas absorber = ap . text . TableAbsorber () # Visitar...

    docs.aspose.com/pdf/es/python-net/remove-tables...