Sort Score
Result 10 results
Languages All
Labels All
Results 3,411 - 3,420 of 16,067 for

doc

(0.19 sec)
  1. Wingsdings Font - issue while converting word t...

    Screenshot 2024-11-29 at 7.52.28 AM.jpg (148.1 KB) The symbol highlighted in screenshot if we are trying to convert to pdf it is getting converted as ‘-’ Screenshot 2024-11-29 at 7.52.28 AM.jpg (148 KB)...Document doc = new Document("C:\\Temp\\in.docx"); doc.save("C:\\Temp\\out...can be useful for you: https://docs.aspose.com/words/java/speci...

    forum.groupdocs.com/t/wingsdings-font-issue-whi...
  2. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....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/working-with-m...
  3. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing Document in SVG format using the GroupDocs.Editor...Order Upgrade an Order Support Docs API Reference Live Demos Free...WordProcessing document, like DOC, DOCX, DOCM, RTF, ODT etc. The...

    docs.groupdocs.com/editor/net/generating-page-p...
  4. Working with data extracted by template | Group...

    Extracted data are stored in the instance of DocumentData class....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/working-with-dat...
  5. Search results | GroupDocs

    This article shows that how to perform the operations on search results....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/net/search-results/
  6. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries using Java search API....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/faceted-search/
  7. Command Line Interface | GroupDocs

    Convert Documents straight from the terminal with the groupDocs-conversion command-line tool — no Python script required. Inspect Documents, list supported formats, and apply a license, all from the shell....Order Upgrade an Order Support Docs API Reference Live Demos Free...Tokens PDF pdf Word processing doc , docx , rtf , odt , txt , md...

    docs.groupdocs.com/conversion/python-net/gettin...
  8. Boolean search | GroupDocs

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....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/boolean-s...
  9. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the Document, loaded to the GroupDocs.Viewer for Java...Order Upgrade an Order Support Docs API Reference Live Demos Free...within WordProcessing family (DOC, DOCX, ODT, RTF, etc.), Spreadsheet...

    docs.groupdocs.com/viewer/java/search-highlight...
  10. Compare CSV Files in C# - Compare and Find Diff...

    How to compare two CSV files in C#? Compare the data of CSV files using the .NET API to find differences, mark them with () and [] inside the result CSV, and export the change report to JSON....Add(target); var doc = comparer.Compare(outFilePath...CompareOptions()); var changes = doc.Changes; var json = changes.Select(c...

    blog.groupdocs.com/comparison/compare-csv-files...