Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 29,919 for

groupdocs metadata

(0.12 sec)
  1. Convert to XML or JSON data with advanced optio...

    Learn how to convert documents to XML or JSON data using Groupdocs.Conversion for .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/conversion/net/convert-to-da...
  2. Check document password-protection | Documentation

    This article explains how to check whether PDF, Word, Excel, PowerPoint document is password protected or not, and how to do this using Groupdocs.Merger for .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/net/check-document-pa...
  3. Optimize a PDF file for a browser | Documentation

    This topic describes how to optimize PDF file using the Groupdocs.Viewer Java API for web browser or to reduce size....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. Load from local disk | Documentation

    This article explains how to load from local disk while using Groupdocs. Watermarks Java API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/load-from-loc...
  5. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/nodejs-java/searching/
  6. read ID3 tags on GroupDocs Blog | Document Auto...

    read ID3 tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in read ID3 tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Develope......read ID3 tags on GroupDocs Blog | Document Automation Solutions...content in read ID3 tags on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/vi/tag/read-id3-tags/index.xml
  7. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with Groupdocs.Viewer within your Java applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/replace-missing-...
  8. Adjust the image size | Documentation

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by Groupdocs for Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  9. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-in-origi...
  10. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form using Java search API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/nodejs-java/nesting-s...