Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 4,431 for

ape

(0.18 sec)
  1. Split PDF Files in Python|Aspose.PDF for Python...

    Learn how to split PDF pages into separate PDF files in Python....pdf as ap # Open document document = ap . Document ( input_pdf...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/python-net/split-pdf-document/
  2. Python에서 HTML을 PDF로 변환|Aspose.PDF for Python vi...

    이 주제는 Aspose.PDF를 사용하여 HTML을 PDF로 변환하고 MHTML을 PDF로 변환하는 방법을 보여줍니다. for Python....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/ko/python-net/convert-html-...
  3. 将 HTML 转换为 PDF 在 Python 中|Aspose.PDF for Python...

    本主题向您展示如何使用 Aspose.PDF 将 HTML 转换为 PDF 和 MHTML 转换为 PDF 在 Python 中。...pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/zh/python-net/convert-html-...
  4. 程序化创建PDF文档|Aspose.PDF for Python via .NET

    本页描述如何使用Aspose.PDF for Python via .NET库从头开始创建PDF文档。...pdf as ap # 初始化文档对象 document = ap . Document () # 添加页面...textfragment 对象 text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/zh/python-net/create-document/
  5. ค้นหา

    ค้นหา...pdf as ap # โหลด PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/th/pdf/rotate-pdf-in-python/
  6. Archiwa

    Archiwa...pdf as ap # Załaduj plik PDF doc = ap.Document("input...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/pl/pdf/rotate-pdf-in-python/
  7. Python을 사용하여 PDF 생성하는 방법|Aspose.PDF for Python ...

    Aspose.PDF for Python via .NET으로 PDF 문서를 생성하고 형식화합니다....pdf as ap # 문서 객체 초기화 document = ap . Document () #...추가 page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ko/python-net/create-pdf-do...
  8. Procurar

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

    blog.aspose.com/pt/pdf/rotate-pdf-in-python/
  9. 記録

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

    blog.aspose.com/ja/pdf/add-watermark-in-pdf-in-...
  10. Pythonを使用してPDFに透かしを追加する|Aspose.PDF for Python v...

    この記事では、Pythonを使用してプログラムでPDFのアーティファクトを操作し、透かしを取得する機能について説明します。...pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/ja/python-net/add-watermarks/