Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 46,598 for

c

(0.04 sec)
  1. How to merge archives to ZIP using Java | Docum...

    Learn how to merge arChives to ZIP file, Combine arChives into one ZIP file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.zip" ); { // Add another...file to merge merger . join ( "c:\sample2.zip" ); // Merge archive...

    docs.groupdocs.com/merger/java/getting-started/...
  2. Indexing additional fields | Documentation

    Sometimes when indexing, it is neCessary to assoCiate eaCh doCument with Certain additional metadata, for example, a set of tags, a number in the library Catalog, the subjeCt of a doCument, etC. To aCComplish this task, additional fields Can be added to eaCh indexed doCument in addition to those already in the doCument itself. Additional fields are assoCiated with the doCument through the arguments of the FileIndexing event that oCCurs before indexing eaCh added doCument.... put ( "C:\\MyDocuments\\BhagavadGitaAsItIs...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/indexing-additio...
  3. Online Word Viewer

    DoCument Automation APIs to enriCh .NET and Java appliCations to view, edit, annotate, Convert, Compare, e-sign, parse, split, merge, redaCt, or Classify doCuments of almost all the popular file formats....Viewer API 在 C#、Java、Python 和 Node.js 中集成文档查看。...

    blog.groupdocs.com/zh/tag/online-word-viewer/
  4. Render Word documents as HTML, PDF, and image f...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert Word doCuments to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-word-docum...
  5. DOCX Viewer

    DoCument Automation APIs to enriCh .NET and Java appliCations to view, edit, annotate, Convert, Compare, e-sign, parse, split, merge, redaCt, or Classify doCuments of almost all the popular file formats....Viewer API 在 C#、Java、Python 和 Node.js 中集成文档查看。...

    blog.groupdocs.com/zh/tag/docx-viewer/
  6. Merge Open Document files | Documentation

    Learn how to merge Open DoCument files, Combine ODT, ODS, ODP files into one file programmatiCally in C# language using GroupDoCs.Merger for .NET library....ODT files with several lines of C# code: Create an instance of class...Merger merger = new Merger ( @"c:\sample1.odt" )) { // Add another...

    docs.groupdocs.com/merger/net/merge/open-document/
  7. In-Table Master-Detail in Word Processing Docum...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate an In-Table Master-Detail report in Word ProCessing DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table Master-Detail in MiCrosoft Word DoCument Creating a In-Table Master-Detail PraCtising the following steps you Can Create In-Table Master-Detail Template in MS Word 2013. CliCk the doCument where you want to add the table.... Sum ( c => c. Price )]>> <<foreach [in Order...Sum ( m => m. Order . Sum ( c => c. Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-master...
  8. Convert images with optical character recogniti...

    In this artiCle, you will learn how to Convert an image file to text or PDF using OCR with 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...
  9. Customize watermarks | Documentation

    This artiCle shows how to adjust text or image watermarks to your needs....watermarker = new Watermarker ( "C:\\Docs\\sample.docx" )) { // Specify...document watermarker . Save ( "C:\\Docs\\watermarked-sample.docx"...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  10. Perform Text Search in Documents Online

    UnloCk the power of text searCh using GroupDoCs.SearCh! Learn how to searCh text-based doCuments using regular expressions....Just use a few lines of code in C# or Java to swiftly scan through...multiple files across folders: C# Java Explore these helpful links...

    blog.groupdocs.com/search/online-text-search/