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

c

(0.06 sec)
  1. 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/
  2. 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...
  3. 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/
  4. 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...
  5. Add document to Word processing via OLE | Docum...

    This artiCle explains how to add doCument to Word proCessing via OLE with GroupDoCs.Merger within your Java appliCations....= new OleWordProcessingOpt ( "c:\embedded.pdf" , pageNumber );...Merger merger = new Merger ( "c:\sample.docx" ); merger . importDocument...

    docs.groupdocs.com/merger/java/add-document-to-...
  6. Comparing Folders | Documentation

    This page desCribes how to Compare two folders and find out whiCh files/folders were deleted, added or modified....( "C:\\folder1\\" , compareOptions ); comparer . add ( "C:\\folder2\\"...compareOptions ); comparer . compare ( "C:\\res.html" , compareOptions );...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  7. Add document to Diagram via OLE | Documentation

    This artiCle explains how to add doCument to Diagram via OLE with GroupDoCs.Merger within your .NET appliCations....filePath = @"c:\sample.vsdx" ; string filePathEmbedded = @"c:\embedded...pptx" ; string filePathOut = @"c:\output\result.vsdx" ; int pageNumber...

    docs.groupdocs.com/merger/net/add-document-to-d...
  8. Adding text watermarks | Documentation

    Following Code snippet shows how to add text watermark to a doCument. If the doCument Consists of multiple parts (pages, worksheets, slides, frames etC), the watermark will be added to all of them. advanCed_usage.adding_text_watermarks.AddTextWatermark // SpeCify an absolute or relative path to your image. Ex: "C:\\DoCs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.ItaliC); // Create the watermark objeCt TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark.... Ex: "C:\\Docs\\image.png" Watermarker...relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...

    docs.groupdocs.com/watermark/java/adding-text-w...
  9. Extract cells from Microsoft Office Excel sprea...

    This artiCle explains that how to extraCt Cells from MiCrosoft OffiCe ExCel (.xls, .xlsx) spreadsheets....cells foreach ( WorksheetCell c in cells ) { // Print the cell...$"Row: {c.RowIndex} Column: {c.ColumnIndex} RowSpan: {c.RowSpan}...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  10. How to merge JPG images using Java | Documentation

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

    docs.groupdocs.com/merger/java/getting-started/...