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

edit

(0.04 sec)
  1. SugarCRM Plugin Tutorial Using GroupDocs Viewer...

    GroupDocs offers a full set of document management tools for SugarCRM: we’ve developed a bunch of plugins which help you use Viewer, Annotation, Assembly, Comparison and Signature apps in SugarCRM. This article gives some recommendations on how to create your own custom plugin for SugarCRM. We will use the GroupDocs Viewer plugin for SugarCRM as an example. SugarCRM is an open-platform web-based CRM solution which has an on-demand cloud platform. Today we show you how to create an on-site version plugin..../\*\*\*\*\ \* SugarCRM Community Edition is a customer relationship...need views. To edit the plugin page, we need the edit.view.php file...

    blog.groupdocs.com/total/sugarcrm-plugin-tutori...
  2. Font extraction options | Documentation

    Learn this guide to know about extracting fonts from input Word document when Editing with GroupDocs.Editor API..../ Developer Guide / Edit document / Edit Word document / Font... However, after this, user edits the document, and removes all...

    docs.groupdocs.com/editor/net/font-extraction-o...
  3. Date field in template populated as plain text ...

    Hi, we found that the date field is populated as a plain text in template “Template_GeneratedByGroupDocs.doc”(one attached here) instead of driven by formula. we can view the formula for the date field in template “Tem…...dotnet , webforms , document-editing ayyappanprofile October 19...document content is loaded and edited. So, concluding: at this moment...

    forum.groupdocs.com/t/date-field-in-template-po...
  4. Find metadata properties | Documentation

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....the name of the person last edited the document and all properties...date/time the document was last edited. For more information on supported...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  5. Font extraction options | Documentation

    Learn this guide to know about extracting fonts from input Word document when Editing with GroupDocs.Editor API..../ Developer Guide / Edit document / Edit Word document / Font... However, after this, user edits the document, and removes all...

    docs.groupdocs.com/editor/java/font-extraction-...
  6. Chart Series Coloring in Presentation Document ...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Presentation Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS PowerPoint 2013: Create a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Worksheet template to your document Edit the Worksheet with your data...

    docs.groupdocs.com/assembly/net/chart-series-co...
  7. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/remove-metadat...
  8. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/handling-the-id...
  9. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

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