Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 2,602 for

view

(0.03 sec)
  1. Enhance Your SharePoint Environment with a Mult...

    GroupDocs.Comparison for .NET is a downloadable library designed to let developers seamlessly add multi-format document comparison functionality to their own applications or 3rd party services. It allows end users to compare two versions of a document in a web-browser without having to install original software used to create the documents. Supported file formats include: PDF, Microsoft Word, Excel, PowerPoint, plain text, HTML and ODT. Today we’re pleased to announce the release of a plugin that allows developers to integrate GroupDocs....using a redline “Track Changes” view approach, which should be familiar...

    blog.groupdocs.com/comparison/enhance-sharepoin...
  2. Optimize the PDF file resources | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size.... view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  3. Remove form fields | Documentation

    This topic describes how to remove form fields from PDF file using the GroupDocs.Viewer Java API.... view ( viewOptions ); } The following...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. Remove annotations | Documentation

    This topic describes how to remove annotations from PDF file using the GroupDocs.Viewer Java API.... view ( viewOptions ); } The following...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  5. Remove form fields | Documentation

    Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options.... view ( viewOptions ) The following...

    docs.groupdocs.com/viewer/python-net/optimizati...
  6. Convert to grayscale | Documentation

    Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API.... view ( viewOptions ) The following...

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Specify file type when loading a document | Doc...

    This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your Java applications.... view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/specify-file-typ...
  8. Working with metadata in WEBP images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Render to PDF | Documentation

    Rendering files to PDF with GroupDocs.Viewer for Node.js via Java. It means that you can embed PDF in websites or applications by using this Java API... view ( viewOptions ) For details...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  10. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...