Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 4,096 for

ape

(0.72 sec)
  1. Ouvrir un document PDF par programmation|Aspose...

    Apprenez à ouvrir un fichier PDF dans Python Aspose.PDF pour la bibliothèque Python via .NET. Vous pouvez ouvrir un PDF existant, un document à partir d'un flux et un document PDF chiffré....pdf as ap # Ouvrir le document document = ap . Document (...d’un flux import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/fr/python-net/open-pdf-docu...
  2. PDF 크기 최적화, 압축 또는 줄이기|Aspose.PDF for Python via...

    PDF 파일 최적화, 모든 이미지 축소, PDF 크기 줄이기, 폰트 비내장화, 사용되지 않는 객체 제거를 Python으로 수행합니다....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/optimize-pdf/
  3. PDF를 EPUB, LaTeX, 텍스트, XPS로 변환하기|Aspose.PDF for...

    이 주제는 Python을 사용하여 PDF 파일을 EPUB, LaTeX, 텍스트, XPS 등과 같은 다른 파일 형식으로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample...epub" # PDF 문서 열기 document = ap . Document ( input_pdf ) # Epub...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  4. Compare PDF documents|Aspose.PDF for Python via...

    It's possible to compare PDF documents content with annotation marks and side-by-side output....pdf as ap from aspose.pdf.comparison import...Open PDF documents document1 = ap . Document ( data_dir + "ComparingSpecificPag...

    docs.aspose.com/pdf/python-net/compare-pdf-docu...
  5. Create Tagged PDF using Python|Aspose.PDF for P...

    This article explains how to create structure's elements for Tagged PDF document programmatically using Aspose.PDF for Python via .NET....pdf as ap def create_tagged_pdf_document_simple...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/create-tagged-pdf/
  6. أرشيف

    أرشيف...pdf as ap input_pdf = DIR_INPUT + "many_pages... # افتح مستند PDF document = ap.Document(input_pdf) # إنشاء كائن...

    blog.aspose.com/ar/pdf/convert-pdf-to-image-in-...
  7. 搜索

    搜索...pdf as ap 現在,讓我們探索如何有效地使用 Aspose.PDF 來處理...import aspose.pdf as ap # 建立一個新文件 document = ap.Document() # 添加頁面...

    blog.aspose.com/zh-hant/pdf/best-python-pdf-lib...
  8. 使用Python编程移动PDF页面|Aspose.PDF for Python via .NET

    尝试使用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/zh/python-net/move-pages/
  9. العمل مع المحفظة في PDF باستخدام Python|Aspose....

    كيفية إنشاء محفظة PDF باستخدام Python. يجب عليك استخدام ملف Microsoft Excel، ومستند Word، وملف صورة لإنشاء محفظة PDF....pdf as ap # إنشاء كائن المستند document = ap . Document ()...المستندات document . collection = ap . Collection () # الحصول على...

    docs.aspose.com/pdf/ar/python-net/portfolio/
  10. إضافة صورة إلى ملف PDF باستخدام Python|Aspose.P...

    يصف هذا القسم كيفية إضافة صورة إلى ملف PDF موجود باستخدام مكتبة Python....pdf as ap # افتح المستند document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ar/python-net/add-image-to-...