Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 5,033 for

editor

(0.04 sec)
  1. Find metadata properties | Documentation

    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...
  2. 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...
  3. 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...
  4. 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-...
  5. Merge text files | Documentation

    Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Node.js via Java library....Editor Product Solution GroupDocs...document can be opened in any text editor or word processing application...

    docs.groupdocs.com/merger/nodejs-java/merge/txt/
  6. Merge PDF files using Java

    Learn how to merge PDF files using Java programming. Enhance document management with code example to combine PDF files in Java, without needing additional software....the necessary tools, a code editor like IntelliJ IDEA or Eclipse...

    kb.groupdocs.com/merger/java/merge-pdf-files-us...
  7. Working with CAD metadata | Documentation

    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...
  8. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for 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/java/find-metadata-...
  9. Working with CAD metadata | Documentation

    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.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Editor Product Solution GroupDocs... new PropertyValue ( "test editor" )); root . getCadPackage ()...

    docs.groupdocs.com/metadata/java/working-with-c...
  10. 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-...