Sort Score
Result 10 results
Languages All
Labels All
Results 8,651 - 8,660 of 71,868 for

import

(2.01 sec)
  1. Protect Word document Online with password and ...

    Online Word file password protection app. C# .NET API code to apply password protection on Word document....Password Protection via App Import Word file to apply password...

    products.aspose.com/total/net/protect/word/
  2. Extract Text and Images from DOTX File Online a...

    Online DOTX file parser app. .NET API C# code to extract images and text content from DOTX document....DOTX Document via Online App Import DOTX file to parse by uploading...

    products.aspose.com/total/net/parse/dotx/
  3. Extract Text and Images from RTF File Online an...

    Online RTF file parser app. .NET API C# code to extract images and text content from RTF document....RTF Document via Online App Import RTF file to parse by uploading...

    products.aspose.com/total/net/parse/rtf/
  4. Extract Text and Images from Word File Online a...

    Online Word file parser app. Java API code to extract images and text content from Word document....Word Document via Online App Import Word file to parse by uploading...

    products.aspose.com/total/java/parse/word/
  5. View and Update POTX Properties Online or Updat...

    View and modify POTX properties through online app for free. C# .NET API code to update POTX properties....Update POTX Metadata Online Import POTX file by uploading it....

    products.aspose.com/total/net/metadata/potx/
  6. Merging documents causing bullets to move - Fre...

    Hi, Our customer reported merging templates with bullets (with their letterhead) is causing an issue. The picture below shows the result:- With no letterhead selected the document merges fine with the bullets aligning …...list definition explicitly import com.aspose.words.*; public...intended to be the same list. Import mode Use ImportFormatMode....

    forum.aspose.com/t/merging-documents-causing-bu...
  7. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...incorporates these suggestions: import com.aspose.words.*; public...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  8. Number of the Figure count - Free Support Forum...

    When I check the number of images in a .docx file, it shows a total of 7 images, but in reality, there is only one image in it. I request you to examine the attached .docx file and advise on how to get the correct image …...image‑only count (inline + anchored) import com.aspose.words.*; public...

    forum.aspose.com/t/number-of-the-figure-count/3...
  9. Working with GridJs storage|Documentation

    This article describes the general file processing for GridJs....general file process After import a spread sheet file , GridJs...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  10. IgnoreHeaderFooter not working - Free Support F...

    When I append attachments to my document then the Headers and Footers are applied to the appended document even though I used the IgnoreHeaderFooter format option. Document input = new Document(filePath) var output = ne…...headers and footers from being imported when appending a document...header/footer behavior during import operations . Your code correctly...

    forum.aspose.com/t/ignoreheaderfooter-not-worki...