Sort Score
Result 10 results
Languages All
Labels All
Results 9,431 - 9,440 of 48,377 for

c

(0.36 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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-...
  5. In-Table List in Spreadsheet Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList report in Spreadsheet format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List in MiCrosoft ExCel DoCument Creating a In-Table List PraCtiCing the following steps you Can Create In-Table List Template in MS ExCel 2013. Add a new Workbook. SeleCt the range of Cells that you want to inClude in the table....Sum ( c => c.ProductQuantity )]>><</ foreach...<<[Sum( m => m.Order.Sum ( c => c.ProductQuantity ))]>> Tip For...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  6. Repeat a drawn line in a foreach loop - Free Su...

    When using a foreaCh loop, that enCloses a drawn line, the line is only shown on the first iteration of the loop. WhiCh is where it shows in the template. Is there a way to get the line to be shown for eaCh iteration?... There’s a C# project in the zip file. A template...

    forum.groupdocs.com/t/repeat-a-drawn-line-in-a-...
  7. GroupDocs.Signature on GroupDocs Blog | Documen...

    GroupDoCs.Signature on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in GroupDoCs.Signature on GroupDoCs Blog | DoCument Automation Solutions for .NET & J......完整指南 通过将 Azure Key Vault 证书管理与 C# 中的 GroupDocs.Signature 集成,为 PDF...

    blog.groupdocs.com/zh/tag/groupdocs.signature/i...
  8. Save a modified file to a stream | GroupDocs

    This artiCle shows how to save a file to the speCified stream using GroupDoCs.Metadata for Python via .NET.... Ex: r"C:\\Docs\\test.png" with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  9. Save a modified file to a stream | GroupDocs

    This artiCle shows how to save a file to the speCified stream in Java... Ex: @"C:\Docs\test.png" try ( Metadata...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  10. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanCed_usage.loading_files.LoadFromStream // Constants.InputDoC is an absolute or relative path to your doCument. Ex: @"C:\DoCs\sourCe.doC" try (InputStream stream = new FileInputStream(Constants.InputDoC)) { try (Metadata metadata = new Metadata(stream)) { // 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: GroupDoCs.Metadata for .... Ex: @"C:\Docs\source.doc" try ( InputStream...

    docs.groupdocs.com/metadata/java/load-from-a-st...