Sort Score
Result 10 results
Languages All
Labels All
Results 4,341 - 4,350 of 14,049 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. GroupDocs.Viewer.for.Java pdf conversion issues...

    Hi, We are working on migrating to GroupDocs for java form GroupDocs for .Net. There seems to be an issue with conversion of some pdf Files. 133d0a13-88f2-434e-a7a1-23579c4c5670.pdf (399.2 KB) Resulting conversion us…...with conversion of some pdf files. 133d0a13-88f2-434e-a7a1-23579c4c5670...I’ve checked the attached PDF file and 2 images, and also converted...

    forum.groupdocs.com/t/groupdocs-viewer-for-java...
  3. 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...
  4. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV Files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....(MKV) files Working with metadata in Matroska (MKV) files Leave...format-specific information from MKV files. The following are the steps...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. 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...
  6. 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...
  7. 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-...
  8. 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...
  9. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...10 } }; // sign document to file signature . Sign ( "QrCodeEncryptedObjec...generate QR codes and/or sign your files with QR codes for free, you...

    docs.groupdocs.com/signature/net/sign-documents...
  10. 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...