Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 8,183 for

file merger

(0.07 sec)
  1. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Merger Product Solution GroupDocs...imageAppearance ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  2. Rendering CAD to HTML | Documentation

    This article demonstrates how to convert CAD drawings to HTML with GroupDocs.Viewer within your Java applications....Merger Product Solution GroupDocs...styles are located in one HTML file. Was this page helpful? Not...

    docs.groupdocs.com/viewer/java/how-to-convert-c...
  3. Save only annotated pages | Documentation

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

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

    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:...Merger Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  5. Basic usage | Documentation

    Quick Start section for GroupDocs.Parser API Parse your documents and extract data easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to parse them and extract data using GroupDocs.Parser API....Merger Product Solution GroupDocs...GroupDocs.Parser API. Get supported file formats Get document info Get...

    docs.groupdocs.com/parser/net/basic-usage/
  6. Control temporary files | Documentation

    This article explains how to control temporary Files used by GroupDocs.Comparison for Java....Merger Product Solution GroupDocs...Control temporary files Control temporary files Leave feedback On...

    docs.groupdocs.com/comparison/java/control-temp...
  7. Retrieve CAD layers and layouts | GroupDocs.Vie...

    This article explains how to retrieve information about CAD drawings with GroupDocs.Viewer within your .NET applications when we are going to create a DWG Viewer....Merger Product Solution GroupDocs...CadViewInfo; Console.WriteLine( "File type: " + viewInfo.FileType);...

    docs.groupdocs.com/viewer/net/how-to-get-cad-la...
  8. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Merger Product Solution GroupDocs...$"D:/result_{pageNumber}.png" ; return File . Create ( pagePath ); }); annotator...

    docs.groupdocs.com/annotation/net/loading-custo...
  9. GroupDocs.Comparison for Node.js via Java | Doc...

    GroupDocs.Compairson for Java developer documentation. Learn how to diff docx, pptx, and pdf Files using Java....Merger Product Solution GroupDocs...differences between source and target files across paragraph, word, and...

    docs.groupdocs.com/comparison/nodejs-java/
  10. Working with saved Emails | Documentation

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The Files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Merger Product Solution GroupDocs...Thunderbird, and Postbox. The files contain the email contents as...

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