Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 6,234 for

file conversion

(0.04 sec)
  1. GroupDocs.Total for Java | GroupDocs

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....Conversion Product Solution GroupDocs...spreadsheets, presentations, PDF files, emails, images, and 3D models...

    docs.groupdocs.com/total/java/
  2. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...Conversion Product Solution GroupDocs...detection algorithm and output file creation by setting the CompareOptions...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  3. Locating signature with different alignments | ...

     This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....Conversion Product Solution GroupDocs...); } } } // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/locating-sign...
  4. Extract emails from Outlook Storage | GroupDocs

    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:...Conversion Product Solution GroupDocs...consists of email documents (msg files). Here are the steps to extract...

    docs.groupdocs.com/parser/java/extract-emails-f...
  5. Load custom fonts | GroupDocs

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Node.js via Java....Conversion Product Solution GroupDocs...getFontDirectories (). add ( 'sample-files/font.otf' ); // Register custom...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  6. Technical Support | GroupDocs

    Get comprehensive technical support for GroupDocs.Total for Python via .NET. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....Conversion Product Solution GroupDocs...product or to create API for new file formats, send us a request at...

    docs.groupdocs.com/total/python-net/technical-s...
  7. 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....Conversion Product Family GroupDocs...is subsequently written to a file, making it ready for use or...

    kb.groupdocs.com/search/java/export-indexed-doc...
  8. Add replies to annotation | GroupDocs

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Conversion Product Solution GroupDocs...// Add annotation and save to file annotator . add ( area ); annotator...

    docs.groupdocs.com/annotation/java/add-replies-...
  9. Sign document with extensions | GroupDocs

    This article shows how to create electronic signatures with additional visual extensions...Conversion Product Solution GroupDocs...shadow ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  10. 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...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/net/working-with-ca...