Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 29,726 for

groupdocs parser

(0.11 sec)
  1. NoClassDefFoundError javax/xml/bind/DatatypeCon...

    This article is about NoClassDefFoundError: javax/xml/bind/DatatypeConverter...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/noclassdeffounde...
  2. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  3. Load document from FTP | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using Groupdocs.Annotation for Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/annotation/java/load-documen...
  4. Reduce image quality | Documentation

    This topic describes how to compress images in PDF file using the Groupdocs.Viewer .NET API (C#)....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  5. Convert font formats | Documentation

    This article demonstrates how you can convert font formats with Groupdocs.Conversion for Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/conversion/java/convert/font/
  6. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/how-to-optimize-...
  7. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/select-specif...
  8. How to Run Examples | Documentation

    This article describes how to run Java Search API code examples....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/nodejs-java/how-to-ru...
  9. GroupDocs.Total for .NET | Documentation

    Groupdocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by Groupdocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/total/net/
  10. Add search text annotation | Documentation

    The page describes how to add search text annotation to a document using Groupdocs.Annotation for .NET."...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/annotation/net/add-search-te...