Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 50,530 for

import document

(0.22 sec)
  1. Aspose::Words::Fields::FieldImport::get_SourceF...

    Aspose::Words::Fields::FieldImport::get_SourceFullName method. Gets or sets the location of the picture in C++....how to insert images using IMPORT and INCLUDEPICTURE fields....MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Converting a PDF file to GIF using Python | Asp...

    Sample code on Python for PDF to GIF conversion. Use example code for batch PDF to GIF conversion with Python and .NET...programmatically a document from PDF to GIF format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/p...
  3. Licensing|Aspose.Slides for Python Documentation

    Aspose.Slides for Python via Java provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies....watermark at the top of the document on open and save. You are...license file: Python import jpype import asposeslides jpype ....

    docs.aspose.com/slides/python-java/licensing/
  4. Save SVG File – Aspose.SVG for Python via .NET

    Learn how to save an SVG Document to a file, memory stream or Url using the Aspose.SVG for Python via .NET library....[ Hide Show ] Save an SVG document Most of the tasks, you need...perform, require saving a document. Once you’ve loaded an existing...

    docs.aspose.com/svg/python-net/save-svg-file/
  5. Convert Word, PDF And Many Other File Formats U...

    Convert Documents programmatically in Java between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....Convert Word, PDF, Web documents in Java High-speed Java library...library for converting office documents to a variety of file formats...

    products.aspose.com/words/java/conversion/
  6. Rendering Shapes Separately from a Document|Asp...

    Extract various graphic objects, such as images, text box containing paragraphs, or arrow shapes, when processing a Document, and export them to an external location using Java....from a Document Contents [ Hide ] When processing documents, a common...extract all images found in the document and export them to an external...

    docs.aspose.com/words/java/rendering-shapes-sep...
  7. Convert DOC To Image Python

    Convert DOC to Image format in Python code. Save DOC as Image using Python....converting DOC to image Use our document conversion API to develop...to import and export DOC, image, and many other document formats...

    products.aspose.com/words/python-net/conversion...
  8. 使用 Python 打印 PDF | Aspose.PDF

    使用 Aspose.PDF for Python for .NET 透過 Python 範例程式碼以程式方式列印 PDF 文檔... 使用 Document.Info 屬性獲取文件資訊。 訪問和顯示不同的 Document.Info 屬性。 列印...此示例代码显示如何打印 PDF 文件 import aspose.pdf as apdf import aspose.pdf.facades...

    products.aspose.com/pdf/zh-hant/python-net/print/
  9. 使用 Java 製作 Markdown

    通過幾個步驟在 Java 中創建一個新的 Markdown。使用 Java 庫輕鬆創建 Markdown。...插入圖表 import com.aspose.words.*; Document doc = new Document ();...); import com.aspose.words.*; Document doc = new Document();...

    products.aspose.com/words/zh-hant/java/make/md/
  10. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...util; import java.awt.Color; import java.awt.geom.Rectangle2D;...Rectangle2D; import java.io.InputStream; import java.util.ArrayList;...

    forum.aspose.com/t/word-header-footer-x-y/316493