Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 712 for

detection

(0.16 sec)
  1. GroupDocs

    Central documentation index for GroupDocs on-premise document processing SDKs. Explore developer documentation and guides for all product families....Document comparison API that detects document text, styling and...

    docs.groupdocs.com/
  2. Remove metadata properties | GroupDocs

    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) var affected = metadata...

    docs.groupdocs.com/metadata/nodejs-java/remove-...
  3. Working with metadata in Presentations | GroupDocs

    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...
  4. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Node.js via Java....document will contain all detected differences between the source...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  5. Python on GroupDocs Blog | Document Automation ...

    Python on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Python on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.S...... Detecte alterações, destaque diferenças...

    blog.groupdocs.com/pt/tag/python/index.xml
  6. Locales for output document | GroupDocs

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using  GroupDocs.Editor for .NET API....Word (or other program) will detect (or choose) the document locale...

    docs.groupdocs.com/editor/net/locales-for-outpu...
  7. ویرایش و مدیریت متاداده در برنامه های 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...
  8. 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 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...
  9. 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...
  10. Remove metadata properties | GroupDocs

    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...