Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 19,599 for

management

(0.11 sec)
  1. adam-p (Adam Pritchard) · GitHub

    adam-p has 62 repositories available. Follow their code on GitHub....danforth-east Public Easy membership management for small community associations...

    github.com/adam-p
  2. .tif file fails to convert to pdf - Free Suppor...

    Hello, In 23.9 the attached file fails to convert, saying it is corrupt. I’m pretty sure it always used to work. The image is a .tif file. Also following my recent update to 23.9 I am getting a warning saying this meth…...access to our Paid Support management team. rthomas95 October 24...

    forum.groupdocs.com/t/tif-file-fails-to-convert...
  3. ExactPhraseRedaction in Arabic document - Free ...

    I have a PDF written in Arabic and I want to apply text redaction to it, but it is not being redacted. here is the code I am using; public static async Task RedactDocumentAsync(string inputFilePath) { t…...access to our Paid Support management team. zeerakzubair: Same...

    forum.groupdocs.com/t/exactphraseredaction-in-a...
  4. GroupDocs.Redaction examples not working - Free...

    I’m trying to make GroupDocs.Redaction examples to work (actually trying to test how redactions work). I keep getting an error: com.groupdocs.redaction.exceptions.TrialLimitationsException: Trial mode allows only 1 docu…...access to our Paid Support management team. 1 Like...

    forum.groupdocs.com/t/groupdocs-redaction-examp...
  5. FormatFamily - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......ProjectManagement Represents project management formats. static FormatFamily...

    apireference.groupdocs.com/search/java/com.grou...
  6. Multiple more exceptions when indexing Markdown...

    We experience many exceptions when trying to index markdown files. I assume, the files are valid… A few examples: An exception was thrown while indexing: "Error during text extraction from C:\Users\luebeck\AppData\Local…...access to our Paid Support management team. atir.tahir September...

    forum.groupdocs.com/t/multiple-more-exceptions-...
  7. Issues during PPTX files tile watermarking - Fr...

    Hey, another issue is related to PPTX files during tile watermarking. There are two issues that I would like to underline. Firstly, it looks like line_spacing value is completely broken (e.g there is almost no differenc…...access to our Paid Support management team. alexndr December 19...

    forum.groupdocs.com/t/issues-during-pptx-files-...
  8. Java Conversion to PDF from text and CSV files ...

    Standard UTF-8 encoding in text and CSV files is not supported in groupdocs-conversion 23.6.1. Library throws Exception “java.nio.charset.IllegalCharsetNameException: Unicode (UTF-8)” Sample code val csvLoadOptions = …...access to our Paid Support management team. atir.tahir November...

    forum.groupdocs.com/t/java-conversion-to-pdf-fr...
  9. Metered Billing for GitHub Enterprise and GitHu...

    The expansion of our “pay-as-you-go” model to include GitHub Enterprise and GitHub Advanced Security unifies our GitHub product portfolio as metered services, aligning with our ongoing mission to cater to our customers’ unique business needs across the channels that suit you best with the flexibility you seek.... Enhanced billing management: Gain insights on usage,...for what you use. Flexible management: Add or remove seats/licenses...

    resources.github.com/metered-billing/
  10. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Developer Guide / Advanced Usage / Managing metadata for specific formats...properties advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-m...