Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 5,749 for

ape

(0.14 sec)
  1. Optimalkan, Kompres atau Kurangi Ukuran PDF di ...

    Optimalkan file PDF, perkecil semua gambar, kurangi ukuran PDF, Hapus penyematan font, Hapus objek yang tidak digunakan dengan Python....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...aspose.pdf as ap # Buka dokumen document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/id/python-net/optimize-pdf/
  2. Добавить нумерацию страниц в PDF с помощью Pyth...

    Узнайте, как добавить штампы с номерами страниц в PDF‑документы с помощью Python....pdf as ap from os import path def add_page_num_stamp...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/add-page-number/
  3. تحويل PDF إلى تنسيقات صور مختلفة في بايثون|Aspo...

    يوضّح هذا الموضوع كيفية استخدام Aspose.PDF لبايثون لتحويل PDF إلى تنسيقات صور مختلفة مثل TIFF وBMP وEMF وJPEG وPNG وGIF وSVG ببضع سطور من التعليمات البرمجية....pdf as ap input_pdf = DIR_INPUT + "sample...tiff" # افتح مستند PDF document = ap . Document ( input_pdf ) # إنشاء...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  4. Add digital signature or digitally sign PDF in ...

    Learn how to digitally sign PDF documents, add timestamps, and validate signatures in Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/python-net/digitally-sign-p...
  5. Pythonを使用して図の注釈を追加する|Aspose.PDF for Python via ...

    この記事では、Aspose.PDF for Python via .NETを使用して、PDFドキュメントに対して図の注釈を追加、取得、削除する方法について説明します...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/ja/python-net/figures-annot...
  6. Comparar documentos PDF em Python|Aspose.PDF fo...

    Saiba como comparar documentos PDF em Python usando saída de diferenças lado a lado e gráfica com Aspose.PDF for Python via .NET....pdf as ap import sys from os import path...document_1 = ap . Document ( infile1 ) document_2 = ap . Document...

    docs.aspose.com/pdf/pt/python-net/compare-pdf-d...
  7. Convertir HTML en PDF en Python|Aspose.PDF for ...

    Apprenez comment convertir HTML et MHTML en PDF en Python avec Aspose.PDF for Python via .NET, y compris les paramètres de médias CSS, les polices intégrées et la sortie Tagged PDF....pdf as ap path_infile = path . join ( self..."python" , outfile ) load_options = ap . HtmlLoadOptions () load_options...

    docs.aspose.com/pdf/fr/python-net/convert-html-...
  8. Agregar formas de curva a PDF en Python|Aspose....

    Aprenda cómo dibujar y rellenar formas de curva en archivos PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/add-curve/
  9. 파이썬으로 PDF 링크 만들기|Aspose.PDF for Python via .NET

    Python에서 내부, 외부 및 원격 PDF 링크를 만드는 방법을 알아봅니다....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/ko/python-net/create-links/
  10. Adicionar imagem a PDF existente em Python|Aspo...

    Aprenda como adicionar uma imagem a um arquivo PDF existente em Python, posicioná‑la em coordenadas fixas, definir texto alternativo e usar compressão de imagem....Carregue um PDF existente com ap.Document(infile) . Selecione...atualizado. import aspose.pdf as ap def add_image ( infile , image_file...

    docs.aspose.com/pdf/pt/python-net/add-image-to-...