Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 365 for

detection

(0.06 sec)
  1. ویرایش و مدیریت متاداده در برنامه های Node.js -...

    کشف کنید که چگونه از GroupDocs.Metadata for Node.js برای استخراج، به‌روزرسانی و حذف متاداده در برنامه‌های خود استفاده کنید....Sanitize Metadata: Remove detected metadata packages. Save the...( "input.pdf" ); // Remove detected metadata packages and log...

    blog.groupdocs.com/fa/metadata/edit-metadata-in...
  2. Load document of specific format | Documentation

    This article explains how to load document of specific format....Watermark automatically detects its type and creates an instance...

    docs.groupdocs.com/watermark/net/load-document-...
  3. Releasing First Version of GroupDocs.Metadata f...

    We are extremely excited to announce that the first version of GroupDocs.Metadata for Java has been released. GroupDocs.Metadata for Java is a valuable addition to the GroupDocs.Metadata product family that empowers Java developers while working with metadata of popular file formats. It is powerful as well as easy to use API that provides all basic metadata operations (i.e. view, add, modify, remove) for a number of file formats. API gets the file as an input and makes its metadata accessible to the user....to Excel/CSV Clean metadata Detect MIME type For more details...

    blog.groupdocs.com/metadata/releasing-first-ver...
  4. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage.... Detecting the exact type of a presentation...sample of code will help you to detect the exact type of a loaded...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. 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....documents Leave feedback Detecting the version of a PDF document...sample of code will help you to detect the PDF version a loaded document...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....mentions of John from the detected metadata) with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/remove-m...
  7. GroupDocs.Conversion NoConvertOptions causes cr...

    This test case was working fine in the previous GroupDocs.Total.NETFramework 25.4.0, but is now broken in 25.5.0: Create a text file named “ignore.log” In convertOptions, detect “.log” extension and return NoConvertOp…...log” In convertOptions, detect “.log” extension and return...

    forum.groupdocs.com/t/groupdocs-conversion-noco...
  8. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML Editor or by any UI-less service within any Java based application. GroupDocs.Editor for Javais a powerful document editing API that allows converting supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made Easily manage complex documents editing operations by adding just a few lines of code within any type of Java application....1 – Detect EPUB file format and read its...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  9. Iterate through container items | Documentation

    This article explains that how to extract containers items and iterate through container items.... Detects a file type of the container...

    docs.groupdocs.com/parser/net/iterate-through-c...
  10. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....information which includes: (detected by the internal structure)...

    docs.groupdocs.com/metadata/java/get-document-i...