Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 4,096 for

ape

(0.76 sec)
  1. Arsip

    Arsip...pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap.Document(input_pdf) # Simpan...

    blog.aspose.com/id/pdf/convert-pdf-to-doc-in-py...
  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. Archivo

    Archivo...pdf as ap # Cargue el PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/es/pdf/rotate-pdf-in-python/
  6. 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...
  7. 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...
  8. Chercher

    chercher...pdf as ap input_pdf = DIR_INPUT + "many_pages...Ouvrir le document PDF document = ap.Document(input_pdf) # Créer un...

    blog.aspose.com/fr/pdf/convert-pdf-to-image-in-...
  9. Convertir HTML a PDF en Python|Aspose.PDF para ...

    Este tema te muestra cómo convertir HTML a PDF y MHTML a PDF usando Aspose.PDF. para Python....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/es/python-net/convert-html-...
  10. Changing Page Size with Python|Aspose.PDF for P...

    Change Page Size from your PDF document using Aspose.PDF for Python via .NET library....pdf as ap # Global configuration DATA_DIR...the Document class document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/change-page-size/