Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 1,574 for

document management

(0.12 sec)
  1. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Usage / Managing metadata for specific formats / Documents / Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Usage / Managing metadata for specific formats / Documents / Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Updating metadata | Documentation

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...examples: Free online document metadata management App Along with full...

    docs.groupdocs.com/metadata/java/updating-metad...
  4. Extract Images from PPTX using C#

    Learn how to extract images from PPTX using C# with a step-by-step guide. This tutorial provides C# code to extract images from PPTX files efficiently for your projects....handling presentations more manageable. Whether you’re building...processing system or a document management solution, extracting...

    kb.groupdocs.com/parser/net/extract-images-from...
  5. Cannot find Umlauts located in ANSI files - Fre...

    Hi there, We tried this: ​Have a Text file with ANSI encoding in a folder indexed by DataCentral. The file should contain “Mühe” and “Vielfraß”. Create an index for that file Make a search on that index for “Vielfraß”…...access to our Paid Support management team. atir.tahir February...Specify the encoding for the document }; // Add the directory containing...

    forum.groupdocs.com/t/cannot-find-umlauts-locat...
  6. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....of rendering a variety of document formats to HTML and image...of rendering a variety of document formats to HTML and image...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  7. Feature request: Allow specifying FILE_FLAG_BAC...

    Hello there, We have a feature request: We’d like to be able to extract files you usually don’t have access to, via the backup privilege, which seems to not be possible with GroupDocs.Search at the moment. With Win32,…...access to our Paid Support management team. jamsharp May 6, 2025...extractedData = m_Extractor.Extract(document, extractionOptions); Am I...

    forum.groupdocs.com/t/feature-request-allow-spe...
  8. How to Work with GroupDocs' Online Document Vie...

    GroupDocs’ online Document viewer add-on provides you with a convenient interface for quickly accessing, viewing and managing Documents directly in the FireFox browser, without the need of going to the GroupDocs website. GroupDocs Online Document Viewer is a web-based application that allows you to open Microsoft Office files and images directly in a web-browser, regardless of whether you have the software that was used for creating them, or not. This is a universal Document viewer that reduces the need for installing the tons of software required to open each individual file format....GroupDocs’ online document viewer add-on provides you with a...accessing, viewing and managing documents directly in the FireFox...

    blog.groupdocs.com/viewer/how-to-work-with-grou...
  9. Complex QR entries | Documentation

    This section contains articles with explanation how to create most popular 2D matrix barcodes using predefined data models...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing documents / Complex QR entries Complex...

    docs.groupdocs.com/signature/net/sign-document-...
  10. In-Table Master-Detail in Spreadsheet Document ...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Excel Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want to include in the table....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Master-Detail in Spreadsheet Document In-Table Master-Detail in...

    docs.groupdocs.com/assembly/java/in-table-maste...