Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 88,846 for

import document

(0.09 sec)
  1. 使用java优化文件内容

    压缩Java: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, PPTX, PPT, XLSX, XLS, WPS而不损失质量。优化文档内容,轻松减小文件大小。... import com.aspose.words.*; Document doc = new Document("Input...saveOptions); import com.aspose.words.*; Document doc = new Document("Input...

    products.aspose.com/words/zh/java/compress/
  2. StyleCollection.add_copy method | Aspose.Words ...

    StyleCollection.add_copy method. Copies a style into this collection....the same document as well as to different document. Linked style...for changing the name of the imported style. Returns Copied style...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Compress JPG In Python

    Compress JPG in Python without losing quality. Optimize JPG content, reduce file size easily....JpegQuality 50% import aspose.words as aw doc = aw.Document() builder...page settings to crop the document to fit the size of the picture...

    products.aspose.com/words/python-net/compress/jpg/
  4. TeX typesetting functionality | Java API

    Java API Solution to work with TeX. Learn on the example how to typeset TeX/LaTeX files with a few lines of Java code....TeX for Java Live Demos Documentation Source Code API Reference...Overview Overview Live Demos Documentation Source Code API Reference...

    products.aspose.com/tex/java/typeset-tex-files/
  5. Load in the HTML Format Overview|Aspose.Words f...

    Import HTML-based Document using various load options in C#....Words loads a document in HTML based formats: HTML...HTML Import - Footnotes and Endnote Features HTML Import - Numbering...

    docs.aspose.com/words/net/load-in-the-html-form...
  6. 将DOCX转换为图片 - Java

    在Java代码DOCX转换为图片使用Java将DOCX保存为图片。...从列表中选择目标格式 import com.aspose.words.*; Document doc = new Document("Input...getPageCount(); page++) { Document extractedPage = doc.extractPages(page...

    products.aspose.com/words/zh/java/conversion/do...
  7. Edit TEXT In Python

    Edit TEXT in Python code.... Use it to modify text documents programmatically This is a...Programmatic modification of text documents is an integral part of modern...

    products.aspose.com/words/python-net/edit/text/
  8. Edit DOCX In Python

    Edit DOCX in Python code.... Use it to modify DOCX documents programmatically This is a...Programmatic modification of DOCX documents is an integral part of modern...

    products.aspose.com/words/python-net/edit/docx/
  9. Edit DOC In Python

    Edit DOC in Python code.... Use it to modify DOC documents programmatically This is a...Programmatic modification of DOC documents is an integral part of modern...

    products.aspose.com/words/python-net/edit/doc/
  10. Update on document produces wrong table of cont...

    Dear Aspose Team I have a table of content in a word Document which contains outdated elements and page numbers. When I call Document.updateFields() and Document.updatePageLayout() in that order it only renders the last…...Update on document produces wrong table of contents Aspose.Words...table of content in a word document which contains outdated elements...

    forum.aspose.com/t/update-on-document-produces-...