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

ape

(0.11 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. Adicionando Anexo a um Documento PDF usando Pyt...

    Esta página descreve como adicionar um anexo a um arquivo PDF com Aspose.PDF para Python via biblioteca .NET....pdf as ap # Abrir documento document = ap . Document (...como anexo fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/pt/python-net/add-attachmen...
  8. Extraire un tableau d'un document PDF|Aspose.PD...

    Aspose.PDF pour Python via .NET permet d'effectuer diverses manipulations avec les tableaux contenus dans votre document PDF....as ap # Charger le document PDF source pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/fr/python-net/extract-table...
  9. ארכיון

    ארכיון...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...
  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/