Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 3,647 for

ape

(0.04 sec)
  1. Convertir PDF en EPUB, LaTeX, Texte, XPS en Pyt...

    Ce sujet vous montre comment convertir un fichier PDF en d'autres formats de fichier comme EPUB, LaTeX, Texte, XPS, etc. en utilisant Python....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Instancier...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  2. Python을 사용하여 PDF에 테이블 생성 또는 추가|Aspose.PDF for P...

    Aspose.PDF for Python via .NET은 PDF 테이블을 생성, 읽기 및 편집하는 데 사용되는 라이브러리입니다. 이 주제의 다른 고급 기능을 확인하세요.... table = ap . Table () 기존 PDF 문서에 테이블 추가하기...import aspose.pdf as ap # 소스 PDF 문서 불러오기 doc = ap . Document ( input_file...

    docs.aspose.com/pdf/ko/python-net/add-table-in-...
  3. 将PDF转换为不同图像格式的Python方法|Aspose.PDF for Python vi...

    本主题向您展示如何使用Aspose.PDF for Python将PDF转换为多种图像格式,例如TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) # 创建分辨率对象 resolution = ap . devices...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  4. Redact PDF using Python | Aspose.PDF

    Redact PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET...pdf as ap dataDir = "..." doc = ap . Document ( dataDir..."AsposePDF" textFragmentAbsorber = ap . text . TextFragmentAbsorber...

    products.aspose.com/pdf/python-net/redaction/
  5. Create AcroForm - Criar PDF Preenchível em Pyth...

    Com Aspose.PDF para Python você pode criar um formulário do zero em seu arquivo PDF...pdf as ap # Abrir documento pdfDocument = ap . Document (...Criar um campo textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/pt/python-net/create-form/
  6. Add Curve Object to PDF file|Aspose.PDF for Pyt...

    This article explains how to create a curve object to your PDF using Aspose.PDF for Python via .NET....pdf as ap import aspose.pdf.drawing as...Create PDF document document = ap . Document () # Add page page...

    docs.aspose.com/pdf/python-net/add-curve/
  7. Dodaj stempel tekstowy do pliku PDF za pomocą P...

    Kod źródłowy Python, aby dodać znaczek tekstowy do pliku PDF na .NET Framework, .NET Core....pdf as ap # Open document pdfDocument = ap . Document ()...Create text stamp textStamp = ap . TextStamp ( "Sample Stamp"...

    products.aspose.com/pdf/pl/python-net/stamps/text/
  8. تحويل PDF إلى EPUB، LaTeX، نص، XPS باستخدام باي...

    يوضح لك هذا الموضوع كيفية تحويل ملف PDF إلى صيغ ملفات أخرى مثل EPUB، LaTeX، نص، XPS إلخ باستخدام بايثون....pdf as ap input_pdf = DIR_INPUT + "sample...epub" # افتح مستند PDF document = ap . Document ( input_pdf ) # إنشاء...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  9. Convertir un PDF en Différents Formats d'Image ...

    Ce sujet montre comment utiliser Aspose.PDF pour Python pour convertir un PDF en divers formats d'images, par exemple TIFF, BMP, EMF, JPEG, PNG, GIF, SVG avec quelques lignes de code....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Créer...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  10. Dodawanie, wyodrębnianie, usuwanie tabel w form...

    Kod źródłowy Python do pracy z tabelą w pliku PDF na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....pdf as ap input_file = DIR_INPUT_TABLE...Load source PDF document doc = ap . Document ( input_file ) # Initializes...

    products.aspose.com/pdf/pl/python-net/table/