Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 4,431 for

ape

(0.23 sec)
  1. Convertir HTML en PDF en Python|Aspose.PDF pour...

    Ce sujet vous montre comment convertir HTML en PDF et MHTML en PDF en utilisant Aspose.PDF. pour Python....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/fr/python-net/convert-html-...
  2. Archiv

    Archiv...pdf as ap # Vytvořit objekt TeXLoadOptions options = ap.TeXLoadOptions()...Načtěte dokument TEX pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/cs/pdf/convert-latex-to-word-py...
  3. Python에서 PDF를 PDF/A 형식으로 변환|Aspose.PDF for Pyth...

    이 주제에서는 Aspose.PDF for Python을 통해 PDF 파일을 PDF/A 호환 PDF 파일로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample....log" # PDF 문서 열기 document = ap . Document ( input_pdf ) # PDF/A...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  4. Replace Text With State|Aspose.PDF for Python v...

    In this example, all occurrences of "software" are replaced with "SOFTWARE" and formatted in blue with a font size of 14....pdf as ap import aspose.pdf.facades as...bind_pdf ( infile ) text_state = ap . text . TextState () text_state...

    docs.aspose.com/pdf/python-net/replace-text-wit...
  5. Python을 사용하여 PDF에 배경 추가|Aspose.PDF for Python v...

    Python을 사용하여 PDF 파일에 배경 이미지를 추가합니다. BackgroundArtifact 클래스를 사용하세요....pdf as ap # 새로운 Document 객체 생성 document = ap . Document ()...Background Artifact 객체 생성 background = ap . BackgroundArtifact () # backgroundartifact...

    docs.aspose.com/pdf/ko/python-net/add-backgrounds/
  6. Архивы

    Архивы...pdf as ap # Загрузите PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/ru/pdf/rotate-pdf-in-python/
  7. Arsip

    Arsip...pdf as ap # Muat PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/id/pdf/rotate-pdf-in-python/
  8. Сохранение PDF-документа программно|Aspose.PDF ...

    Узнайте, как сохранить PDF-файл в Python с помощью библиотеки Aspose.PDF для Python через C++. Сохранение PDF-документа в файловую систему, в поток и в веб-приложениях....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/ru/python-cpp/save-pdf-docu...
  9. Guardar documento PDF programáticamente|Aspose....

    Aprende cómo guardar un archivo PDF en Python Aspose.PDF para Python a través de la biblioteca C++. Guarda el documento PDF en el sistema de archivos, en un flujo, y en aplicaciones web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/es/python-cpp/save-pdf-docu...
  10. 既存のPDFドキュメントからテーブルを抽出する|Aspose.PDF for Python v...

    Aspose.PDF for Python via .NETを使用すると、PDFドキュメント内に含まれるテーブルに対して様々な操作を行うことが可能です。...pdf as ap # ソースPDFドキュメントを読み込む pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/ja/python-net/extract-table...