Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 1,785 for

document management

(0.12 sec)
  1. Merged PDF documents missing Accessibility stan...

    Hi Team, We are using: import com.groupdocs.merger.Merger; import com.groupdocs.merger.domain.options.JoinOptions; with below code ref to merge two pdf Documents: Map<String, String> map1 = null; ByteArrayO…...Merged PDF documents missing Accessibility standards GroupDocs...code ref to merge two pdf documents: Map<String, String> map1...

    forum.groupdocs.com/t/merged-pdf-documents-miss...
  2. Scan QR Code from PPT using C#

    This guide provides a detailed overview of how to scan QR Code from PPT using C#. Moreover, you will get a sample code example to extract QR Code from PPT in C#....recommended library makes it easy to manage different layouts and formats...potential of these presentation documents. With the Parser library,...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pp...
  3. Rich Text MSG email with inline attachment show...

    One prevalent use case of Rich Text format emails is to embed Documents into table cells. However, when converting such emails into PDF format, the Document icons are converted to missing files “x” icons. Sample MSG fi…...Conversion Product Family dotnet , document-conversion jarrodwee March...format emails is to embed documents into table cells. However...

    forum.groupdocs.com/t/rich-text-msg-email-with-...
  4. 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…...json data source template document This will help us to investigate...on your particular data and document template Can you please share...

    forum.groupdocs.com/t/jsondatasource-conditiona...
  5. Faster first initialization of GroupDocs.Search...

    Hi there, We are not 100% sure whether it’s maybe caused by the license mechanism, but we noticed that it usually takes 20-30 seconds for the first GroupDocs.Search call to complete. Is there a way to speed this up? W…... refer to the official documentation for additional tips and...access to our Paid Support management team. atir.tahir October...

    forum.groupdocs.com/t/faster-first-initializati...
  6. High CPU Usage After Adopting Your .NET Library...

    Hey, After integrating your library, we’ve observed a significant increase in CPU usage across our services. Previously, we were using another vendor’s solution — it handled .docx files well but not PDFs. We switched t…...Resource Management : Ensure that your application is managing resources...you’re processing multiple documents, consider implementing batch...

    forum.groupdocs.com/t/high-cpu-usage-after-adop...
  7. Compare Excel Spreadsheets. Advanced Cell-by-Ce...

    Learn how to compare Excel spreadsheets programmatically using GroupDocs.Comparison for .NET. Compare spreadsheets with custom styling, visibility controls, summary pages, and advanced comparison options....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...workflows and generate result documents that highlight insertions...

    docs.groupdocs.com/comparison/net/compare-excel...
  8. Convert GIS formats | GroupDocs

    In this article, you will learn how to convert GIS formats to other formats or another GIS format with GroupDocs.Conversion for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...visualization, analysis and management. A GIS file can be created...

    docs.groupdocs.com/conversion/net/convert/gis/
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Read MP3 Tags in Java - (ID3, Lyrics, APE) | Ja...

    Extract MP3 tags from the mp3 files in Java. Read the ID3v1, ID3v2, Lyrics, and APEv2 metadata standard tags from the mp3 files using Java Metadata API....variants are attached with documents of different file formats...covered below: Java API to Manage MP3 tags Read MP3 ID3 Tags...

    blog.groupdocs.com/metadata/read-mp3-tags-in-java/