Sort Score
Result 10 results
Languages All
Labels All
Results 9,481 - 9,490 of 48,479 for

c

(1.21 sec)
  1. Edit document | GroupDocs

    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/
  2. Edit Document | GroupDocs

    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...
  3. Licensing | GroupDocs

    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...
  4. Free Support Policies - Free Support Forum - gr...

    Free Support SinCe we are developers ourselves, we understand how frustrating it is when a teChniCal issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not Create t…...working Loading Custom Fonts using C# in Windows and Linux Several...EML to MSG Conversion Issue in C#: Unicode Encoded Subject Not...

    forum.groupdocs.com/t/free-support-policies/6034
  5. Load document from InputStream | GroupDocs

    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...
  6. Get only summary page | GroupDocs

    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...
  7. Save in rasterized PDF | GroupDocs

    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...
  8. Optimize a PDF file for a browser | GroupDocs

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

    docs.groupdocs.com/metadata/java/load-a-passwor...
  10. Load document from stream | GroupDocs

    This artiCle explains how to load PDF, Word(.doC, .doCx), ExCel(.xls,.xlsx), PowerPoint(.ppt, .pptx) doCuments from stream when using GroupDoCs.Merger for .NET.... OpenRead ( @"c:\sample.docx" )) { using ( Merger...

    docs.groupdocs.com/merger/net/load-document-fro...