Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 4,096 for

ape

(0.11 sec)
  1. Cropping PDF Pages using Python|Aspose.PDF for ...

    You may change page properties, such as the width, height, Bleed-, Crop- and Trimbox using Aspose.PDF for Python via .NET....Load the PDF as a Document (use ap.Document() ). Define the cropping...import os import aspose.pdf as ap # Global configuration DATA_DIR...

    docs.aspose.com/pdf/python-net/crop-pages/
  2. Python으로 PDF에 페이지 추가|Aspose.PDF for Python via ...

    이 기사는 원하는 위치의 PDF 파일에 페이지를 삽입(추가)하는 방법을 가르칩니다. C#을 사용하여 PDF 파일에서 페이지를 이동, 제거(삭제)하는 방법을 배웁니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...import aspose.pdf as ap # 문서 열기 document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ko/python-net/add-pages/
  3. Архивы

    Архивы...pdf as ap # Создать экземпляр объекта TeXLoadOptions...TeXLoadOptions options = ap.TeXLoadOptions() # Загрузите документ...

    blog.aspose.com/ru/pdf/convert-latex-to-word-py...
  4. Converting a PDF file to JPEG using Python | As...

    Code Examples on Python for PDF‑to‑JPEG Conversion on All Platforms...AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...[ 1 ] res = ap . Resolution ( 300 ) device = ap . JpegDevice...

    products.aspose.com/pdf/python-cpp/conversion/p...
  5. Exemplo de Hello World usando Python|Aspose.PDF...

    Este exemplo demonstra como criar um documento PDF simples com o texto Hello World usando Aspose.PDF para Python via .NET....pdf as ap # Inicializar objeto de documento document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/pt/python-net/hello-world-e...
  6. Ejemplo de Hola Mundo usando Python|Aspose.PDF ...

    Esta muestra demuestra cómo crear un documento PDF simple con el texto Hola Mundo usando Aspose.PDF para Python a través de .NET....pdf as ap # Inicializar objeto documento document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/es/python-net/hello-world-e...
  7. Lưu trữ

    Lưu trữ...pdf as ap # Tải tài liệu PDF đầu vào document = ap.Document("input...# Đặt văn bản hình mờ stamp = ap.TextStamp("CONFIDENTIAL") # Đặt...

    blog.aspose.com/vi/pdf/add-watermark-in-pdf-in-...
  8. آرشیوها

    آرشیوها...pdf as ap # سند PDF ورودی را بارگیری کنید document = ap.Document("input...# تنظیم متن واترمارک stamp = ap.TextStamp("CONFIDENTIAL") # ویژگی...

    blog.aspose.com/fa/pdf/add-watermark-in-pdf-in-...
  9. Hapus Gambar dari File PDF menggunakan Python|A...

    Bagian ini menjelaskan cara menghapus Gambar dari File PDF menggunakan Aspose.PDF untuk Python melalui .NET....pdf as ap # Buka dokumen document = ap . Document ( input_file...aspose.pdf as ap # Buka dokumen document = ap . Document ( input_file...

    docs.aspose.com/pdf/id/python-net/delete-images...
  10. Delete Forms from PDF in Python|Aspose.PDF for ...

    Remove Text based on subtype/form with Aspose.PDF for Python via .NET library. Remove all forms from the PDF....pdf as ap import os data_dir = "/path/to/your/pdf/files/"...data_dir , outfile ) document = ap . Document ( path_infile ) forms...

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