Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 5,525 for

editor

(0.85 sec)
  1. Read MP3 Tags using C# - (ID3, Lyrics, APE) | ....

    Extract MP3 tags from the mp3 files using C#. Read the ID3v1, ID3v2, Lyrics and APEv2 metadata standard tags from the mp3 files using .NET Metadata API....NET API for MP3 Tags Editor # GroupDocs.Metadata provides...

    blog.groupdocs.com/metadata/read-mp3-tags-using...
  2. 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); // ....Editor Product Solution GroupDocs... new PropertyValue ( "test editor" )); root . CadPackage . SetProperties...

    docs.groupdocs.com/metadata/net/working-with-ca...
  3. 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....library includes a template editor component, meaning you can...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  4. 能不能查询出文件的元数据包括修改历史信息 - Free Support Forum - gro...

    能不能查询出文件的元数据包括修改历史信息...Editor .NET、Microsoft Open XML SDK...GroupDocs 系列产品,可考虑引入 GroupDocs.Editor .NET (提供 GetRevisions 等 API...

    forum.groupdocs.com/t/topic/16647
  5. Adding class name to input controls | GroupDocs

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, checkboxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for Node.js and Java....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Node.js...

    docs.groupdocs.com/editor/nodejs-java/adding-cl...
  6. Convert CSV and Excel Data in Java | CSV to XLS...

    Convert XLS & XLSX to CSV and CSV to Excel formats within Java applications. Automate your files conversion using Java API for document conversion....files can be viewed in any text editor and also in MS Excel for tabular...

    blog.groupdocs.com/conversion/convert-csv-and-e...
  7. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Node.js via Java 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 Java solution....Editor Product Solution GroupDocs...the name of the last document editor OR the date/time the document...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  8. PDF Annotation, Word Annotation and Others in J...

    We are excited to launch the GroupDocs Annotation plugin for Joomla. Our annotation plugin lets you embed documents to Joomla sites and allows PDF annotation, Microsoft Word annotation, and annotation of other files easily. GroupDocs Annotation simplifies document review and collaboration between teams. The powerful tool lets you add comments, draw text, strikeout content to Word, PDF or any image file through a browser. Share documents online with your colleagues for faster review and approval process....steps to upload and install the Editor extension. [caption id=“attachment_2412”...

    blog.groupdocs.com/annotation/pdf-annotation-wo...
  9. Change Target File Format using GroupDocs.Assem...

    We are delighted to announce a powerful new feature in the monthly release of GroupDocs.Assembly for .NET 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install and use the latest version of the API....Examples, Plugins, and Assembly Editor Application Video Tutorials...

    blog.groupdocs.com/assembly/change-target-file-...
  10. Password Protect PowerPoint Files in C# | Lock ...

    How to lock PowerPoint files with passwords using C#. Change the existing password and remove it to unlock the PPT/PPTX files using the .NET API....you try to open the file, the editor or viewer will ask for the...

    blog.groupdocs.com/merger/lock-unlock-ppt-pptx-...