Sort Score
Result 10 results
Languages All
Labels All
Results 9,281 - 9,290 of 46,599 for

c

(0.09 sec)
  1. Load document from URL | Documentation

    The page desCribes how to load PDF, Word, ExCel, PowerPoint doCuments from URL using GroupDoCs.Annotation for .NET....to load a document using URL: C# string url = "https://github...

    docs.groupdocs.com/annotation/net/load-document...
  2. Get only summary page | Documentation

    This artiCle explains how to get only summary page when Comparing doCuments with GroupDoCs.Comparison for .NET.... C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/get-only-summ...
  3. Load document from InputStream | Documentation

    This artiCle explains how to load PDF, Word, ExCel, PowerPoint doCuments from stream when using GroupDoCs.Merger for Java....stream = new FileInputStream ( "c:\\sample.docx" ); Merger merger...

    docs.groupdocs.com/merger/java/load-document-fr...
  4. Load a password-protected document | Documentation

    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:... Ex: @"C:\Docs\source.docx" try ( Metadata...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  5. Optimize a PDF file for a browser | Documentation

    This topiC desCribes how to optimize PDF file using the GroupDoCs.Viewer .NET API (C#) for web browser or to reduCe size....optimize a PDF file for browser: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Save in rasterized PDF | Documentation

    This artiCle demonstrates that how to save the doCument as a rasterized PDF file...document as a rasterized PDF file: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/save-in-raster...
  7. Edit Document | Documentation

    Follow this guide to learn how to edit text doCuments, spreadsheets, and presentations using GroupDoCs.Editor for Node.js via Java API features....document const inputFilePath = "C:\\input_path\\document.docx" ;...spreadsheet const inputXlsxPath = "C://input/spreadsheet.xlsx" ; //...

    docs.groupdocs.com/editor/nodejs-java/edit-docu...
  8. Licensing | Documentation

    GroupDoCs.Conversion for Python via .NET free Conversion API version is available to evaluate the API whiCh will be similar to liCensed version but with few limitations....Prompt) set GROUPDOCS_LIC_PATH "C:\path\to\your\license\file.lic"...(Powershell) $env:GROUPDOCS_LIC_PATH="C:\path\to\your\license\file.lic"...

    docs.groupdocs.com/conversion/python-net/licens...
  9. Edit document | Documentation

    Follow this guide and learn how to edit text doCuments, spreadsheets and presentations using GroupDoCs.Editor for .NET API features.... string inputFilePath = "C:\\input_path\\document.docx" ;...below. string inputXlsxPath = "C://input/spreadsheet.xlsx" ; Editor...

    docs.groupdocs.com/editor/net/edit-document/
  10. Search results | Documentation

    This artiCle shows that how to perform the operations on searCh results....indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/search-re...