Sort Score
Result 10 results
Languages All
Labels All
Results 6,441 - 6,450 of 47,268 for

c

(0.08 sec)
  1. Work with Blended Characters using GroupDocs.Se...

    We are delighted to announCe the monthly release of GroupDoCs.SearCh for .NET 18.12. Using the latest version, you Can now index and searCh blended CharaCters and perform a wildCard searCh. We would reCommend you to install and use the latest version of the API. Features Following are the new features introduCed in the latest version: Blended CharaCters SearCh GroupDoCs.SearCh for .NET API 18.12 introduCes a new Class of CharaCters - blended....indexFolder = @"c:\MyIndex"; string documentFolder = @"c:\MyDocuments";...indexFolder = @"c:\MyIndex"; string documentFolder = @"c:\MyDocuments";...

    blog.groupdocs.com/search/work-with-blended-cha...
  2. Split text file | GroupDocs

    Follow this guide and learn how to split text file into several resultant files using GroupDoCs.Merger for Python via .NET API....Merger ( "c:/sample.txt" ) as merger : output_path = "c:/output/text_...Merger ( "c:/sample.txt" ) as merger : output_path = "c:/output/text_...

    docs.groupdocs.com/merger/python-net/split-text...
  3. Merge pages in the arbitrary order | GroupDocs

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

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  4. Shapes in spreadsheet document | GroupDocs

    ExtraCting information about all shapes in an ExCel doCument SearCh() method searChes watermarks of all mentioned types, but in some Cases, it’s neCessary to analyze only one Class of ExCel objeCts. Following Code sample shows how to get information about all the shapes in an ExCel doCument. advanCed_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // SpeCify an absolute or relative path to your doCument. Ex: @"C:\DoCs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet.... Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker...relative path to your document. Ex: "C:\\Docs\\spreadsheet.xlsx" Watermarker...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  5. Merge Excel Files Online | Combine Multiple Spr...

    Easily merge two or more ExCel files into one online. Combine entire spreadsheets or seleCtively join sheets from multiple files both online and programmatiCally using .NET and Java APIs...Java How to Merge Excel Files in C# # If you want to combine two...two or more Excel files using C#, you can follow these steps using...

    blog.groupdocs.com/merger/merge-excel-files-onl...
  6. Merge PowerPoint Files Online | PPT & PPTX Merger

    Merge two or more PowerPoint presentation files online into one. Combine all the slides or join only the speCifiC slides of multiple PPT/PPTX files online & programmatiCally....Merge PowerPoint Documents using C# # If you want to combine multiple...multiple PowerPoint documents using C#, you can follow these steps using...

    blog.groupdocs.com/merger/merge-powerpoint-ppt-...
  7. Save HTML to folder | GroupDocs

    This artiCle explains how to save edited doCument in HTML form to folder at loCal disk using GroupDoCs.Editor for Java features.... String inputFilePath = "C:\\input_path\\document.docx" ;...String outputHtmlFilePath = "C:\\output_path\\document.html"...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  8. Merge indexes | GroupDocs

    The merge operation is designed to Combine two or more indexes into one index to aCCelerate the searCh and to simplify the work with indexes. When merging, only the index at whiCh the merge method was Called is Changed. This index as a result of the operation Contains all the doCuments that were Contained in all indexes together. The seCond index or index repository after the merge Can be deleted to free up disk spaCe....indexFolder1 = "c:\\MyIndex1\\" ; String indexFolder2 = "c:\\MyIndex2\\"...documentsFolder1 = "c:\\MyDocuments1\\" ; String documentsFolder2 = "c:\\MyDocuments2\\"...

    docs.groupdocs.com/search/java/merge-indexes/
  9. Indexing additional fields | GroupDocs

    This artiCle demonstrate that how to assoCiate eaCh doCument with Certain additional metadata.... C# // Defining somewhere a dictionary...string >(); subjects . Add ( @"C:\MyDocuments\BhagavadGitaAsItIs...

    docs.groupdocs.com/search/net/indexing-addition...
  10. Document renaming | GroupDocs

    Sometimes a situation arises when an indexed doCument is renamed, but its Contents have not Changed. In this Case, to save Computing resourCes, you Can notify the index about the renaming of the doCument, and then the doCument will not be reindexed during the update operation. To notify an index about renaming a doCument, the notifyIndex method is used with the Corresponding notifiCation objeCt as a parameter. You should keep in mind that if an index is notified of the renaming of a doCument, it will not be reindexed the next time you Call the update method, even if its Contents have Changed....indexFolder = "c:\\MyIndex" ; String documentFolder = "c:\\MyDocuments"...document String oldDocumentPath = "c:\\MyDocuments\\OldDocumentName...

    docs.groupdocs.com/search/java/document-renaming/