Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 20,024 for

document insertion

(0.09 sec)
  1. Get Dimension of an image - Free Support Forum ...

    Can we get dimensions (width and height) of an image using aspose.word or any other aspose library? Code should run in linux and windows....image, you can insert the image into a document using the DocumentBuilder...Create a new document and a DocumentBuilder Document doc = new Document();...

    forum.aspose.com/t/get-dimension-of-an-image/31...
  2. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { Document = new Document(docFilePath); docume…...Exception { document = new Document(docFilePath); document.updatePageLayout();...updatePageLayout(); document.updateFields(); // document.update(); document...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  3. Workflow Summary|Aspose.Words for SharePoint

    Available workflow basic scenarios with the Aspose.Words for SharePoint....Words to convert documents between supported formats...the result in a SharePoint document library Make a Report via...

    docs.aspose.com/words/sharepoint/workflow-summary/
  4. BreakType enumeration | Aspose.Words for Node.js

    Aspose.Words.BreakType enumeration. Specifies type of a break inside a Document....Specifies type of a break inside a document. Members Name Description...create headers and footers in a document using DocumentBuilder. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Working with Hyperlinks in C++|Aspose.Words for...

    How to add a hyperlink into your Document using Aspose.Words for C++....hyperlink in Microsoft Word documents is the HYPERLINK field. In...the FieldHyperlink class. Inserting a Hyperlink Use the InsertHyperlink...

    docs.aspose.com/words/cpp/working-with-hyperlinks/
  6. SectionCollection class | Aspose.Words for Python

    aspose.words.SectionCollection class. A collection of [Section](../section/) objects in the Document...of Section objects in the document. To learn more, visit the...the Working with Sections documentation article. Remarks A Microsoft...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose words合并word包含toc,toc的宽度和被合并文件的宽度不一致 - Fr...

    Hi , 我的问题,合并word包含toc,toc的宽度和被合并文件不一致。帮忙看下,感谢 技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 合并代码: public static final String tocFontName = "Arial"; private static final License ASPOSE_LICENSE = new Li…...mkdir(); } Document doc = new Document(); DocumentBuilder...tocTitle) -> { try { Document src = new Document(prefixPath + File...

    forum.aspose.com/t/aspose-words-word-toc-toc/31...
  8. Online MHTML to GIF Conversion or Develop Java ...

    Free online app to convert MHTML to GIF files. Java conversion library code for MHTML Documents....will be converted into GIF document Download the converted GIF...API Open MHTML file using Document class Convert MHTML to DOC...

    products.aspose.com/total/java/conversion/mhtml...
  9. Online PCL to XAMLFLOW Conversion or Develop Ja...

    Free online app to convert PCL to XAMLFLOW files. Java conversion library code for PCL Documents....be converted into XAMLFLOW document Download the converted XAMLFLOW...Automation API Open PCL file using Document class Convert PCL to DOC by...

    products.aspose.com/total/java/conversion/pcl-t...
  10. SignatureLine | Aspose.Words for Java

    Provides access to signature line properties in Java....with Digital Signatures documentation article. Examples: Shows...and insert it into a document. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...