Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 2,797 for

image annotation

(0.06 sec)
  1. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML Editor or by any UI-less service within any Java based application. GroupDocs.Editor for Javais a powerful document editing API that allows converting supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made Easily manage complex documents editing operations by adding just a few lines of code within any type of Java application....properties and read/update/remove image cover tag in MP3 file format...Word, Excel, PowerPoint and image files. Read more details here...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  2. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preview for any page of an existing WordProcessing document in SVG format using GroupDocs.Editor for Node.js via Java....Annotation Product Solution GroupDocs...format supported by numerous image viewers and modern browsers...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  3. Convert a Document to Multiple Page Files | Gro...

    Learn how to convert a single multi-page document into individual page files in various formats using GroupDocs.Conversion for Python via .NET....Annotation Product Solution GroupDocs...presentation to a PNG image and save the output images to a specified...

    docs.groupdocs.com/conversion/python-net/develo...
  4. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....Annotation Product Solution GroupDocs...Spreadsheets, etc.) and multi-frame images. Remove page range In the example...

    docs.groupdocs.com/redaction/net/remove-page-re...
  5. Add watermarks to PDF documents | GroupDocs

    Add watermarks to PDF pages, Images, and attachments using Python via .NET....Annotation Product Solution GroupDocs...a particular page or to all images/attachments on a page. Adding...

    docs.groupdocs.com/watermark/python-net/add-wat...
  6. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...Annotation Product Solution GroupDocs...document Specify the JPEG image quality Set image size limits Optimize...

    docs.groupdocs.com/viewer/python-net/rendering-...
  7. GroupDocs.Viewer for Node.js via Java

    This API allows you to view and render any type of file format using Node.js on any platform....Annotation Product Family GroupDocs...js Render Word Document to Image using Node.js Render Word to...

    kb.groupdocs.com/viewer/nodejs/
  8. Add watermarks to diagram documents | GroupDocs

    Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps....Annotation Product Solution GroupDocs...textWatermarkOptions ); // Initialize image watermark using ( ImageWatermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF Image and extract some additional file format information. Load a GIF Image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Annotation Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. How to Extract Images from Word Document in C#

    Easily extract Images from Word document in C# in just a few lines of code and learn how to write code to develop the application for C# Image extractor from Word....Annotation Product Family GroupDocs...Product Family How to Extract Images from Word Document in C# In...

    kb.groupdocs.com/parser/net/how-to-extract-imag...