Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 3,163 for

data source

(0.04 sec)
  1. How to Unprotect Excel in Java

    This quick guide covers how to unprotect Excel in Java. It explains the IDE setup, stepwise process, and a sample code to unlock Excel file in Java.... It quickly loads the source file with the Workbook class...shared workbook or working with data mashups, digital signatures...

    kb.aspose.com/cells/java/how-to-unprotect-excel...
  2. Embed Excel in PowerPoint using C#

    This article describes the process to embed Excel in PowerPoint using C#. It has the IDE settings, steps, and code to embed an Excel file in PowerPoint using C#....MemoryStream object Create an embedded data information object Add the OLE...target slide, and read the source Excel file into the MemoryStream...

    kb.aspose.com/slides/net/embed-excel-in-powerpo...
  3. Compare Word Documents using Java

    Compare Word documents using Java by following this guide. It explains the step-by-step algorithm, and a runnable sample code to compare two docs using Java....the source files, accept revisions, and compare the data in the...

    kb.aspose.com/words/java/compare-word-documents...
  4. FieldDisplayBarcode Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDisplayBarcode class to effortlessly implement DISPLAYBARCODE fields in your documents. Enhance your document management today!...sets whether to display barcode data (text) along with image. End...will accept values from a data source during a mail merge. // This...

    reference.aspose.com/words/net/aspose.words.fie...
  5. DigitalSignatureUtil | Aspose.Words for Java

    Provides methods for signing document in Java....all digital signatures from source file and writes unsigned file...CertificateHolder certHolder) Signs source document using given CertificateHolder...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose.TeX's output interface | C++

    Conversion functionality of Aspose.TeX API solution for C++ with TeX, as an output format is explained here with the code examples....output interface Live Demos Source Code API Reference Helpful...Helpful resources ▼ Live Demos Source Code API Reference Nuget Pricing...

    docs.aspose.com/tex/cpp/aspose-tex-output/
  7. Add XML namespace in XMP metadata of EPS |C++

    The process of adding XML namespace in XMP metaData of EPS with Aspose.Page for C++ is explained and illustrated with the code snippets here....in XMP metadata Live Demos Source Code API Reference Helpful...Helpful resources ▼ Live Demos Source Code API Reference Nuget Pricing...

    docs.aspose.com/page/cpp/xmp-metadata/add-names...
  8. Change array items in XMP metadata of EPS| C++

    The process of changing array items in XMP metaData of EPS file with Aspose.Page API solution for C++ is explained and illustrated with the code snippets....in XMP metadata Live Demos Source Code API Reference Helpful...Helpful resources ▼ Live Demos Source Code API Reference Nuget Pricing...

    docs.aspose.com/page/cpp/xmp-metadata/change-ar...
  9. Get XMP metadata from EPS file using C++

    The process of getting XMP metaData from EPS file with Aspose.Page API solution for C++ is explained and illustrated with the code here....Get XMP metadata Live Demos Source Code API Reference Helpful...Helpful resources ▼ Live Demos Source Code API Reference Nuget Pricing...

    docs.aspose.com/page/cpp/xmp-metadata/get/
  10. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the Source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...2 KB and here the source code which copy the styles:...style, add a copy from the source targetDoc.getStyles().addCopy(sourceStyle);...

    forum.aspose.com/t/some-styles-were-not-copied-...