Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 5,869 for

ape

(0.13 sec)
  1. Bekerja dengan Operator PDF di Python|Aspose.PD...

    Pelajari cara menggunakan operator PDF tingkat rendah di Python untuk manipulasi aliran konten yang tepat dan kontrol grafik....pdf as ap from os import path def add_... imagefile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/id/python-net/working-with-...
  2. العمل مع العناوين في PDF|Aspose.PDF لـ Python ع...

    إنشاء ترقيم في عنوان مستند PDF الخاص بك باستخدام Python. يوفر Aspose.PDF for Python عبر .NET أنواعًا مختلفة من أنماط الترقيم....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/ar/python-net/working-with-...
  3. PDF의 텍스트를 파이썬으로 바꾸기|Aspose.PDF for Python via .NET

    페이지 간 텍스트 바꾸기, 페이지 영역 변경 제한, 정규식 사용, 텍스트 제거 등 PDF 파일의 텍스트를 Python으로 바꾸는 방법을 알아봅니다....pdf as ap from os import path def repl...with ap . Document ( infile ) as document : absorber = ap . text...

    docs.aspose.com/pdf/ko/python-net/replace-text-...
  4. التعليقات التوضيحية للعلامة المائية باستخدام Py...

    تعرف على كيفية إضافة التعليقات التوضيحية للعلامة المائية وفحصها وحذفها في مستندات PDF باستخدام Aspose.PDF لـ Python عبر .NET....على الصفحة المستهدفة document = ap . Document ( infile ) page =...watermark_annotation = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/ar/python-net/watermark-ann...
  5. Anotasi Watermark menggunakan Python|Aspose.PDF...

    Pelajari cara menambahkan, memeriksa, dan menghapus anotasi watermark pada dokumen PDF menggunakan Aspose.PDF for Python via .NET....dapatkan halaman target document = ap . Document ( infile ) page =...watermark_annotation = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/id/python-net/watermark-ann...
  6. Replace Text in PDF with Python|Aspose.PDF for ...

    Learn how to replace, rearrange, and remove text in PDF documents using Python....pdf as ap from os import path def repl...with ap . Document ( infile ) as document : absorber = ap . text...

    docs.aspose.com/pdf/python-net/replace-text-in-...
  7. Adicionar formas de círculo ao PDF em Python|As...

    Aprenda como desenhar e preencher formas de círculo em arquivos PDF em Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/pt/python-net/add-circle/
  8. Diviser les fichiers PDF en Python|Aspose.PDF f...

    Apprenez à diviser les fichiers PDF en Python en pages individuelles, parties égales, groupes de taille fixe, plages de pages personnalisées, ainsi que pages impaires ou paires....pdf as ap from os import path def split_documents...infile , outdir ): document = ap . Document ( infile ) for page_num...

    docs.aspose.com/pdf/fr/python-net/split-pdf-doc...
  9. Python を使用したセキュリティアノテーション|Aspose.PDF for Python...

    .NET 経由で Aspose.PDF for Python を使用して、PDF ファイル内のテキストを編集対象としてマークしたり、編集注釈を適用したり、画像領域を編集したりする方法について説明します。...document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/ja/python-net/security-anno...
  10. Extrair informações da assinatura de PDF em Pyt...

    Aprenda a extrair imagens de assinatura, certificados e detalhes de assinatura digital de arquivos PDF em Python....pdf as ap import aspose.pydrawing as drawing...in a signature field.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/pt/python-net/extract-image...