Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 14,691 for

doc

(0.48 sec)
  1. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/java/build-search-query/
  2. Convert spreadsheets | Documentation

    Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using JavaScript language and GroupDocs.Conversion for Node.js via Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...Microsoft Word formats are DOCX and DOC, and when converting an XLSX...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. 能不能查询出文件的元数据包括修改历史信息 - Free Support Forum - gro...

    能不能查询出文件的元数据包括修改历史信息...Main() { string filePath = @"C:\Docs\sample.docx"; // 替换为实际路径 using...using (WordprocessingDocume doc = WordprocessingDocume.Open(filePath...

    forum.groupdocs.com/t/topic/16647
  4. Different visualization than the actual documen...

    As per the preview, we are getting numerical values instead of the pictoral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …...find the sample document Group_Docs_error_sample1.docx (16.9 KB)...downloaded the attached “Group_Docs_error_sample1.docx” and opened...

    forum.groupdocs.com/t/different-visualization-t...
  5. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the Document, loaded to the GroupDocs.Viewer for .NET...Order Upgrade an Order Support Docs API Reference Live Demos Free...WordProcessing document like DOC/DOCX/DOCM, was created on the...

    docs.groupdocs.com/viewer/net/getting-used-fonts/
  6. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  7. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/java/build-your-first...
  8. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/nodejs-java/build-you...
  9. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/java/indexing-options/
  10. 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....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...