Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 2,298 for

management

(0.16 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Working with EXIF metadata | GroupDocs

    Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/python-net/working-...
  5. Working with EXIF metadata | GroupDocs

    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. JsonDataSource Conditional Expressions: !s.Disa...

    When we were passing a POCO this would work: <<if [MyProperty.Data.Any(s => !s.Disabled)]>> When we changed to pass an interface (Data changed to a List instead of List), properties in sub interfaces could not be found…...access to our Paid Support management team. oskarj January 8, 2026...

    forum.groupdocs.com/t/jsondatasource-conditiona...
  7. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Node.js via Java.../ Developer Guide / Field Management in GroupDocs.Editor for Node...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...
  8. MSG converted to PDF with empty page of message...

    Converting MSG file to PDF gives back empty email message page...access to our Paid Support management team. We’ll let you know...

    forum.groupdocs.com/t/msg-converted-to-pdf-with...
  9. Working with metadata in PDF documents | GroupDocs

    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. Get document info | GroupDocs

    This article explains how to detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET....Page}" ); } } Project management documents using ( Converter...

    docs.groupdocs.com/conversion/net/get-document-...