Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 14,620 for

file

(0.07 sec)
  1. Extract Hyperlinks from DOC using C#

    Learn how to extract hyperlinks from DOC using C# efficiently. We will provide you a code example to read hyperlinks from DOC in C# for tasks like data extraction....using C# Hyperlinks in DOC files serve as essential connectors...hyperlinks embedded within the DOC file effortlessly Iterate through...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  2. Spot the Difference - Compare Images Online

    Compare images using the free online image comparison tool. Developers can use .NET, Java, and Cloud API to build an image comparison application....allow you to save the comparison file, which you can then share or...following code to load the files and compare: // Compare JPG...

    blog.groupdocs.com/comparison/compare-images-on...
  3. Phrase Search in Documents using Java

    Learn to perform phrase search in documents using Java. Explore methods to search documents by phrases in Java and simplify your document search tasks....specific phrases within indexed files. This capability is especially...exact phrase in the indexed files. Alternatively, you can build...

    kb.groupdocs.com/search/java/phrase-search-in-d...
  4. Change Page Orientation of Word Document in Java

    Change the orientation of pages in Word DOC/DOCX documents in Java. Set pages as portrait or landscape within applications using GroupDocs....page orientation of DOC/DOCX files. For the details and other features...the selected pages of a DOCX file to the portrait. Similarly,...

    blog.groupdocs.com/merger/change-page-orientati...
  5. Load Markup document with options | Documentation

    Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for Java API....can efficiently manage markup files like HTML and MHTML, enabling...html groupdocs.html is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/load-markup-...
  6. eSign document with Image signature | Documenta...

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....signature such as image content by file or stream, location, colors...signatures and/or sign your files with them for free, you can...

    docs.groupdocs.com/signature/net/esign-document...
  7. Extract emails from Outlook Storage | Documenta...

    To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook Storage item can contain the following metadata: Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg Files). Here are the steps to extract an email text from outlook storage:...consists of email documents (msg files). Here are the steps to extract...attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-emails-f...
  8. 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.CadPackage property. The following code snippet reads metadata associated with a CAD File. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....read basic metadata in CAD files. The supported CAD formats are:...metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-ca...
  9. Export Indexed Documents to HTML using Java

    Discover how to export indexed documents to HTML using Java with simple steps. Use Java export indexed documents to HTML to enhance document organization efficiently....is subsequently written to a file, making it ready for use or...

    kb.groupdocs.com/search/java/export-indexed-doc...
  10. GroupDocs.Assembly for .NET Library – Introduction

    We are pleased to announce the release of the new library that enhances a set of our document collaboration tools - GroupDocs.Assembly for .NET. The library generates PDF and Word documents from templates by automatically filling out merge fields with custom data. If your company or a client have to create tens or hundreds of documents by filling out standard templates with data obtained through user input or from a DB, this library can be of great help....that supports PDF or DOC/DOCX file editing. 2. GroupDocs.Assembly’s...

    blog.groupdocs.com/assembly/groupdocs-assembly-...