Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 12,028 for

format

(0.14 sec)
  1. Converting an outlook email .msg file with atta...

    Hello, Using GroupDocs.Conversion.NETFramework v25.11.0, when you convert an email from outlook, Format .msg, into a PDF, and the email contains attachments of PDF Format, the annotations/stamps are lost at conversion. …...convert an email from outlook, format .msg, into a PDF, and the email...contains attachments of PDF format, the annotations/stamps are...

    forum.groupdocs.com/t/converting-an-outlook-ema...
  2. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) Formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported Formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal InFormation Store File OST Microsoft Outlook Offline Data File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Extract data from various formats / Extract data from Emails...Outlook Storage (ost, pst) formats are supported. Also POP, IMAP...

    docs.groupdocs.com/parser/java/extract-data-fro...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the well known structured formats that are vastly used by developers...between JSON and XML data formats. In this article, you will...

    blog.groupdocs.com/groupdocs.blog/page/10/
  4. Compare PDF documents | GroupDocs

    Learn how to compare PDF documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and Formatting differences between PDF files with Python code....identify changes in text, formatting, annotations, and structure...insertions, deletions, and formatting updates Save the comparison...

    docs.groupdocs.com/comparison/python-net/compar...
  5. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the Formatted result of the expression....placeholder is replaced with the formatted result of the expression....enclosed by brackets An optional format string enclosed by double quotes...

    docs.groupdocs.com/assembly/python-net/template...
  6. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from the...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. How to Edit XML Files in Java | Java API for XM...

    Edit or update XML data within your Java applications. Modify XML files and save the changes in various Formats using Editing Java API ....documents of various file formats. In this article, we will use...different formats. Save the updated XML in any format using the...

    blog.groupdocs.com/editor/edit-xml-files-in-java/
  8. Features Overview | GroupDocs

    The main feature of GroupDocs.Editor for Node.js is an ability to edit most popular document Formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit Word Processing documents, Spreadsheets or Presentations....edit most popular document formats using front-end WYSIWYG editors...it back to original document format. Editing options and output...

    docs.groupdocs.com/editor/nodejs-java/features-...
  9. Save signed Pdf with different output file type...

    This article explains how to save signed PDF document with various file Formats by GroupDocs.Signature API....documents with different formats / PDF → format Save signed Pdf with...signed documents to different formats. Each of document type has...

    docs.groupdocs.com/signature/java/save-signed-p...
  10. How to Convert DOCX to PPTX using Java

    This topic provides instructions on how to convert DOCX to PPTX using Java. Also, we will assist you in creating a Java application to export DOCX to PPTX in Java....converted to other supported file formats using the conversion library...transformation from DOCX to PPTX format Create an instance of the Converter...

    kb.groupdocs.com/conversion/java/how-to-convert...