Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 5,749 for

ape

(2.05 sec)
  1. Rotacionar Páginas PDF em Python|Aspose.PDF for...

    Aprenda como rotacionar páginas PDF e alterar a orientação da página em Python....pdf as ap from os import path def rotate_page...infile , outfile ): document = ap . Document ( infile ) for page...

    docs.aspose.com/pdf/pt/python-net/rotate-pages/
  2. 从 PDF 中提取附件|Aspose.PDF for Python via .NET

    了解如何使用 Python 和 Aspose.PDF 处理 PDF 附件。...pdf as ap def extract_single_attachment...attachment_name , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/zh/python-net/extract-attac...
  3. Chercher

    chercher...pdf as ap input_pdf = DIR_INPUT + "many_pages...Ouvrir le document PDF document = ap.Document(input_pdf) # Créer un...

    blog.aspose.com/fr/pdf/convert-pdf-to-image-in-...
  4. 파이썬에서 PDF 페이지 이동|Aspose.PDF for Python via .NET

    Python에서 문서 내에서 또는 문서 간에 PDF 페이지를 이동하는 방법을 알아봅니다....pdf as ap def move_page_from_one_document_to_another...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ko/python-net/move-pages/
  5. リンクを抽出|Aspose.PDF for Python via .NET

    この例では、入力 PDF をバインドし、すべてのリンクを抽出し、それらの座標と URI (利用可能な場合) を出力します。...pdf as ap import sys from os import path..." ) if is_assignable ( link , ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/ja/python-net/extract-links/
  6. Mesclar arquivos PDF em Python|Aspose.PDF for P...

    Aprenda como mesclar vários arquivos PDF em um único documento em Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/pt/python-net/merge-pdf/
  7. XFA フォームでの作業|Aspose.PDF for Python via .NET

    .NET API 経由の Aspose.PDF for Python を使用すると、PDF ドキュメント内の XFA フィールドと XFA アクロフォームフィールドを操作できます。...pdf as ap import sys from os import path...to standard AcroForm.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ja/python-net/xfa-forms/
  8. 파이썬을 사용한 기본 텍스트 추출|Aspose.PDF for Python via .NET

    Python용 Aspose.PDF 를 사용하여 모든 페이지에서 한 번에 또는 특정 페이지에서 PDF 문서에서 텍스트를 추출하는 방법을 알아봅니다....pdf as ap def extract_text_from_all_pages...Open the PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ko/python-net/basic-text-ex...
  9. Classe Stamp|Aspose.PDF for Python via .NET

    Apprenez comment travailler avec la classe Stamp pour ajouter des tampons image, PDF et basés sur du texte aux documents PDF en Python....pdf as ap import aspose.pdf.facades as...def _create_text_state () -> ap . text . TextState : """Create...

    docs.aspose.com/pdf/fr/python-net/stamp-class/
  10. Modifier la taille de la page PDF en Python|Asp...

    Apprenez comment lire et modifier les dimensions de page PDF en Python....pdf as ap def set_page_size ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/fr/python-net/change-page-s...