Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 213 for

loadoptions in comparison

(0.18 sec)
  1. Specify encoding when loading documents | Group...

    This article explaIns how to specify encodIng when loadIng documents with GroupDocs.Viewer withIn your Java applications....Comparison Product Solution GroupDocs...you can set charset using LoadOptions class. In the following code...

    docs.groupdocs.com/viewer/java/specify-encoding...
  2. Set timeout for loading external resources | Gr...

    This article explaIns how to set timeout for loadIng external resources contaIned by a document with GroupDocs.Viewer withIn your Java applications....Comparison Product Solution GroupDocs...options.LoadOptions ; // ... LoadOptions loadOptions = new LoadOptions...

    docs.groupdocs.com/viewer/java/set-timeout-for-...
  3. Convert XML as a data source to a Spreadsheet, ...

    Learn how to convert a XML document as a data source to a spreadsheet, CSV or JSON usIng GroupDocs.Conversion for Java....Comparison Product Solution GroupDocs...XmlLoadOptions loadOptions = new XmlLoadOptions (); loadOptions . setUseAsDataSource...

    docs.groupdocs.com/conversion/java/convert-xml-...
  4. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email documents with advanced options usIng GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...later: Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-email-do...
  5. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options usIng GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...later: Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  6. Working with spreadsheet document attachments |...

    This article explaIns how to work with spreadsheet document attachments while usIng GroupDocs watermarkIng Java API...Comparison Product Solution GroupDocs...SpreadsheetExtractAl SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/java/working-with-...
  7. Working with spreadsheet document attachments |...

    This article explaIns how to work with spreadsheet document attachments while usIng GroupDocs watermarkIng API...Comparison Product Solution GroupDocs...SpreadsheetExtractAl SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/net/working-with-s...
  8. Load GIS document with options | GroupDocs

    Learn how to load and convert GIS documents (GeoJSON, KML, GPX) with advanced options usIng GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-gis-docu...
  9. 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:...Comparison Product Solution GroupDocs...password LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  10. Load Presentation document with options | Group...

    Learn this article and check how to load and convert Microsoft PowerPoInt documents with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); loadOptions . setHideComments...

    docs.groupdocs.com/conversion/java/load-present...