Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 3,503 for

view

(0.09 sec)
  1. How to run GroupDocs.Viewer in Docker | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....docx" )) { // Configure view options HtmlViewOptions viewOptions...Render DOCX to HTML viewer . View ( viewOptions ); } } } } formatting...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  2. Upcoming Release of GroupDocs.Search for Java

    We are about to release GroupDocs.Search for Java, a full-featured, back-end API that could easily be utilized by Java developers in their projects. It is a fascinating document search API that extracts text and metadata from documents. Furthermore, it performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithms. API also supports full-text search. Features Offered by GroupDocs.Search for JavaGroupDocs will keep on updating this API with new features....changes to file in index folder View progress percentage of indexing...

    blog.groupdocs.com/search/upcoming-release-of-g...
  3. Load password-protected documents | GroupDocs

    This article explains how to open password-protected document with GroupDocs.Viewer within your Java applications.... view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/load-password-pr...
  4. Reduce image quality | GroupDocs

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API.... view ( viewOptions ) if __name__...

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. Load from stream | GroupDocs

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer.... view ( options ) if __name__ == "__main__"...

    docs.groupdocs.com/viewer/python-net/load-docum...
  6. Subset fonts | GroupDocs

    Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage.... view ( viewOptions ) if __name__...

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Working with DICOM metadata | GroupDocs

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // .... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-di...
  8. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Node.js via Java.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/nodejs-java/working...
  9. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  10. Set image resolution | GroupDocs

    Reduce PDF image resolution by adjusting compression and resizing options within the GroupDocs.Viewer API.... view ( viewOptions ) if __name__...

    docs.groupdocs.com/viewer/python-net/optimizati...