Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 19,599 for

management

(0.09 sec)
  1. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Developer Guide / Advanced Usage / Managing metadata for specific formats...Metadata for .NET also allows managing XMP metadata in GIF files...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Convert JPG to PDF using C#

    By closely adhering to this topic, you will gain knowledge how to convert JPG to PDF using C#. Also, we will provide you with the code to export JPG to PDF using C#....for document processing and management. Before beginning the conversion...well-equipped to efficiently manage visual content within your...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  3. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....features and get familiar how to manage metadata and more, please refer...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/python-net/get-docu...
  4. Wrong exception type thrown - Free Support Foru...

    When trying to convert a word document to PDF that is password protected, if you specify an invalid password a “GroupDocs.Conversion.Exceptions.CorruptOrDamagedFileException” is thrown. This exception has a base excepti…...access to our Paid Support management team. rthomas95 December...

    forum.groupdocs.com/t/wrong-exception-type-thro...
  5. Unable to convert PDF to valid PDFA - Free Supp...

    Hello! pdf_not_convertable.pdf pdf_not_convertable_groupdocs_result.pdf We’re unable to convert some files from PDF to a valid PDF/A-1b. We use veraPDF (https://verapdf.org/) for PDFA validation. Here’s the conversio…...access to our Paid Support management team....

    forum.groupdocs.com/t/unable-to-convert-pdf-to-...
  6. GroupDocs.Search .NET 24.2.1 - Improved Index H...

    Enhance your .NET search experience! GroupDocs.Search .NET 24.2.1 delivers a new tool to diagnose & repair index issues. Download the MSI installer today!... Improved Index Health Management Diagnose and repair potential...

    releases.groupdocs.com/search/net/new-releases/...
  7. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. Conversion to PDFA-2A is not compliant - Free S...

    Wen we use .NET Conversion (23.8) to convert an existing PDF to PDFA-2A the result ist not compliant to this standard. Some files work, but many are not compliant. Check with a online tool revealed the following error: …...access to our Paid Support management team. atir.tahir September...

    forum.groupdocs.com/t/conversion-to-pdfa-2a-is-...
  9. Why only 3 Excel sheets are converted to PDF us...

    Hello Team, When I pass a xlsx file having 10 pages, I see only first 3 pages are converted to pdf. We do have license but we don’t have active subscription, which is not yet approved. Is that the reason of such behavi…...access to our Paid Support management team....

    forum.groupdocs.com/t/why-only-3-excel-sheets-a...
  10. Convert E-Mail with attachments to PDF & same a...

    Hi, I have an email (M1.eml) with a Word document (A.docx) and an email (M2.msg) attached. The attached email (M2.msg) that has two Word documents (A.docx and B.docx) attached. M1.eml A.docx M2.msg A.docx (same filen…...access to our Paid Support management team. evgen.efimov November...

    forum.groupdocs.com/t/convert-e-mail-with-attac...