Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 5,865 for

ape

(0.15 sec)
  1. Atur Properti Elemen Struktur Tagged PDF di Pyt...

    Pelajari cara mengatur properti elemen struktur tagged PDF di Python dengan Aspose.PDF for Python via .NET, termasuk judul, bahasa, teks aktual, teks alternatif, dan teks ekspansi....pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/id/python-net/setting-struc...
  2. Establecer propiedades de elementos de estructu...

    Aprenda cómo establecer propiedades de elementos de estructura Tagged PDF en Python con Aspose.PDF for Python via .NET, incluyendo título, idioma, texto real, texto alternativo y texto de expansión....pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/es/python-net/setting-struc...
  3. 在 Python 中从图像生成 PDF

    学习在 Python 中使用 Aspose.PDF for Python via .NET 从图像生成 PDF。本指南涵盖设置、代码演练、选项和技巧。...pdf as ap pdf_doc = ap . Document() 有关 Document...page . resources . images . add(ap . Image(img_stream)) # Fit the...

    blog.aspose.com/zh/pdf/generate-pdf-from-images...
  4. Python API for PDF - Create, Merge, Modify, and...

    Native library to generate, edit and parse PDF files. The library converts PDF to multiple formats, including DOC, DOCX, XLS, XLSX, PPTX HTML, and images....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...[ 1 ] res = ap . Resolution ( 300 ) device = ap . JpegDevice...

    products.aspose.com/pdf/python-cpp/
  5. 파이썬에서 PDF 페이지 삭제|Aspose.PDF for Python via .NET

    Python에서 PDF 파일의 페이지를 삭제하는 방법을 알아보세요....pdf as ap def delete_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ko/python-net/delete-pages/
  6. 記録

    記録...pdf as ap # 入力 PDF ドキュメントのロード document = ap.Document("input...pdf") # 透かしテキストを設定する stamp = ap.TextStamp("CONFIDENTIAL") # 透かしのプロパティを設定する...

    blog.aspose.com/ja/pdf/add-watermark-in-pdf-in-...
  7. 페이지의 텍스트를 상태로 바꾸기|Aspose.PDF for Python via .NET

    이 예에서는 글꼴 크기가 12인 빨간색 텍스트를 사용하여 페이지 1에 있는 “소프트웨어”라는 단어가 모두 “SOFTWARE PAGE 1"로 바뀝니다....pdf as ap import aspose.pdf.facades as...bind_pdf ( infile ) text_state = ap . text . TextState () text_state...

    docs.aspose.com/pdf/ko/python-net/replace-text-...
  8. Python에서 이미지로 PDF 생성하기

    Python에서 Aspose.PDF for Python via .NET을 사용하여 이미지에서 PDF를 생성하는 방법을 배웁니다. 이 가이드는 설정, 코드 walkthrough, 옵션 및 팁을 다룹니다....pdf as ap pdf_doc = ap . Document() Document 클래스에...page . resources . images . add(ap . Image(img_stream)) # Fit the...

    blog.aspose.com/ko/pdf/generate-pdf-from-images...
  9. Archivo

    Archivo...pdf as ap input_pdf = DIR_INPUT + "sample...Cargar documento PDF document = ap.Document(input_pdf) # Guardar...

    blog.aspose.com/es/pdf/convert-pdf-to-html-in-p...
  10. أرشيف

    أرشيف...pdf as ap input_html = "input.html" output_pdf...options = ap.HtmlLoadOptions() # تحميل الملف document = ap.Document(input_html...

    blog.aspose.com/ar/pdf/convert-html-to-pdf-in-p...