Sort Score
Result 10 results
Languages All
Labels All
Results 6,531 - 6,540 of 70,105 for

import

(0.15 sec)
  1. Several JPG Into GIF Java

    Merge multiple JPG into GIF in Java code. Save JPG 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/jpg-to-gif/
  2. View and Update PDF Properties Online or Update...

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

    products.aspose.com/total/android-java/metadata...
  3. View and Update XLSX Properties Online or Updat...

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

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

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

    products.aspose.com/total/android-java/metadata...
  5. View and Update XLSM Properties Online or Updat...

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

    products.aspose.com/total/android-java/metadata...
  6. Generate PDF from XML|Aspose.PDF for Java

    Aspose.PDF for Java provides the opportunity to convert an XML file into PDF document requiring that the input XML file must follow the Aspose.PDF for Java Schema....examples ; import javax.xml.transform.* ; import javax.xml.transform...transform.stream.StreamResult ; import javax.xml.transform.stream...

    docs.aspose.com/pdf/java/generate-pdf-from-xml/
  7. Aspose.Word convert pdf to md, content wrong - ...

    Use python,aspose-words=25.6.0, convert pdf to markdown.Extra spaces appear in the converted md file. For example, in the pdf, there is a paragraph with a URL in normal format. In the md document after the conversion is …...include additional options: import aspose.words as aw # Load the...

    forum.aspose.com/t/aspose-word-convert-pdf-to-m...
  8. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the table. DocumentBuilder bu…...and expected to work in HTML import scenarios, this behavior may...

    forum.aspose.com/t/inserthtml-does-not-preserve...
  9. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…...example to illustrate this: import com.aspose.words.*; public...

    forum.aspose.com/t/insert-html-into-word-includ...
  10. Doc Insertion Issue in Doc - Free Support Forum...

    Hi, As I am using below code to insert doc file into a parent doc. Document document1 = new Document(); DocumentBuilder builder = new DocumentBuilder(document1); string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx"; Do…... Use the Correct Import Method : Instead of using document1...

    forum.aspose.com/t/doc-insertion-issue-in-doc/3...