Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 26,680 for

data source

(0.12 sec)
  1. How to Protect PDF File with Password in C#

    This brief tutorial explains details about how to protect PDF file with password in C#. You will learn how using C# PDF password protect feature can be utilized by following simple steps and the code snippet....input PDF file with confidential data using the Document class Encrypt...any confidential or sensitive data from unauthorized access. It...

    kb.aspose.com/pdf/net/how-to-protect-pdf-file-w...
  2. SharePoint PowerPoint | Aspose.Slides SharePoin...

    SharePoint PowerPoint is an Aspose.Slides SharePoint to create and convert SharePoint PPT, SharePoint slideshow, SharePoint presentation....Set Font Properties for Chart Data Table Get default table background...supported Set chart external data source workbook path Restricting...

    products.aspose.com/slides/sharepoint/
  3. UserInformation.address property | Aspose.Words...

    UserInformation.address property. Gets or sets the user's postal address....object and set it as the data source for fields that display user...

    reference.aspose.com/words/python-net/aspose.wo...
  4. UserInformation.name property | Aspose.Words fo...

    UserInformation.name property. Gets or sets the user's name....object and set it as the data source for fields that display user...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Set the Comment of Table or List Object inside ...

    Learn how to set the comment of the table or list object inside the worksheet using Aspose.Cells for JavaScript via C++....following sample code loads the source Excel file (5115514.xlsx) and...Write Table with Query Table Data Source via JavaScript Tables and...

    docs.aspose.com/cells/javascript-cpp/set-the-co...
  6. FieldOptions.current_user property | Aspose.Wor...

    FieldOptions.current_user property. Gets or sets the current user information....object and set it as the data source for fields that display user...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Several WORD Into PDF Java

    Merge multiple a Word document into PDF in Java code. Save a Word document 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/word-to-pdf/
  8. Several WORD Into Image Java

    Merge multiple a Word document into Image in Java code. Save a Word document as Image 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-im...
  9. Several DOC Into PNG Java

    Merge multiple DOC into PNG in Java code. Save DOC as PNG 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/doc-to-png/
  10. Convert Type1 font to TrueType | C# .NET API So...

    How to convert Type1 font to TTF with Aspose.Page API solution for .NET is illuminated here. Code snippets are provided....Type1 font to TTF Live Demos Source Code API Reference Helpful...Helpful resources ▼ Live Demos Source Code API Reference Nuget Pricing...

    docs.aspose.com/page/net/type1-to-ttf/