Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 1,965 for

image to pdf

(0.09 sec)
  1. Merge PowerPoint Presentations | Documentation

    This article demonstrates how To merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Java....file formats as well such as PDF, BMP, PNG, JPEG, and XPS. Common...All the slides accompany the images, sounds and other embedded...

    docs.groupdocs.com/merger/java/merge/powerpoint/
  2. Compare Multiple Word Files in Java | Accept or...

    Compare two or more DOC/DOCX files in Java using document Comparison API. Highlight the differences and accept or reject changes within Word docs....Release Notes See Also # Compare Images in Java CSV Files Comparison...Java Compare Text, Word, and PDF Files using Java Difference Library...

    blog.groupdocs.com/comparison/compare-multiple-...
  3. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed To be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files To extract information about archived files The following code snippet shows how To get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/working-with-zi...
  4. Handling the APEv2 tag | Documentation

    This article explains how To handle APEv2 tag....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/handling-the-ap...
  5. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/working-with-in...
  6. Handling the APEv2 tag | Documentation

    This article explains how To handle APEv2 tag....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/handling-the-a...
  7. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a Torrent file or METAINFO is a computer file that contains metadata about files and folders To be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A Torrent file does not contain the content To be distributed; it only contains information about those files, such as their names, sizes, folder structure, and crypTographic hash values for verifying file integrity....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/working-with-t...
  8. Introduction | Documentation

    This article explains main principles and stages of editing documents programmatically with GroupDocs.EdiTor for .NET API....different options, stylesheets, images, fonts, save HTML-document...document of some format (like DOCX, PDF, or XLSX, for example). At this...

    docs.groupdocs.com/editor/net/introduction/
  9. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature To read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/working-with-c...
  10. Introduction | Documentation

    This is an introduction To editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....different options, stylesheets, images, fonts, save the HTML document...document in some format (like DOCX, PDF, or XLSX). At this stage, you...

    docs.groupdocs.com/editor/nodejs-java/introduct...