Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 5,794 for

editor

(0.09 sec)
  1. Reduce image quality | GroupDocs

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer .NET API (C#)....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Render specific pages | GroupDocs

    This article explains how to view specific pages when processing documents with GroupDocs.Viewer within your Java applications....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/view-specific-pa...
  3. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-optimize-...
  4. Adjust the JPEG image quality | GroupDocs

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  5. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/extend-support...
  6. Select specific pages for rasterized PDF | Grou...

    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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/select-specif...
  7. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  8. Technical Support | GroupDocs

    GroupDocs.Comparison for Node.js via Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/nodejs-java/techn...
  9. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Node.js via Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  10. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-b...