Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 5,873 for

ape

(0.21 sec)
  1. 有什么新内容|Aspose.PDF for Python via .NET

    本页介绍了在最近发布的 Aspose.PDF for Python via .NET 中最受欢迎的新功能。...pdf as ap def optimize_pdf_with_loss_l...n ( infile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/zh/python-net/whatsnew/
  2. ما الجديد|Aspose.PDF for Python via .NET

    في هذه الصفحة تقدم الميزات الجديدة الأكثر شيوعًا في Aspose.PDF لـ Python عبر .NET والتي تم تقديمها في الإصدارات الأخيرة....pdf as ap def optimize_pdf_with_loss_l...n ( infile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ar/python-net/whatsnew/
  3. 새로워진 내용|Aspose.PDF for Python via .NET

    이 페이지에서는 최근 릴리스에서 소개된, .NET을 통한 Python용 Aspose.PDF 의 가장 인기 있는 새 기능을 소개합니다....pdf as ap def optimize_pdf_with_loss_l...n ( infile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ko/python-net/whatsnew/
  4. Novidades|Aspose.PDF for Python via .NET

    Nesta página são apresentadas as funcionalidades novas mais populares no Aspose.PDF for Python via .NET que foram introduzidas nas versões recentes....pdf as ap def optimize_pdf_with_loss_l...n ( infile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/pt/python-net/whatsnew/
  5. Ajouter une image à un PDF existant en Python|A...

    Apprenez comment ajouter une image à un fichier PDF existant en Python, la placer à des coordonnées fixes, définir un texte alternatif et utiliser la compression d'image....Charger un PDF existant avec ap.Document(infile) . Sélectionnez...à jour. import aspose.pdf as ap def add_image ( infile , image_file...

    docs.aspose.com/pdf/fr/python-net/add-image-to-...
  6. Ajouter des formes de cercle au PDF en Python|A...

    Apprenez comment dessiner et remplir des formes de cercle dans des fichiers PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/fr/python-net/add-circle/
  7. Arsip

    Arsip...pdf as ap Sekarang, mari kita eksplorasi...aspose.pdf as ap # Buat dokumen baru document = ap.Document() #...

    blog.aspose.com/id/pdf/best-python-pdf-library/
  8. ארכיון

    ארכיון...pdf as ap עכשיו, בואו נחקור איך להשתמש...aspose.pdf as ap # צור מסמך חדש document = ap.Document() # הוסף...

    blog.aspose.com/he/pdf/best-python-pdf-library/
  9. إضافة علامات مائية إلى PDF في Python|Aspose.PDF...

    تعرف على كيفية إضافة عناصر العلامة المائية إلى ملفات PDF في Python باستخدام Aspose.PDF لـ Python عبر .NET....as ap def extract_watermark_from_pdf ( infile ): with ap . Document...artifacts if artifact . type == ap . Artifact . ArtifactType . PAGINATION...

    docs.aspose.com/pdf/ar/python-net/add-watermarks/
  10. Отправка данных из форм в PDF с помощью Python|...

    Добавьте кнопки отправки и действия отправки в PDF AcroForms, используя Aspose.PDF for Python via .NET....pdf as ap def add_submit_button ( input_file_name...output_file_name ): editor = ap . facades . FormEditor ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/posting-form/