Sort Score
Result 10 results
Languages All
Labels All
Results 7,841 - 7,850 of 46,667 for

(c )

(0.05 sec)
  1. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/searching-wat...
  2. 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...
  3. 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...
  4. 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-...
  5. 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...
  6. 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...
  7. 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/...
  8. 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/...
  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-...