Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 5,741 for

ape

(0.91 sec)
  1. Python을 사용하여 PDF에 워터마크 추가|Aspose.PDF for Python...

    이 문서는 Python을 사용하여 PDF에서 아티팩트를 작업하고 워터마크를 얻는 기능을 설명합니다....pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/ko/python-net/add-watermarks/
  2. PythonでTagged PDFを作成する|Aspose.PDF for Python vi...

    Python と Aspose.PDF for Python via .NET を使用して、PDF/UA の構造要素、アクセシブルなフォーム、TOC ページ、そして自動タグ付けを含む、タグ付けされた PDF ドキュメントの作成方法を学びましょう。...pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/ja/python-net/create-tagged...
  3. Anotasi Media dalam PDF|Aspose.PDF for Python v...

    Pelajari cara menambahkan anotasi suara, 3D, layar, dan media kaya ke dokumen PDF, serta cara memeriksa atau menghapus anotasi multimedia menggunakan Aspose.PDF for Python via .NET....dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/id/python-net/media-annotat...
  4. Python에서 벡터 그래픽으로 작업하기|Aspose.PDF for Python vi...

    Python에서 GraphicsAbsorber를 사용하여 PDF 페이지 간에 벡터 그래픽을 추출, 이동, 제거 및 복사하는 방법을 알아봅니다....pdf as ap import sys from os import path...): with ap . Document ( infile ) as document : with ap . vector...

    docs.aspose.com/pdf/ko/python-net/working-with-...
  5. Archivo

    Archivo...pdf as ap # Crear objeto PDFViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Ruta del directorio que contiene...

    blog.aspose.com/es/pdf/print-pdf-in-python/
  6. Архів

    Архів...pdf as ap # Створити об'єкт PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Шлях до каталогу, що містить...

    blog.aspose.com/uk/pdf/print-pdf-in-python/
  7. Archiwa

    Archiwa...pdf as ap # Zainicjuj obiekt dokumentu document = ap.Document()...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/pl/pdf/create-pdf-files-in-python/
  8. Arsip

    Arsip...pdf as ap # Inisialisasi objek dokumen document = ap.Document()...fragmen teks text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/id/pdf/create-pdf-files-in-python/
  9. Améliorer l'extraction de texte des PDF multi‑c...

    Apprenez des techniques pour améliorer l'extraction de texte à partir de mises en page PDF multi‑colonnes avec Aspose.PDF for Python....pdf as ap def extract_text_reduce_font...""" doc = ap . Document ( infile ) frag_absorber = ap . text ....

    docs.aspose.com/pdf/fr/python-net/text-extracti...
  10. 使用 XFA 表单|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET API 让您能够在 PDF 文档中使用 XFA 和 XFA AcroForm 字段。...pdf as ap import sys from os import path...to standard AcroForm.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/zh/python-net/xfa-forms/