Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 4,059 for

ape

(0.15 sec)
  1. Mengonversi PDF ke Dokumen Microsoft Word dalam...

    Pelajari cara menulis kode Python untuk konversi format PDF ke Microsoft Word dengan Aspose.PDF untuk Python via .NET dan menyetel konversi PDF ke DOC(DOCX)....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # Simpan...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  2. ค้นหา

    ค้นหา...pdf as ap # เริ่มต้นวัตถุเอกสาร document = ap.Document()...TextFragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/th/pdf/create-pdf-files-in-python/
  3. arkiv

    arkiv...pdf as ap # Initiera dokumentobjekt document = ap.Document()...textfragmentobjekt text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/sv/pdf/create-pdf-files-in-python/
  4. Архів

    Архів...pdf as ap # Ініціалізація об'єкта документа document = ap.Document()...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/uk/pdf/create-pdf-files-in-python/
  5. 使用 Python 向 PDF 添加水印|Aspose.PDF for Python via ...

    本文解释了如何使用 Python 程序处理 PDF 中的工件和获取水印的功能。...pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/zh/python-net/add-watermarks/
  6. Перемещение страниц PDF программно с помощью Py...

    Попробуйте переместить страницы в нужное место или в конец PDF файла, используя Aspose.PDF для Python через .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/ru/python-net/move-pages/
  7. Rotate PDF Pages Using Python|Aspose.PDF for Py...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/python-net/rotate-pages/
  8. 아카이브

    아카이브...pdf as ap # 문서 개체 초기화 document = ap.Document() # 페이지...textfragment 객체 초기화 text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ko/pdf/create-pdf-files-in-python/
  9. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # Mở tệp PDF document = ap.Document(input_pdf) # Tạo và...

    blog.aspose.com/vi/pdf/convert-pdf-to-excel-in-...
  10. Archivo

    Archivo...pdf as ap Extracción de texto: Analizar...aspose.pdf as ap # Abrir documento PDF document = ap.Document("AddText...

    blog.aspose.com/es/pdf/parse-pdf-in-python/