Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 251 for

loadoptions in comparison

(0.17 sec)
  1. Check Document Password Protection | GroupDocs

    DetermIne whether a PDF, Word, Excel, or PowerPoInt document has an open password set usIng the is_password_set() method of GroupDocs.Merger for Python via .NET....Comparison Product Solution GroupDocs...supply the password via LoadOptions ; otherwise omit it. Call...

    docs.groupdocs.com/merger/python-net/check-docu...
  2. Add watermarks to PDF documents | GroupDocs

    The watermarkIng API allows you to add watermarks to PDF documents. AddIng watermarks to a particular page or addIng watermarks on all images or attachments of a particular page is possible....Comparison Product Solution GroupDocs...PdfAddWatermarks PdfLoadOptions loadOptions = new PdfLoadOptions ();...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. How to correctly merge documents using C# | Gro...

    This article describes how to correctly merge documents usIng GroupDocs.Merger for .NET product....Comparison Product Solution GroupDocs...FileType LoadOptions loadOptions = new LoadOptions ( fileType1...

    docs.groupdocs.com/merger/net/getting-started/u...
  4. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loadIng_files.LoadIngFileOfSpecificFormat // Explicitly specifyIng the format of a file to load you can spare some time on detectIng the format Loadoptions Loadoptions = new Loadoptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, Loadoptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Comparison Product Solution GroupDocs...the format LoadOptions loadOptions = new LoadOptions ( FileFormat...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  5. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....Comparison Product Solution GroupDocs...[TRUNCATED] Stream with LoadOptions If the stream does not have...

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

    This example demonstrates how to load a file of some particular format. advanced_usage.loadIng_files.LoadIngFileOfSpecificFormat JavaScript try { var Loadoptions = new Loadoptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("Input.xls", Loadoptions); var root = metadata.getRootPackageGeneric(); } 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:...Comparison Product Solution GroupDocs...JavaScript try { var loadOptions = new LoadOptions ( FileFormat . Spreadsheet...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  7. Extract data from databases | GroupDocs

    Complete guide to extractIng data from databases via ADO.NET usIng GroupDocs.Parser for .NET. Learn how to connect to SQLite, SQL Server, and other database providers to extract table data....Comparison Product Solution GroupDocs...connectionString , LoadOptions loadOptions ); Parameters Parameter...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Versioning of annotated documents | GroupDocs

    The page describes how to manage different versions of document usIng GroupDocs.Annotation for Java API....Comparison Product Solution GroupDocs...custom version LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.groupdocs.com/annotation/java/versioning-o...
  9. Load Custom Fonts | GroupDocs

    Compare documents that contaIn non-standard fonts by supplyIng custom font directories through Loadoptions usIng GroupDocs.Comparison for Python via .NET....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Python...

    docs.groupdocs.com/comparison/python-net/develo...
  10. Protecting word processing documents | GroupDocs

    This article explaIns how to protect as well as unprotect the Word documents....Comparison Product Solution GroupDocs...WordProcessingProtec WordProcessingLoadOp loadOptions = new WordProcessingLoadOp...

    docs.groupdocs.com/watermark/net/protecting-wor...