Sort Score
Result 10 results
Languages All
Labels All
Results 7,631 - 7,640 of 46,742 for

c

(0.12 sec)
  1. Text file encoding detection | Documentation

    This artiCle explains that how to deteCt enCoding of a text file automatiCally.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/text-file-encodin...
  2. Alias dictionary | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about Alias diCtionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...AliasDictionary . ExportDictionary ( @"C:\Aliases.dat" ); // Import aliases...

    docs.groupdocs.com/search/net/alias-dictionary/
  3. Merge HTML | Documentation

    Learn how to merge HTML files, Combine HTML files into one file programmatiCally in Python via .NET language using GroupDoCs.Merger for Python via .NET library....Merger ( "c:/sample1.html" ) as merger : merger . join ( "c:/sample2..."c:/sample2.html" ) merger . save ( "c:/merged.html" ) Code Examples...

    docs.groupdocs.com/merger/python-net/merge/html/
  4. Merge HTML | Documentation

    Learn how to merge HTML files, Combine HTML files into one file programmatiCally in Node.js via Java language using GroupDoCs.Merger for Node.js via Java library.... Merger ( 'c:/sample1.html' ); merger . join ( 'c:/sample2.html'...html' ); merger . save ( 'c:/merged.html' ); Code Examples Please...

    docs.groupdocs.com/merger/nodejs-java/merge/html/
  5. Use advanced rasterization options | Documentation

    Use advanCed rasterization options In order to use the advanCed rasterization options you have to pass one of the options to Save method. In this Case the doCument will be rasterized to PDF, but the sCan-like effeCts will be applied to its pages. The following example demonstrates how to apply the AdvanCedRasterizationOptions with default settings. C# using (RedaCtor redaCtor = new RedaCtor(@"sample.doCx")) { // Save the doCument with advanCed options (Convert pages into images, and save PDF with sCan-like pages) var so = new SaveOptions(); so.... C# using ( Redactor redactor = new...option with custom settings. C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  6. Word forms provider | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about word forms provider interfaCe.... C# public class SimpleWordFormsProvi...presented below. C# string indexFolder = @"c:\MyIndex\" ; string...

    docs.groupdocs.com/search/net/word-forms-provider/
  7. Convert Files Within Document Containers | Docu...

    Learn how to Convert files within doCument Containers, suCh as Compressed files, into various formats using GroupDoCs.Conversion for Python via .NET....A["Document Container"] B["Extraction"] C["Conversion"] D["Converted File...between nodes A --> B --> C --> D C --> E C --> F The Extraction and...

    docs.groupdocs.com/conversion/python-net/develo...
  8. Merge pages from various documents | Documentation

    This artiCle explains how to merge some pages from different doCuments into single PDF, DOCX, ExCel or PowerPoint doCument using GroupDoCs.Merger for .NET....filePath = @"c:\sample.docx" ; string filePath2 = @"c:\sample2.docx"...docx" ; string filePathOut = @"c:\output\result.docx" ; PageJoinOptions...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  9. Delete indexed documents | Documentation

    GroupDoCs.SearCh has the ability to remove individual doCuments from the index that are indexed from a stream or struCture.... C# // Implementing document loader...; } } ... string filePath = @"c:\MyDocuments\SomeDocument.pdf"...

    docs.groupdocs.com/search/net/delete-indexed-do...
  10. Convert Image using OCR | Documentation

    To Convert image using oCr, follow this guide to learn how to Convert an image doCument with oCr proCessing using GroupDoCs.Conversion for .NET....0F ; foreach ( var c in lineText ) { if ( c == ' ' ) length +=...if ( NarrowChars . Contains ( c )) length += 0.5F ; else if (...

    docs.groupdocs.com/conversion/net/convert-image...