Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 5,525 for

editor

(0.07 sec)
  1. Find metadata properties | GroupDocs

    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-...
  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.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...
  3. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....Examples, Plugins, and Metadata Editor Application Video Tutorials...

    blog.groupdocs.com/metadata/get-specific-file-t...
  4. How to Run Examples | GroupDocs

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Parser examples, by building your own or using our back-end examples out-of-the-box....Editor Product Solution GroupDocs...file in your favorite text editor. Uncomment examples you want...

    docs.groupdocs.com/parser/python-net/how-to-run...
  5. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Java /...

    docs.groupdocs.com/editor/java/inserting-edited...
  6. Convert Excel and CSV Data in C# | XLSX to CSV ...

    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-excel-xls...
  7. Read MP3 Tags in Java - (ID3, Lyrics, APE) | Ja...

    Extract MP3 tags from the mp3 files in Java. Read the ID3v1, ID3v2, Lyrics, and APEv2 metadata standard tags from the mp3 files using Java Metadata API....building your own MP3 online tag editor & metadata viewer just like...

    blog.groupdocs.com/metadata/read-mp3-tags-in-java/
  8. GroupDocs Newsletter April 2018 – Document Mani...

    Share this issue: Monthly Newsletter April 2018 Java APIs to Add & Remove Watermarks from PDF, Microsoft Office, Email and Image File Formats Perform complex watermarking operations with simple syntax, easy to use methods and a few lines of code within Java applications. GroupDocs.Watermark for Java is a powerful document watermarking API to add, search and remove watermarks in popular business and image file formats. The watermarks added by the API are hard to be automatically removed by third-party tools, while it can be easily used for searching and removing previously added watermarks of popular types....WebForms Document Metadata Editor app that provides easy ways...

    blog.groupdocs.com/total/groupdocs-newsletter-a...
  9. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....files can be viewed in any text editor and also in MS Excel for tabular...

    blog.groupdocs.com/categories/groupdocs.convers...
  10. Password Protect Excel Files in C# | Lock Unloc...

    Let's learn how to password protect Excel spreadsheet files using C#. Change the existing password or remove it to unlock the XLS/XLSX files using .NET API....open the spreadsheet file, the editor or viewer will ask for the...

    blog.groupdocs.com/merger/lock-unlock-excel-fil...