Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,771 for

management

(0.06 sec)
  1. 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.... which enhances document management and sharing. Steps to Merge...Merger library, allowing you to manage PDF content dynamically. Steps...

    blog.groupdocs.com/merger/merge-pdf-in-python/
  2. 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......access to our Paid Support management team. Read full topic File...

    forum.groupdocs.com/t/file-size-increase-on-con...
  3. PDF to PDF/A-2b conversion has incorrect glyph ...

    Hi I’m converting a PDF to PDF/A-2b, but it ends up with incorrect glyph width information, causing the letters to be spaced too far from each other. The same error occurs in these cases: PDF to PDF/A-1b PDF/A-1b ver…...access to our Paid Support management team. evgen.efimov December...

    forum.groupdocs.com/t/pdf-to-pdf-a-2b-conversio...
  4. After adding GroupsDocs Search, form designer n...

    After I add GroupDocs Search to .NET9 project, UI editor doesn’t work. When I take a button and drop it on the form, it gets added to the bottom of the form and not to the actual form. If I uninstall Search, everything w…...access to our Paid Support management team. atir.tahir April 14...

    forum.groupdocs.com/t/after-adding-groupsdocs-s...
  5. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/java/working-with-e...
  6. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Developer Guide / Advanced Usage / Managing metadata for specific formats...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Get error when using metadata jar in fat jar - ...

    Hi Yuriy, Thanks for your sugggestion. I tried to use shade plugin in Maven to rename classes. But it still doesn’t work for me. The error message : “Caused by: java.lang.NoClassDefFoundError: Could not initialize class…...access to our Paid Support management team. yuriy.mazurchuk April...

    forum.groupdocs.com/t/get-error-when-using-meta...
  8. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Developer Guide / Advanced Usage / Managing metadata for specific formats...information advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Developer Guide / Advanced Usage / Managing metadata for specific formats...information advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Merge DOCX in Node.js | GroupDocs.Merger

    Discover how to efficiently merge DOCX files in Node.js applications without third-party software. Get started with examples!...applications, especially in document management systems. Whether you are...

    blog.groupdocs.com/merger/merge-docx-in-nodejs/