Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 5,796 for

file conversion

(0.08 sec)
  1. 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 getGifImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. How to Add Text Field Annotation in PDF using Java

    This topic will demonstrate how to add text field annotation in PDF using Java. We will also help you in writing code to insert text field annotation to PDF in Java....Conversion Product Family GroupDocs...class by passing the path of PDF file to its constructor Create an...

    kb.groupdocs.com/annotation/java/how-to-add-tex...
  3. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Conversion Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/net/add-document-to-p...
  4. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Conversion Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  5. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 Files....Conversion Product Solution GroupDocs...MPEG audio properties from MP3 files. Note For more information on...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  6. Protect PDF document | GroupDocs

    Protect PDF documents when rendering documents using GroupDocs.Viewer for .NET...Conversion Product Solution GroupDocs...DenyPrinting ; // Create a PDF file. PdfViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/protect-pdf-docum...
  7. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image File types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local File Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Conversion Product Solution GroupDocs...supports adding the following image file types as image watermark: Bmp;...

    docs.groupdocs.com/watermark/java/adding-image-...
  8. Edit document | GroupDocs

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....Conversion Product Solution GroupDocs...edit CSV file How to edit XML file How to edit e-Book file Edit text...

    docs.groupdocs.com/editor/net/edit-document/
  9. Working with Templates | GroupDocs

    Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...invoice.pdf The following sample file is used in this example: Tables...

    docs.groupdocs.com/parser/python-net/working-wi...
  10. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....Conversion Product Solution GroupDocs...as HTML, PDF, PNG, and JPEG files Leave feedback On this page...

    docs.groupdocs.com/viewer/java/render-xml-docum...