Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 1,941 for

image to pdf

(0.04 sec)
  1. Load from a stream | Documentation

    This example demonstrates how To load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path To your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  2. Annotate VSS and VSD Diagram formats using Grou...

    GroupDocs team is glad To announce another monthly release of document annotation API, where new file formats are introduced in supporting document format list and also new features are introduced . The latest GroupDocs.Annotation for .NET 17.6.0 API now provides support To annotate VSD and VSS Diagram file formats along with Improvements and Fixes. We recommend our user To download the latest API release To use new exciting features and enhance their application with GroupDocs....to process CAD documents as PDF GetPages method for Email documents...GetDocumentInfo method for images documents Fix - Internal Exception...

    blog.groupdocs.com/annotation/annotate-vss-vsd-...
  3. sample-app.zip

    sample-app/sample.Pdf This document contains a variety of formatted elements that are used To test document rendering quality during file conversion Source Sans Pro Light, 14 pt. Simple text in Tim......pdf This document contains a variety of formatted...the same way in Word and in Pdf. This text has shading and highlighting...

    docs.groupdocs.com/viewer/nodejs-java/sample-fi...
  4. Exporting metadata properties | Documentation

    This article provides the knowledge that how To export metadata properties To an Excel workbook....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/exporting-metad...
  5. Exporting metadata properties | Documentation

    This article provides the knowledge that how To export metadata properties To an Excel workbook in Java...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/exporting-meta...
  6. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used To obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); IteraTor iteraTor = supportedFileTypes.iteraTor(); while (iteraTor.hasNext()) { FileType fileType = (FileType)iteraTor.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/get-supported-...
  7. Load a file of a specific format | Documentation

    This example demonstrates how To load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file To load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path To your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties To extract or edit metadata System....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  8. Working with interpreted values | Documentation

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

    docs.groupdocs.com/metadata/nodejs-java/working...
  9. Clean metadata | Documentation

    Sometimes you may need To just remove all or clean metadata properties without applying any filters. The best way To do this is To use the Sanitize method....pdf" ); // Remove detected metadata...); metadata . save ( "output.pdf" ); } As a result, we get a sanitized...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  10. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, Pdf files or compare text files in CSharp....files, compare excel files, PDF documents or even compare text...VSDX, VSS, VST, VDX Portable PDF Note Taking ONE Web HTM, HTML...

    blog.groupdocs.com/comparison/compare-excel-wor...