Sort Score
Result 10 results
Languages All
Labels All
Results 6,111 - 6,120 of 66,687 for

import

(0.09 sec)
  1. Mail Merge

    Mail merge Word or PDF files in Java. Fill in the Mail merge template with your personal data to automate mailings or generate reports using Java...."aspose-words" % "ver" Copy import com.aspose.words.*; String[]...Java. Add a library reference (import the library) to your Java project...

    products.aspose.com/words/java/mailmerge/
  2. RTF to PDF image cut off - Free Support Forum -...

    I’m converting a RTF that displays a full image properly when shown in MS Word, but when it’s converted using aspose (python version), the image is cut off: Before in Word: After in PDF: Any ideas how to fix?...words import Document, SaveFormat, PdfSaveOptions...

    forum.aspose.com/t/rtf-to-pdf-image-cut-off/317207
  3. View and Update XLSB Properties Online or Updat...

    View and modify XLSB properties through online app for free. Android API code to update and add XLSB properties....Update XLSB Metadata Online Import XLSB file by uploading it....

    products.aspose.com/total/android-java/metadata...
  4. View and Update ODS Properties Online or Update...

    View and modify ODS properties through online app for free. Android API code to update and add ODS properties....Update ODS Metadata Online Import ODS file by uploading it. Do...

    products.aspose.com/total/android-java/metadata...
  5. AsposeWords convert pdf to md cause messy chara...

    I convert this pdf to markdown, and in md many mojibake (nonsense characters displayed when software fails render text according to its intended character encoding).I’ve installed a lot of fonts code: document = aw…...converting a PDF to Markdown: import com.aspose.words.Document;...

    forum.aspose.com/t/asposewords-convert-pdf-to-m...
  6. Several Image Into GIF Java

    Merge multiple Image into GIF in Java code. Save Image as GIF using Java...."aspose-words" % "ver" Copy import com.aspose.words.*; List<String>...Java. Add a library reference (import the library) to your Java project...

    products.aspose.com/words/java/merge/image-to-gif/
  7. Several Image Into SVG Java

    Merge multiple Image into SVG in Java code. Save Image as SVG using Java...."aspose-words" % "ver" Copy import com.aspose.words.*; List<String>...Java. Add a library reference (import the library) to your Java project...

    products.aspose.com/words/java/merge/image-to-svg/
  8. Several Image Into PNG Java

    Merge multiple Image into PNG in Java code. Save Image as PNG using Java...."aspose-words" % "ver" Copy import com.aspose.words.*; List<String>...Java. Add a library reference (import the library) to your Java project...

    products.aspose.com/words/java/merge/image-to-png/
  9. Several JPG Into BMP Java

    Merge multiple JPG into BMP in Java code. Save JPG as BMP using Java...."aspose-words" % "ver" Copy import com.aspose.words.*; List<String>...Java. Add a library reference (import the library) to your Java project...

    products.aspose.com/words/java/merge/jpg-to-bmp/
  10. How to tag tables to a page number in word docu...

    I am reading a word document using python-docx, python-docx·PyPI but it has limitation as it does not give us the page information. The word document has lot of tables which could be splitted to next page. The python-do…...respective page numbers: Code import aspose.words as aw # Load the...

    forum.aspose.com/t/how-to-tag-tables-to-a-page-...