Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 619 for

email to pdf improvement

(0.12 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...Please tell us how we can improve this page. Skip Send Thank...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  2. Load password-protected file | Documentation

    Learn how To load a password-protected file by using .NET redaction API...formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...Please tell us how we can improve this page. Skip Send Thank...

    docs.groupdocs.com/redaction/net/load-password-...
  3. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc... a PDF document Extract the root metadata...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Load password-protected file | Documentation

    Learn how To load a password-protected file by using .NET redaction API...formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...Please tell us how we can improve this page. Skip Send Thank...

    docs.groupdocs.com/redaction/python-net/load-pa...
  5. 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...Please tell us how we can improve this page. Skip Send Thank...

    docs.groupdocs.com/metadata/net/exporting-metad...
  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...Please tell us how we can improve this page. Skip Send Thank...

    docs.groupdocs.com/metadata/java/get-supported-...
  7. 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...Please tell us how we can improve this page. Skip Send Thank...

    docs.groupdocs.com/metadata/java/exporting-meta...
  8. Load document from url | Documentation

    Learn how To Load document from url....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...Please tell us how we can improve this page. Skip Send Thank...

    docs.groupdocs.com/parser/net/load-document-fro...
  9. 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...Please tell us how we can improve this page. Skip Send Thank...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  10. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer To Supported document formats. Detecting the exact type of a document The following sample of code will help you To detect the exact type of a loaded diagram and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getDiagramType method To obtain file format information advanced_usage.... a PDF document Extract the root metadata...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

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