Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 1,803 for

document management

(0.33 sec)
  1. In-Table Master-Detail in Word Processing Docum...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Word Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Word 2013. Click the Document where you want to add the table. Press “Insert” tab to insert the table....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Master-Detail in Word Processing Document In-Table Master-Detail in...

    docs.groupdocs.com/assembly/java/in-table-maste...
  2. Merge PDF files in Python using GroupDocs.Merger

    Explore the process of merging PDF files in Python, utilizing the powerful GroupDocs.Merger library without any third-party software....consolidate reports, compile documents, or simplify file sharing...such as compiling multiple documents into one comprehensive file...

    blog.groupdocs.com/merger/merge-pdf-in-python/
  3. Extract Text from PPTX using C#

    This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#....analysis, data extraction, or document automation. In this article...will simplify handling and managing the content within PPTX files...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Professional APIs for Creating Document Management Applications Manipulate...GroupDocs offers feature-rich document manipulation APIs for .NET...

    blog.groupdocs.com/groupdocs.blog/page/60/
  5. GroupDocs.Metadata for Node.js via Java | Group...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...Java - A metadata management API for documents to create, preview...

    docs.groupdocs.com/metadata/nodejs-java/
  6. 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()); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-c...
  7. File Size Increase on Conversion to HTML – Grou...

    File Size Increase on Conversion to HTML – GroupDocs for .NET Hello Team, I am using **GroupDocs.Conversion** in a .NET Core application to convert Document files (e.g., Word, Excel) to HTML for pr......Core application to convert document files (e.g., Word, Excel)...larger than the original documents. For example: * A **10MB Excel...

    forum.groupdocs.com/t/file-size-increase-on-con...
  8. Merge PPTX Presentations in Python with GroupDo...

    This article provides step-by-step instructions on merging PPTX presentations using GroupDocs.Merger for Python via .NET....Example 1: Merging Two PPTX Documents Example 2: Merging PPTX from...presentations into a single document seamlessly. Load the Source...

    blog.groupdocs.com/merger/merge-pptx-in-python/
  9. Merge Multiple File Types into One File using C...

    C# way to combine two or more Documents of different file formats into a single file. Merge different PDF, Word, Excel, PPT files into one PDF with .NET API....in multiple documents, and sometimes in documents of different...all your documents or the portion of the documents into one....

    blog.groupdocs.com/merger/merge-multiple-file-t...
  10. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

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