Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 5,741 for

ape

(0.08 sec)
  1. Python で PDF にページスタンプを追加する方法|Aspose.PDF for Pyt...

    Python で PDF ページスタンプをオーバーレイまたは背景として追加する方法を学びましょう。... ap.Document() (参照 Document ). を作成...import sys import aspose.pdf as ap from os import path def add_page_stamp...

    docs.aspose.com/pdf/ja/python-net/page-stamps-i...
  2. آرشیوها

    آرشیوها...pdf as ap # PDF را بارگیری کنید doc = ap.Document("input...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/fa/pdf/rotate-pdf-in-python/
  3. Tambahkan Nomor Halaman ke PDF|Aspose.PDF for P...

    Pelajari cara menambahkan nomor halaman ke dokumen PDF menggunakan PdfFileStamp dalam Python....pdf as ap import aspose.pdf.facades as...import path import aspose.pdf as ap import aspose.pdf.facades as...

    docs.aspose.com/pdf/id/python-net/page-number/
  4. ค้นหา

    ค้นหา...pdf as ap # ยกตัวอย่างวัตถุ TeXLoadOptions options = ap.TeXLoadOptions()...โหลดเอกสาร TEX pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/th/pdf/convert-latex-to-word-py...
  5. arkiv

    arkiv...pdf as ap # Instantiera TeXLoadOptions-objekt options = ap.TeXLoadOptions()...TEX-dokumentet pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/sv/pdf/convert-latex-to-word-py...
  6. Python API for PDF - Create, Merge, Modify, and...

    Native library to generate, edit and parse PDF files. The library converts PDF to multiple formats, including DOC, DOCX, XLS, XLSX, PPTX HTML, and images....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...[ 1 ] res = ap . Resolution ( 300 ) device = ap . JpegDevice...

    products.aspose.com/pdf/python-cpp/
  7. 使用状态替换文本|Aspose.PDF for Python via .NET

    在此示例中,所有出现的 “software” 都被替换为 “SOFTWARE”,并使用蓝色、14号字体进行格式化。...pdf as ap import aspose.pdf.facades as...bind_pdf ( infile ) text_state = ap . text . TextState () text_state...

    docs.aspose.com/pdf/zh/python-net/replace-text-...
  8. Dividir archivos PDF en Python|Aspose.PDF for P...

    Aprenda cómo dividir páginas PDF en archivos PDF separados en Python....pdf as ap # Open document document = ap . Document ( input_pdf...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/es/python-net/split-pdf/
  9. Documentation

    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 # Inisialisasi objek dokumen document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/id/python-net/get-started/h...
  10. arkiv

    arkiv...pdf as ap # Ladda PDF:en doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/sv/pdf/rotate-pdf-in-python/