Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 5,741 for

ape

(0.19 sec)
  1. Memodifikasi AcroForm|Aspose.PDF for Python via...

    Modifikasi bidang AcroForm dalam dokumen PDF dengan menggunakan Aspose.PDF for Python via .NET, termasuk menghapus teks, mengatur batas, menata tampilan bidang, dan menghapus bidang....pdf as ap def clear_text_in_form ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/id/python-net/modifying-form/
  2. تعديل أكروفورم|Aspose.PDF for Python via .NET

    قم بتعديل حقول AcroForm في مستندات PDF باستخدام Aspose.PDF لـ Python عبر .NET، بما في ذلك مسح النص وتعيين الحدود وحقول التصميم وإزالة الحقول....pdf as ap def clear_text_in_form ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ar/python-net/modifying-form/
  3. Criando um PDF complexo|Aspose.PDF para Python ...

    Aspose.PDF para Python via .NET permite que você crie documentos mais complexos que contêm imagens, fragmentos de texto e tabelas em um único documento....pdf as ap # Inicializar objeto de documento document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/pt/python-net/complex-pdf-e...
  4. Search and Extract PDF Text in Python|Aspose.PD...

    Learn how to search, inspect, and extract text from PDF documents in Python.... Load the PDF file using ‘ap.Document’. Configure Text Extraction...import shutil import aspose.pdf as ap import aspose.pydrawing as drawing...

    docs.aspose.com/pdf/python-net/search-and-get-t...
  5. Python에서 PDF에 사각형 모양 추가|Aspose.PDF for Python v...

    Python에서 PDF 파일의 사각형 모양을 그리고 채우는 방법을 알아봅니다....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ko/python-net/add-rectangle/
  6. إضافة طوابع الصور في PDF باستخدام Python|Aspose...

    أضف طابع الصورة في مستند PDF الخاص بك باستخدام فئة ImageStamp مع مكتبة Aspose.PDF لـ Python....pdf as ap # فتح المستند document = ap . Document ( input_pdf...إنشاء ختم الصورة image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ar/python-net/image-stamps-...
  7. Tambahkan Cap Gambar di PDF menggunakan Python|...

    Tambahkan Cap Gambar dalam dokumen PDF Anda menggunakan kelas ImageStamp dengan perpustakaan Aspose.PDF untuk Python....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...Buat cap gambar image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/id/python-net/image-stamps-...
  8. Adicionar Carimbos de Imagem em PDF usando Pyth...

    Adicione o Carimbo de Imagem em seu documento PDF usando a classe ImageStamp com a biblioteca Aspose.PDF para Python....pdf as ap # Abrir documento document = ap . Document (...carimbo de imagem image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/pt/python-net/image-stamps-...
  9. Добавить водяные знаки в PDF в Python|Aspose.PD...

    Узнайте, как добавить артефакты водяного знака в PDF‑файлы на Python, используя Aspose.PDF for Python via .NET....as ap def extract_watermark_from_pdf ( infile ): with ap . Document...artifacts if artifact . type == ap . Artifact . ArtifactType . PAGINATION...

    docs.aspose.com/pdf/ru/python-net/add-watermarks/
  10. Anotasi Ekstra menggunakan Python|Aspose.PDF un...

    Bagian ini menjelaskan cara menambah, mendapatkan, dan menghapus jenis anotasi ekstra dari dokumen PDF Anda....pdf as ap # Buka dokumen document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/id/python-net/extra-annotat...