Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 4,093 for

ape

(0.16 sec)
  1. 以编程方式打开PDF文档|Aspose.PDF for Python via .NET

    了解如何在Python Aspose.PDF for Python via .NET库中打开PDF文件。您可以打开现有的PDF、从流中打开文档以及加密的PDF文档。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...从流中打开现有的PDF文档 import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/zh/python-net/open-pdf-docu...
  2. Arşiv

    Arşiv...pdf as ap # PdfViewer nesnesi oluştur viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Yazdırılacak PDF dosyalarını...

    blog.aspose.com/tr/pdf/print-pdf-in-python/
  3. Arsip

    Arsip...pdf as ap # Buat objek PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Jalur direktori yang berisi...

    blog.aspose.com/id/pdf/print-pdf-in-python/
  4. 파이썬을 사용하여 북마크 추가 및 삭제|Aspose.PDF for Python via...

    파이썬을 사용하여 PDF 문서에 북마크를 추가할 수 있습니다. PDF 문서에서 모든 또는 특정 북마크를 삭제할 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...input_pdf ) # 책갈피 객체 생성 outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/ko/python-net/add-and-delet...
  5. Rotate Text Inside PDF using Python|Aspose.PDF ...

    Explore how to rotate text inside a PDF document in Python for flexible document formatting with Aspose.PDF for Python....pdf as ap # Global configuration DATA_DIR...""" # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/rotate-text-insi...
  6. Trabalhando com Portfólio em PDF usando Python|...

    Como Criar um Portfólio em PDF com Python. Você deve usar um arquivo Microsoft Excel, um documento Word e um arquivo de imagem para criar um Portfólio em PDF....pdf as ap # Instanciar Objeto Documento document = ap . Document...documento document . collection = ap . Collection () # Obter arquivos...

    docs.aspose.com/pdf/pt/python-net/portfolio/
  7. إضافة رقم الصفحة إلى PDF باستخدام Python|Aspose...

    Aspose.PDF لـ Python عبر .NET يتيح لك إضافة ختم رقم الصفحة إلى ملف PDF الخاص بك باستخدام فئة PageNumberStamp....pdf as ap # فتح المستند document = ap . Document ( input_pdf...رقم الصفحة page_number_stamp = ap . PageNumberStamp () # ما إذا...

    docs.aspose.com/pdf/ar/python-net/add-page-number/
  8. Tooltip em PDF usando Python|Aspose.PDF para Py...

    Aprenda como adicionar tooltip ao fragmento de texto em PDF usando Python e Aspose.PDF...pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "Mova...

    docs.aspose.com/pdf/pt/python-net/pdf-tooltip/
  9. Манипуляция таблицами в существующем PDF|Aspose...

    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....as ap # Загрузить существующий PDF файл pdf_document = ap . Document...для поиска таблиц absorber = ap . text . TableAbsorber () # Посетить...

    docs.aspose.com/pdf/ru/python-net/manipulate-ta...
  10. Work with PDF layers using Python|Aspose.PDF fo...

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....pdf as ap from os import path path_outfile..., outfile ) try : document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/working-with-pdf...