Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 6,033 for

file comparison

(0.07 sec)
  1. Adding class name to input controls | GroupDocs

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, check-boxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for Java API features....Comparison Product Solution GroupDocs...demonstrates editing a sample DOCX file “Fields.docx”, that contains...

    docs.groupdocs.com/editor/java/adding-class-nam...
  2. How to Convert PDF to Word in Java

    Take look at how to convert PDF to Word in Java for document conversion and use the sample code to convert PDF to DOCX using Java in your projects straight away....Comparison Product Family GroupDocs...class and load the source PDF file Create an instance of the WordProcessingConver...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Save to stream | GroupDocs

    You might need to save a document to any custom File at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream FileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_File....Comparison Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/java/save-to-stream/
  4. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Comparison Product Solution GroupDocs...text of a document into a file, this file can be opened by an Internet...

    docs.groupdocs.com/search/java/getting-indexed-...
  5. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The Files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Comparison Product Solution GroupDocs...Thunderbird, and Postbox. The files contain the email contents as...

    docs.groupdocs.com/metadata/net/working-with-sa...
  6. Limitations when rendering CAD drawings | Group...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....Comparison Product Solution GroupDocs...config or web.config project files. The following example shows...

    docs.groupdocs.com/viewer/net/limitations-when-...
  7. Load document from stream | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....Comparison Product Solution GroupDocs...C# using ( documentStream = File . OpenRead ( "input.pdf" ))...

    docs.groupdocs.com/annotation/net/load-document...
  8. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Comparison Product Solution GroupDocs...text of a document into a file, this file can be opened by an Internet...

    docs.groupdocs.com/search/net/getting-indexed-d...
  9. Load from stream | GroupDocs

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications....Comparison Product Solution GroupDocs...stream without saving it as a file on a disk. You can use this...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Swap pages | GroupDocs

    This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for Java....Comparison Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/java/swap-pages/