Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 6,066 for

file comparison

(0.56 sec)
  1. 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....Comparison Product Solution GroupDocs...SpreadsheetContent . class ); File file = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  2. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Comparison Product Solution GroupDocs... get_Item ( 0 ); File imageFile = new File ( "background.png"...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Word Files on GroupDocs Blog | Document Automat...

    Word Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Word Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Pan......Word Files on GroupDocs Blog | Document Automation Solutions...Developers Recent content in Word Files on GroupDocs Blog | Document...

    blog.groupdocs.com/id/tag/word-files/index.xml
  4. Sign documents with standard QR-code entries | ...

    This article explains how to create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...Comparison Product Solution GroupDocs...( 100 ); // sign document to file signature . sign ( "output.pdf"...

    docs.groupdocs.com/signature/java/sign-document...
  5. Generate Output in Same Format as Template | Gr...

    Save assembled documents in the same format as the template (e.g., DOCX to DOCX, XLSX to XLSX)....Comparison Product Solution GroupDocs...format is determined by the file extension of the output path...

    docs.groupdocs.com/assembly/net/basic-usage-sam...
  6. Index Browser | GroupDocs

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Comparison Product Solution GroupDocs...button and select the license file to work with the GroupDocs.Search...

    docs.groupdocs.com/search/net/index-browser/
  7. Index Browser | GroupDocs

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Comparison Product Solution GroupDocs...button and select the license file to work with the GroupDocs.Search...

    docs.groupdocs.com/search/java/index-browser/
  8. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Comparison Product Solution GroupDocs...various sources: From files in the file system. From a stream...

    docs.groupdocs.com/search/java/indexing-from-di...
  9. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents. By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Comparison Product Solution GroupDocs...Processing document template file has been used. Therefore, the...

    docs.groupdocs.com/assembly/net/use-of-in-line-...
  10. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options....Comparison Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/search-text/