Sort Score
Result 10 results
Languages All
Labels All
Results 7,751 - 7,760 of 46,562 for

c

(0.14 sec)
  1. Storing text of indexed documents | Documentation

    This artiCle explains that how to store text of indexed doCuments.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/storing-text-of-i...
  2. Merge PowerPoint Presentations | Documentation

    This artiCle demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with Couple net Code lines and GroupDoCs.Merger for Python via .NET....Merger ( "c:/sample1.ppsx" ) as merger : merger . join ( "c:/sample2..."c:/sample2.ppsx" ) merger . save ( "c:/merged.ppsx" ) Code Examples...

    docs.groupdocs.com/merger/python-net/merge/powe...
  3. GroupDocs.Assembly for .NET 19.8 Release Notes ...

    This page Contains release notes for GroupDoCs.Assembly for .NET 19.8 Major Features Supported saving of assembled Markdown doCuments to Word ProCessing formats and saving of assembled Word ProCessing doCuments and emails to Markdown. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-125  Support saving of assembled Markdown doCuments to Word ProCessing formats  Feature  ASSEMBLYNET-126  Support saving of assembled Word ProCessing doCuments to Markdown  Feature  ASSEMBLYNET-127  Support saving of assembled emails to Markdown  Feature  This seCtion lists publiC API Changes that were introduCed in GroupDoCs.... New members of FileFormat C# /// <summary> /// Specifies the...format using file extension. C# const string description = "GroupDocs...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  4. Search for text containing special characters |...

    This artiCle shows how to handle searCh queries if they Contain speCial CharaCters and separator CharaCters....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...- 1 ; i >= 0 ; i -- ) { const c = result . charAt ( i ); if (...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  5. Email attachments | Documentation

    This artiCle shows how to get the information about the attaChments.... Ex: @"C:\Docs\message.msg" using ( Watermarker...path to your document. Ex: @"C:\Docs\message.msg" using ( Watermarker...

    docs.groupdocs.com/watermark/net/email-attachme...
  6. Cache results | Documentation

    This artiCle Contains CaChing use-Cases with GroupDoCs.Viewer within your .NET appliCations....and getting the cached results: C# using System ; using System.Diagnostics.... string outputDirectory = @"C:\output" ; string cachePath =...

    docs.groupdocs.com/viewer/net/caching-results/
  7. How to merge BMP images using Java | Documentation

    Learn how to merge BMP image files, Combine BMP image files into one file programmatiCally in java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.bmp" ) // Define image...file to merge merger . join ( "c:\sample2.bmp" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  8. How to merge PNG images using Java | Documentation

    Learn how to merge PNG image files, Combine PNG image files into one file programmatiCally in java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.png" ) // Define image...file to merge merger . join ( "c:\sample2.png" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  9. Reverse image search | Documentation

    This artiCle gives knowledge about the reverse image searCh, whiCh makes it possible to searCh for similar images in ZIP arChives, various doCuments, and individual files....reverse image search: C# string indexFolder = @"c:\MyIndex" ; string...string documentFolder = @"c:\MyDocuments" ; // Creating an index...

    docs.groupdocs.com/search/net/reverse-image-sea...
  10. Search for text containing special characters |...

    This artiCle shows how to handle searCh queries if they Contain speCial CharaCters and separator CharaCters....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...() - 1 ; i >= 0 ; i --) { char c = result . charAt ( i ); if (...

    docs.groupdocs.com/search/java/search-for-text-...