Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 4,552 for

ape

(0.2 sec)
  1. Archivio

    Archivio...pdf as ap # Carica il documento PDF di input document = ap.Document("input...testo della filigrana stamp = ap.TextStamp("CONFIDENTIAL") # Imposta...

    blog.aspose.com/it/pdf/add-watermark-in-pdf-in-...
  2. PDF/3-A 준수 PDF 생성 및 ZUGFeRD 인보이스를 Python에 첨부|As...

    Aspose.PDF for Python via .NET에서 ZUGFeRD가 포함된 PDF 문서를 생성하는 방법을 알아봅니다....pdf as ap # 입력 및 출력 PDF 파일이 있는 디렉토리의 경로를..."ZUGFeRD/ZUGFeRD-test.pdf" document = ap . Document ( path ) # ZUGFeRD...

    docs.aspose.com/pdf/ko/python-net/attach-zugferd/
  3. Arsip

    Arsip...pdf as ap # Muat dokumen PDF masukan document = ap.Document("input...Setel teks tanda air stamp = ap.TextStamp("CONFIDENTIAL") # Tetapkan...

    blog.aspose.com/id/pdf/add-watermark-in-pdf-in-...
  4. Import and Export Annotations using Python|Aspo...

    Learn how to import annotations from one PDF and export them into a new PDF document using Aspose.PDF for Python via .NET.... source_document = ap . Document ( infile ) Create...pages. destination_document = ap . Document () Add a page for...

    docs.aspose.com/pdf/python-net/import-export-an...
  5. حذف الصور من ملف PDF باستخدام Python|Aspose.PDF...

    يشرح هذا القسم كيفية حذف الصور من ملف PDF باستخدام Aspose.PDF لـ Python عبر .NET....pdf as ap # افتح المستند document = ap . Document ( input_file...import aspose.pdf as ap # فتح المستند document = ap . Document ( input_file...

    docs.aspose.com/pdf/ar/python-net/delete-images...
  6. Establecer apariencia del campo|Aspose.PDF for ...

    Este ejemplo demuestra cómo cambiar la apariencia visual de un campo de formulario PDF usando Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/es/python-net/set-field-app...
  7. Merge PDF Files in Python|Aspose.PDF for Python...

    Learn how to merge multiple PDF files into a single document in Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/python-net/merge-pdf/
  8. Архів

    Архів...pdf as ap input_pdf = DIR_INPUT + "many_pages...Відкрийте документ PDF document = ap.Document(input_pdf) # Створіть...

    blog.aspose.com/uk/pdf/convert-pdf-to-image-in-...
  9. Pythonを使用してPDFでポートフォリオを作成する|Aspose.PDF for Pyth...

    Pythonを使用してPDFポートフォリオを作成する方法。Microsoft Excelファイル、Wordドキュメント、画像ファイルを使用してPDFポートフォリオを作成する必要があります。...pdf as ap # ドキュメントオブジェクトをインスタンス化 document = ap . Document...collection = ap . Collection () # ポートフォリオに追加するファイルを取得 excel = ap . FileSpecification...

    docs.aspose.com/pdf/ja/python-net/portfolio/
  10. Procurar

    Procurar...pdf as ap input_pdf = DIR_INPUT + "many_pages...Abrir documento PDF document = ap.Document(input_pdf) # Criar objeto...

    blog.aspose.com/pt/pdf/convert-pdf-to-image-in-...