Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 14,603 for

doc

(0.09 sec)
  1. Load password-protected document | Documentation

    This article explains how to load password-protected Document while using GroupDocs. Watermarks Java API....Order Upgrade an Order Support Docs API Reference Live Demos Free...to your document. Ex: @"C:\\Docs\\protected-document.docx" String...

    docs.groupdocs.com/watermark/java/load-password...
  2. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupDocs.metadata.Metadata("input.Doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iDocs API Reference Live Demos Free...metadata . Metadata ( "input.doc" ); var root = metadata . getRootPackageGeneri...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  3. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a Document....Order Upgrade an Order Support Docs API Reference Live Demos Free...path to your document. Ex: @"C:\Docs\source.xlsx" try ( Metadata...

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

    查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......Java 将 CSV 转换为 PDF 如何使用 Java 将 DOC 转换为 DOCX 如何使用 C# 将 HTML 转换为 Word...

    kb.groupdocs.com/zh/categories/page/35/
  5. GroupDocs Comparison on GroupDocs Blog | Docume...

    GroupDocs Comparison on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs Comparison on GroupDocs Blog | Document Automation Solutions for .NET &......文档——接受或拒绝更改 使用文档比较 API 在 Java 中比较两个或多个 DOC/DOCX 文件。在 Word 文档中突出显示差异并接受或拒绝更改。...

    blog.groupdocs.com/zh/tag/groupdocs-comparison/...
  6. compare two word documents and highlight differ...

    compare two word Documents and highlight differences on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two word Documents and highlight differen......ドキュメント比較 API を使用して、Java で 2 つ以上の DOC/DOCX ファイルを比較します。違いを強調表示し、Word...

    blog.groupdocs.com/ja/tag/compare-two-word-docu...
  7. Introducing GroupDocs.Redaction for .NET - An A...

    Finally, the wait is over! We have released the first version of GroupDocs.Redaction for .NET. As we have mentioned in the pre-release blog post, GroupDocs.Redaction for .NET is an API to redact, hide or remove sensitive content & metadata from word processing Documents, worksheets, presentations, and PDF files within your .NET applications. The API provides a single format-independent interface supporting various redaction types such as text redaction, metadata redaction, annotation redaction, and tabular Document redaction....doc, .docx, .dot, .odt, .dotx, .docm...

    blog.groupdocs.com/redaction/introducing-groupd...
  8. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/java/getting-known-...
  9. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. HTML | Documentation

    This article explains that how to extract HTML formatted text from Document page in Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/java/html/