Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 6,234 for

file conversion

(0.04 sec)
  1. Extract Metadata from PDF Documents in C# .NET ...

    Learn how to extract metadata from PDF Files in C# using GroupDocs.Parser for .NET. Get document properties such as title, author, subject, creation date, and more....Conversion Product Solution GroupDocs...PDF Documents in C# .NET PDF files often contain metadata such...

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. Export Data | GroupDocs

    How to export data to XML Files....Conversion Product Solution GroupDocs...functionality to export data to XML files. class is used for this. The...

    docs.groupdocs.com/parser/java/export-data/
  3. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom File at any location on the local disc or a even a Stream...Conversion Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/net/save-to-stream/
  4. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached File is supported by GroupDocs....Conversion Product Solution GroupDocs...()) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  5. Extract Text from DOCX using C#

    This article explains how to extract text from DOCX using C#. It also provides code example to help you implement text extraction from DOCX in C# projects....Conversion Product Family GroupDocs... Extracting text from DOCX files is a common requirement in many...

    kb.groupdocs.com/parser/net/extract-text-from-d...
  6. 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:...Conversion Product Solution GroupDocs...Information Store File Microsoft Outlook Offline Data File More resources...

    docs.groupdocs.com/parser/java/extract-data-fro...
  7. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API....Conversion Product Solution GroupDocs...overhead of saving stream as a file on disk, enables you to work...

    docs.groupdocs.com/signature/java/load-document...
  8. Add Search Text Annotation to PDF using Java

    Efficiently grasp the knowledge on how to add search text annotation to PDF using Java. Moreover, we offer code to insert search text annotation in PDF using Java....Conversion Product Family GroupDocs...search text annotations in PDF files through the versatility of Java...

    kb.groupdocs.com/annotation/java/add-search-tex...
  9. Font embedding options | GroupDocs

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor for Python via .NET API....Conversion Product Solution GroupDocs...resembles the “Embed fonts in the file” option with all sub-options...

    docs.groupdocs.com/editor/python-net/font-embed...
  10. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to a particular slide, master, layout, or notes slide using GroupDocs.Watermark for Python via .NET....Conversion Product Solution GroupDocs...presentation.pptx is the sample file used in this example. Click...

    docs.groupdocs.com/watermark/python-net/add-wat...