Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 1,077 for

view file

(0.06 sec)
  1. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize spreadsheets in a PDF File using the GroupDocs.Viewer .NET API (C#)....output PDF file / Optimize spreadsheets in a PDF file Optimize...Optimize spreadsheets in a PDF file Leave feedback On this page This...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Optimize the PDF file resources | Documentation

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java API to reduce size....Optimize the output PDF file / Optimize the PDF file resources Optimize...Optimize the PDF file resources Leave feedback On this page Resource...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  3. Optimize the PDF file resources | Documentation

    Reduce PDF File size with GroupDocs.Viewer. Optimize images, remove data, and more for smaller output Files....Optimize the output PDF file / Optimize the PDF file resources Optimize...Optimize the PDF file resources Leave feedback On this page Resource...

    docs.groupdocs.com/viewer/python-net/optimizati...
  4. ASP.NET WebForms Modern UI Document Viewer v2.1...

    GroupDocs is pleased to announce another release of ASP.NET WebForms Modern UI Document Viewer v2.1.0 using GroupDocs.Viewer for .NET 18.1. This release v2.1.0 comes up with new features and improvements for Search, Print and File Manager to View document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version....for Search, Print and File Manager to view document in both HTML...version v2.1.0 . Upload Document View List of Uploaded Documents Select...

    blog.groupdocs.com/viewer/asp.net-webforms-mode...
  5. 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....Optimize the output PDF file / Optimize a PDF file for a browser Optimize...Optimize a PDF file for a browser Leave feedback On this page This...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  6. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF File using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the File size....Optimize the output PDF file / Optimize the PDF file by removing unused...unused resources Optimize the PDF file by removing unused resources...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  7. Optimize spreadsheets in a PDF file | Documenta...

    Optimize spreadsheets in PDFs. Reduces File size by enabling border lines and removing specific characters....output PDF file / Optimize spreadsheets in a PDF file Optimize...Optimize spreadsheets in a PDF file Leave feedback On this page This...

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. 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....Specify file type when loading a document Specify file type when...feedback You can specify the file type using . The following code...

    docs.groupdocs.com/viewer/java/specify-file-typ...
  9. GroupDocs.Viewer for .NET - ASP.NET MVC Documen...

    GroupDocs is pleased to announce another release of ASP.NET MVC Modern UI Document Viewer v1.5.0 using GroupDocs.Viewer for .NET 18.3. This release v1.5.0 comes up with new features and improvements for Paging, .MSG Attachments and File Manager to View document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version....MSG Attachments and File Manager to view document in both HTML...version v1.5.0 . Upload Document View List of Uploaded Documents Select...

    blog.groupdocs.com/viewer/groupdocs.viewer-.net...
  10. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported File types. An example of obtaining a list of supported File types is presented below. Iterable<FileType> supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType FileType = (FileType)iterator.next(); System.out.println(FileType.getExtension() + " - " + FileType.getDescription()); } 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....Get supported file formats Get supported file formats Leave feedback...to obtain a list of supported file types. An example of obtaining...

    docs.groupdocs.com/metadata/java/get-supported-...