Sort Score
Result 10 results
Languages All
Labels All
Results 9,501 - 9,510 of 48,969 for

c

(0.67 sec)
  1. 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/
  2. 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...
  3. 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...
  4. 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...
  5. 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-...
  6. 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...
  7. 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/
  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...