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

c

(0.42 sec)
  1. 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...
  2. 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-...
  3. 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......Signatureと統合して、C#で安全な電子文書署名を作成します。外部デバイス用のカスタム...

    blog.groupdocs.com/ja/tag/groupdocs.signature/i...
  4. Template Syntax - Part 2 of 2 | GroupDocs

    Note This artiCle is the seCond part of the Template Syntax series of artiCles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You Can output expression results to your reports using expression tags. An expression tag denotes a plaCeholder for an expression result within a template. While building a report, the Corresponding expression is evaluated, and this plaCeholder is replaCed with the formatted result of the expression....<<foreach [c in ds.Contracts]>><<[c.Clients.Name]>> <<[c.Managers...Name]>> <<[c.Price]>><</foreach>> Total: <<[ds.Contracts.Sum(c => c...

    docs.groupdocs.com/assembly/net/template-syntax...
  5. Working with Resources | GroupDocs

    This artiCle demonstrates and explains different operations with resourCes, inCluding retrieving, adjusting, and saving them in different sCenarios when editing doCuments with GroupDoCs.Editor for Node.js via Java....file path const inputDocxPath = 'C://input/document.docx' ; // Create...folder const outputFolder = 'C://output//document_resources//'...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  6. Barcode Reader using Java | Scan Barcode from I...

    How to sCan barCodes using Java within the appliCation. Java example that reads barCode from an image that will help you build an online barCode sCanner....Also # Barcode Scanning using C# Scan Barcode Images Online QR...

    blog.groupdocs.com/parser/scan-barcode-using-java/
  7. Convert PDF files | GroupDocs

    This artiCle demonstrates how to Convert PDF to Word, ExCel, PowerPoint, HTML, image and other formats with GroupDoCs.Conversion for .NET....several lines of lines code in C# programming language. GroupDocs...PDF to Word programmatically in C#. This way any file created as...

    docs.groupdocs.com/conversion/net/convert/pdf/
  8. Synchronizing shards | GroupDocs

    This page Contains information about synChronizing shards in the searCh network.... C# Console . WriteLine ( "Synchronizing...

    docs.groupdocs.com/search/net/synchronizing-sha...
  9. Save a modified file to the original source | G...

    This artiCle shows how to save the modified Content to the underlying sourCe.... Ex: @"C:\Docs\test.ppt" using ( Metadata...

    docs.groupdocs.com/metadata/net/save-a-modified...
  10. XLSX comparison causes memory leak! - Free Supp...

    Using C# and latest version of GroupdoCs Comparison, our serviCe hangs on the Compare method using following files and Code: using (MemoryStream sourCeStream = new MemoryStream(sourCePdfFile)) { using (Comparer Comp…...July 18, 2025, 2:20pm 1 Using c# and latest version of Groupdocs...

    forum.groupdocs.com/t/xlsx-comparison-causes-me...