Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 4,096 for

ape

(0.08 sec)
  1. ค้นหา

    ค้นหา...pdf as ap # โหลดไฟล์ PDF document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/th/pdf/encrypt-decrypt-pdf-in-p...
  2. 档案

    档案...pdf as ap outputFile = "page_{pageNo}.txt"...document = ap.Document("input.pdf") # 创建文本设备 textDevice = ap.devices...

    blog.aspose.com/zh/pdf/extract-text-from-pdf-in...
  3. Arşiv

    Arşiv...pdf as ap input_pdf = DIR_INPUT + "sample...# PDF belgesini aç document = ap.Document(input_pdf) # PptxSaveOptions...

    blog.aspose.com/tr/pdf/convert-pdf-to-ppt-in-py...
  4. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via C++ library. Save PDF document to file system, to stream, and in Web applications....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/python-cpp/save-pdf-document/
  5. Chercher

    chercher...pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap.Document(input_pdf) # Enregistrer...

    blog.aspose.com/fr/pdf/convert-pdf-to-doc-in-py...
  6. Pythonを使用してPDFページを回転|Aspose.PDF for Python via ...

    このトピックでは、Pythonを使用して既存のPDFファイル内のページの向きをプログラムで回転させる方法について説明します。...pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/ja/python-net/rotate-pages/
  7. ארכיון

    ארכיון...pdf as ap input_pdf = DIR_INPUT + "sample...doc" # פתח מסמך PDF document = ap.Document(input_pdf) # שמור PDF...

    blog.aspose.com/he/pdf/convert-pdf-to-doc-in-py...
  8. Pythonを使用してブックマークを取得、更新、展開する|Aspose.PDF for Pyt...

    この記事では、Aspose.PDF for Pythonライブラリを使用してPDFファイル内のブックマークを操作する方法について説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...pdf as ap # PdfBookmarkEditorを作成 bookmarkEditor = ap . facades...

    docs.aspose.com/pdf/ja/python-net/get-update-an...
  9. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...pdf as ap import fitz # PyMuPDF import...f_path, replacements): doc = ap.Document(input_pdf_path) for...

    forum.aspose.com/t/table-placeholder-replacemen...
  10. 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/