Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 1,398 for

document management

(0.04 sec)
  1. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-op...
  2. Remove MP3 Tags using C# - (ID3, Lyrics, APE) |...

    Remove MP3 tags from the mp3 files using C#. Eliminate the ID3v1, ID3v2, Lyrics, and APEv2 metadata tags from the mp3 files using .NET Metadata API....Metadata showcases metadata management .NET API to deal with various...about the API from the documentation and contact us for queries...

    blog.groupdocs.com/metadata/remove-mp3-tags-usi...
  3. RTF/DOC to DOCX conversion - Free Support Forum...

    Hello!) I meet the following problem using GroupDocs.Conversion for RTF/DOC to DOCX conversion: the converted file content looks like encoded byte array instead of the readable text as in the source file: Here is my co…...more detailed examples and documentation, you can refer to the official...official GroupDocs conversion documentation here . If you continue to...

    forum.groupdocs.com/t/rtf-doc-to-docx-conversio...
  4. GroupDocs.Viewer for Java - Document Viewer Jav...

    GroupDocs pleased to announce another release of Java Document Viewer App (Modern UI) v3.2.0 using GroupDocs.Viewer for Java version 17.5.0. This release v3.2.0 comes up with new features and improvements for Search, Print and File Manager to view Document in both HTML and Image representations for different Document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version....announce another release of Java Document Viewer App (Modern UI) v3...Search, Print and File Manager to view document in both HTML and Image...

    blog.groupdocs.com/viewer/groupdocs.viewer-java...
  5. Listening to conversion process events | Docume...

    Follow this guide and learn how to track conversion process by subscribing to specific events of GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Listening...

    docs.groupdocs.com/conversion/java/listening/
  6. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Add a bullet list at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Sources in Word Processing Document Generating Report using Multiple...

    docs.groupdocs.com/assembly/java/generating-rep...
  7. Working with metadata in ASF files | Documentation

    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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Supported file formats | Documentation

    File formats supported by GroupDocs.Viewer for Python are listed here....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Object File AutoCAD Plotter Document Stereolithography File Refer...

    docs.groupdocs.com/viewer/python-net/supported-...
  9. How to Convert Word Document to Image using C#

    This quick article describes the process to convert Word Document to Image using C# and provides a working example for C# Word to Image converter functionality....Family How to Convert Word Document to Image using C# In this...convert Word document to Image using C# . To perform document transformation...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft PowerPoint Document Creating a In-Table List with Filtering, Grouping, and Ordering Practising the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS PowerPoint 2013....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...and Ordering in Presentation Document In-Table List with Filtering...

    docs.groupdocs.com/assembly/java/in-table-list-...