Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 5,934 for

groupdocs.watermark,

(0.73 sec)
  1. Numbered List in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Text Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show the client names in a numbered list. Report must be generated in the Text document. Adding Syntax to be evaluated by GroupDocs....Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Text Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show the client names in a numbered list. Report must be generated in the Text document. Adding Syntax to be evaluated by GroupDocs.

    docs.groupdocs.com/assembly/java/numbered-list-...
  2. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....This example demonstrates how to load a file from a stream.

    docs.groupdocs.com/markdown/net/load-from-a-str...
  3. Load from a local disk | GroupDocs

    The following example demonstrates how to load file from local disk....The following example demonstrates how to load file from local disk.

    docs.groupdocs.com/markdown/net/load-from-a-loc...
  4. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....This example demonstrates how to load a file of some particular format.

    docs.groupdocs.com/markdown/net/load-a-file-of-...
  5. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:

    docs.groupdocs.com/metadata/java/load-a-passwor...
  6. YAML front matter | GroupDocs

    Generate YAML front matter from document metadata for static site generators...Generate YAML front matter from document metadata for static site generators

    docs.groupdocs.com/markdown/net/front-matter/
  7. URI rewriting | GroupDocs

    Customize resource URIs in the Markdown output — CDN URLs, custom paths...Customize resource URIs in the Markdown output — CDN URLs, custom paths

    docs.groupdocs.com/markdown/net/uri-rewriting/
  8. Xlsx to Md | GroupDocs

    This article demonstrates how to convert Spreadsheet to Markdown with GroupDocs.Markdown for .NET....This article demonstrates how to convert Spreadsheet to Markdown with GroupDocs.Markdown for .NET.

    docs.groupdocs.com/markdown/net/convert/export-...
  9. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  10. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/convert-pst-o...