Sort Score
Result 10 results
Languages All
Labels All
Results 4,261 - 4,270 of 8,351 for

document viewer

(0.07 sec)
  1. Render CAD files | Documentation

    This section describes how to use GroupDocs.Viewer for .NET (C#) to convert CAD files to PDF, HTML, PNG, and JPEG formats....Viewer Product Solution GroupDocs...Ask AI GroupDocs Documentation / GroupDocs.Viewer Product Family...

    docs.groupdocs.com/viewer/net/render-cad-files/
  2. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/product-overview/
  3. How to Convert DOCX to XPS using Java

    In this topic, you'll find guidance on how to convert DOCX to XPS using Java.We'll help you with an application that enables you to export DOCX to XPS using Java....Viewer Product Family GroupDocs.Comparison...converting a DOCX file into an XPS document, along with a code snippet...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Convert JPG to PDF using Java

    By following this topic closely, you'll learn how to convert JPG to PDF using Java. Additionally, we'll provide you with the code to export JPG to PDF using Java....Viewer Product Family GroupDocs.Comparison...skill broadens horizons in document processing and management...

    kb.groupdocs.com/conversion/java/convert-jpg-to...
  5. How to Compare Text Files in Java

    Get yourself familiar with the process to compare text files in Java and learn how to create Java code to compare two text files word by word....Viewer Product Family GroupDocs.Comparison...feature. We have completed the document comparison by consuming a...

    kb.groupdocs.com/comparison/java/how-to-compare...
  6. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from Documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online Document search App Along with full featured .NET library we provide simple, but powerful free Apps....Viewer Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/searching/
  7. Saving | Documentation

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output Document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedOptions indicates whether to save only annotated pages or not. For details, see the following pages:...Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/saving/
  8. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted Document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the Document in original format overwriting original file redactor.save(options); } } finally { redactor....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  9. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books GetText and GetText(pageIndex) methods is used. These methods allow to extract text from the entire Document or a text from the selected page. Raw mode is not supported for EPUB....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-text-from...
  10. Extract metadata from Emails | Documentation

    Extract metadata from emails by using GetMetaData method....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-metadata-...