Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 3,255 for

file format conversion

(0.58 sec)
  1. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT Files. Therefore, for TXT File getStructure method returns null....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  2. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the inFormation contained in the document....Conversion Product Solution GroupDocs...signatures based on certificate files and ability to support digital...

    docs.groupdocs.com/signature/java/features-over...
  3. Extract Hyperlinks from PPTX using C#

    Learn how to extract hyperlinks from PPTX using C# for presentation analysis, content management. This topic also includes code to read hyperlinks from PPTX in C#....Conversion Product Family GroupDocs...or converting PPTX files to other formats, this guide will help...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  4. Working with CAD metadata | GroupDocs

    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); // ....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Other / Working with CAD...

    docs.groupdocs.com/metadata/net/working-with-ca...
  5. Installation | GroupDocs

    This guide helps you quickly install GroupDocs.Watermark for .NET, a powerful library to add, edit, or remove watermarks from PDF, Word, Excel, PowerPoint, Visio, and image Formats. Choose your preferred method below. Install via NuGet (Recommended) Follow these steps to reference GroupDocs.Watermark using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer....Conversion Product Solution GroupDocs...PowerPoint, Visio, and image formats. Choose your preferred method...

    docs.groupdocs.com/watermark/net/installation/
  6. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...Conversion Product Solution GroupDocs...metadata standard. Most image formats support metadata specification...

    docs.groupdocs.com/signature/java/esign-image-w...
  7. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...Conversion Product Solution GroupDocs...metadata standard. Most image formats support metadata specification...

    docs.groupdocs.com/signature/python-net/esign-i...
  8. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract text structure. Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT Files. Therefore, for TXT File getStructure method returns null. If Microsoft Office Word document has no text, getStructure method returns an empty org....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/extract-tables-f...
  9. Create PDF with Image Redaction | GroupDocs

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Conversion Product Solution GroupDocs...save it as a rasterized PDF file (containing images of the original...

    docs.groupdocs.com/redaction/python-net/create-...
  10. Create PDF with Image Redaction | GroupDocs

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Conversion Product Solution GroupDocs...save it as a rasterized PDF file (containing images of the original...

    docs.groupdocs.com/redaction/java/create-pdf-wi...