Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 4,096 for

ape

(0.36 sec)
  1. أرشيف

    أرشيف...pdf as ap # أرسل كائن LoadOption باستخدام...option = ap.EpubLoadOptions() # تحميل ملف EPUB document = ap.Document("sample...

    blog.aspose.com/ar/pdf/convert-epub-to-pdf-in-p...
  2. 以编程方式打开 PDF 文档|Aspose.PDF for Python via C++

    学习如何在 Python Aspose.PDF for Python via C++ 库中打开 PDF 文件。您可以打开现有 PDF、来自流的文档和加密的 PDF 文档。...AsposePDFPythonWrapp as ap # 打开文档 document = ap . Document ( "sample...AsposePDFPythonWrapp as ap # 打开文档 document = ap . Document ( "sample...

    docs.aspose.com/pdf/zh/python-cpp/open-pdf-docu...
  3. Ouvrir un document PDF de manière programmatiqu...

    Apprenez à ouvrir un fichier PDF dans la bibliothèque Aspose.PDF pour Python via C++. Vous pouvez ouvrir un PDF existant, un document à partir d'un flux et un document PDF chiffré....AsposePDFPythonWrapp as ap # Ouvrir le document document = ap . Document (...AsposePDFPythonWrapp as ap # Ouvrir le document document = ap . Document (...

    docs.aspose.com/pdf/fr/python-cpp/open-pdf-docu...
  4. تحويل PDF إلى PowerPoint في بايثون|Aspose.PDF ل...

    يسمح Aspose.PDF لك بتحويل PDF إلى تنسيق PPT (PowerPoint) باستخدام بايثون. هناك إمكانية لتحويل PDF إلى PPTX بالشرائح كصور....pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # فتح مستند PDF document = ap . Document ( input_pdf ) # إنشاء...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  5. Python을 통해 PDF 페이지를 프로그래밍 방식으로 이동|Aspose.PDF fo...

    Aspose.PDF for Python via .NET을 사용하여 원하는 위치 또는 PDF 파일의 끝으로 페이지를 이동해 보세요....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/ko/python-net/move-pages/
  6. Menghapus Tabel dari PDF yang Ada|Aspose.PDF un...

    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 # Muat dokumen PDF yang ada pdf_document = ap . Document...untuk menemukan tabel absorber = ap . text . TableAbsorber () # Kunjungi...

    docs.aspose.com/pdf/id/python-net/remove-tables...
  7. آرشیوها

    آرشیوها...pdf as ap استخراج متن: تجزیه PDF در پایتون...aspose.pdf as ap # باز کردن سند PDF document = ap.Document("AddText...

    blog.aspose.com/fa/pdf/parse-pdf-in-python/
  8. Faire pivoter les pages PDF à l'aide de Python|...

    Ce sujet décrit comment faire pivoter l'orientation de la page dans un fichier PDF existant de manière programmatique avec Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/fr/python-net/rotate-pages/
  9. 使用 Python 向 PDF 添加图像|Aspose.PDF for Python via ...

    本节介绍如何使用 Python 库向现有 PDF 文件添加图像。...pdf as ap # 打开文档 document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/zh/python-net/add-image-to-...
  10. 아카이브

    아카이브...pdf as ap # 입력 PDF 문서 로드 document = ap.Document("input...Document("input.pdf") # 워터마크 텍스트 설정 stamp = ap.TextStamp("CONFIDENTIAL") # 워터마크...

    blog.aspose.com/ko/pdf/add-watermark-in-pdf-in-...