Sort Score
Result 10 results
Languages All
Labels All
Results 5,281 - 5,290 of 17,206 for

file

(1.67 sec)
  1. result.docx

    1 Behind sOOner dining so window excuse he Summer. 2 Breakfast Met certainty and fulfilled propriety led. 3 Behind sooner dining so window excuse He summer. 4 Barton did feebly change man she Affor......software engineers use to work with file formats in the applications...

    docs.groupdocs.com/comparison/python-net/_outpu...
  2. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for .NET....to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/extract-pages/
  3. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...

    docs.groupdocs.com/annotation/java/save-only-an...
  4. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  5. Advanced Usage | GroupDocs

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Saving With External Resource Files Working with List Reports -...DocumentTable Objects from a Single File as a Single Operation Defining...

    docs.groupdocs.com/assembly/java/advanced-usage/
  6. Get comparison result as an object model | Grou...

    Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...object model after comparing files. To get the result document...Document object, you can access the file name, detected changes, stream...

    docs.groupdocs.com/comparison/python-net/get-re...
  7. Load CAD document with options | GroupDocs

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for Java API....handling and converting CAD files (such as DWG, DXF, and others)...with_layers_and_layouts.dwg is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/load-cad-doc...
  8. Watermarks in word processing document | GroupDocs

    Add shape-based watermarks to Word documents with a name, alternative text, and text/image effects using GroupDocs.Watermark for Python via .NET....png are the sample files used in this example. Download...Download and . output.docx Binary file (DOCX, 120 KB) For a text watermark...

    docs.groupdocs.com/watermark/python-net/waterma...
  9. GroupDocs.Viewer 2.0 - New Features and Improve...

    Greetings! This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going to continue describing the core updates that the library has seen in the second major release. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful text search improvements....PDF instead of the original file (please see how to configure...the size of the sprites.png file. 4. Plenty of other minor features...

    blog.groupdocs.com/viewer/new-features-and-impr...
  10. Generate document preview | GroupDocs

    Render document pages to preview images with GroupDocs.Annotation for Python via .NET using PreviewOptions and page-stream callbacks....render document pages to image files (PNG, JPEG, or BMP). You configure...open streams so each page's file can be closed after it is written...

    docs.groupdocs.com/annotation/python-net/genera...