Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 24,017 for

data source

(0.09 sec)
  1. Several WORD Into XPS Java

    Merge multiple a Word document into XPS in Java code. Save a Word document as XPS using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/word-to-xps/
  2. Several DOC Into TXT Java

    Merge multiple DOC into TXT in Java code. Save DOC as TXT using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/doc-to-txt/
  3. Several DOC Into HTML Java

    Merge multiple DOC into HTML in Java code. Save DOC as HTML using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/doc-to-html/
  4. Several TEXT Into WORD Java

    Merge multiple TEXT into WORD in Java code. Save TEXT as WORD using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/text-to-word/
  5. Several TEXT Into PDF Java

    Merge multiple TEXT into PDF in Java code. Save TEXT as PDF using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/text-to-pdf/
  6. Several WORD Into JPG Java

    Merge multiple a Word document into JPG in Java code. Save a Word document as JPG using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } for ( int page...

    products.aspose.com/words/java/merge/word-to-jpg/
  7. How to Secure PowerPoint Presentation using Java

    This tutorial provides details on how to secure PowerPoint presentation using Java. We will password protect powerpoint presentation using java to avoid unwanted access and modifications....access or modifications to the data. You can perform this operation...Presentation class object to load the source file Specify the password to...

    kb.aspose.com/slides/java/how-to-secure-powerpo...
  8. Working with the ThreeDFormat of Shape or Chart...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....following sample code loads the source excel file and accesses the...= path . join ( __dirname , "data" ); const filePath = path ....

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  9. Verify Password Used to Protect the Worksheet w...

    Learn how to verify the password used to protect a worksheet using Aspose.Cells for C++....// Source directory path U16String srcDir ( u ".. \\ Data \\...

    docs.aspose.com/cells/cpp/verify-password-used-...
  10. Several WORD Into Image C#

    Merge multiple a Word document into Image in C# code. Save a Word document as Image using C#....Document(fileName); // Append the source document to the end of the...to your C# project. Open the source Word file in C#. Convert several...

    products.aspose.com/words/net/merge/word-to-image/