Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 3,647 for

ape

(0.06 sec)
  1. Membuat Dokumen PDF secara Programatis|Aspose.P...

    Halaman ini menjelaskan cara membuat dokumen PDF dari awal dengan Aspose.PDF untuk Python via .NET library....pdf as ap # Inisialisasi objek dokumen document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/id/python-net/create-document/
  2. Criar documento PDF programaticamente|Aspose.PD...

    Esta página descreve como criar um documento PDF do zero com Aspose.PDF para Python via .NET library....pdf as ap # Inicializar objeto de documento document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/pt/python-net/create-document/
  3. 기존 PDF 문서에서 테이블 추출|Aspose.PDF for Python via .NET

    .NET을 통한 Aspose.PDF for Python은 PDF 문서에 포함된 테이블을 다양한 방식으로 조작할 수 있게 합니다....pdf as ap # 원본 PDF 문서 로드 pdf_document = ap . Document (...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/ko/python-net/extract-table...
  4. Adicionar fundo ao PDF com Python|Aspose.PDF pa...

    Adicione imagem de fundo ao seu arquivo PDF com Python. Use a classe BackgroundArtifact....pdf as ap # Criar um novo objeto Document document = ap . Document...Background Artifact background = ap . BackgroundArtifact () # Especificar...

    docs.aspose.com/pdf/pt/python-net/add-backgrounds/
  5. Ajouter un arrière-plan au PDF avec Python|Aspo...

    Ajouter une image d'arrière-plan à votre fichier PDF avec Python. Utilisez la classe BackgroundArtifact....pdf as ap # Créer un nouvel objet Document document = ap . Document...Background Artifact background = ap . BackgroundArtifact () # Spécifier...

    docs.aspose.com/pdf/fr/python-net/add-backgrounds/
  6. مثال Hello World باستخدام بايثون|Aspose.PDF لـ ...

    يوضح هذا المثال كيفية إنشاء مستند PDF بسيط يحتوي على نص Hello World باستخدام Aspose.PDF لـ Python عبر .NET....pdf as ap # تهيئة كائن الوثيقة document = ap . Document ()...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ar/python-net/hello-world-e...
  7. 既存のPDFからテーブルを削除する|Aspose.PDF for Python via .NET

    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 # 既存のPDFドキュメントを読み込む pdf_document = ap . Document...テーブルを見つけるためにTableAbsorberオブジェクトを作成する absorber = ap . text . TableAbsorber () # アブソーバーで最初のページを訪問する...

    docs.aspose.com/pdf/ja/python-net/remove-tables...
  8. Convertir des formats PDF en PDF/A en Python|As...

    Ce sujet vous montre comment Aspose.PDF pour Python via Python permet de convertir un fichier PDF en un fichier PDF conforme au format PDF/A....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Convertir...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  9. 파이썬을 사용하여 PDF 파일에서 이미지 삭제|Aspose.PDF for Python...

    이 섹션에서는 Aspose.PDF for Python via .NET을 사용하여 PDF 파일에서 이미지를 삭제하는 방법을 설명합니다....pdf as ap # 문서 열기 document = ap . Document ( input_file...import aspose.pdf as ap # 문서 열기 document = ap . Document ( input_file...

    docs.aspose.com/pdf/ko/python-net/delete-images...
  10. 使用 Python for .NET 将页面移至 PDF | Aspose.PDF

    通过 COM Interop 在.NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上以编程方式移动文档的 PDF 页面的 Python 示例代码。...pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    products.aspose.com/pdf/zh-hant/python-net/page...