Sort Score
Result 10 results
Languages All
Labels All
Results 4,161 - 4,170 of 22,392 for

docx

(0.12 sec)
  1. Get supported file formats | GroupDocs

    This article shows how to check supported file formats....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/get-supported-fi...
  2. HTML | GroupDocs

    This article explains that how to extract HTML formatted text from document page in Java....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/html/
  3. Getting known property descriptors | GroupDocs

    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;iDOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  4. Get document info | GroupDocs

    This article shows how to get the basic document info....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/get-document-info/
  5. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/loading-specific...
  6. GroupDocs.Markdown for Python via .NET — Export...

    Convert PDF, Word, Excel, EPUB, and more to Markdown directly from Python. A self-contained PyPI wheel with a pythonic API, async support, and LLM-friendly output....docx" ) # Or write directly to a...MarkdownConverter . to_file( "business-plan.docx" , "business-plan.md" ) That’s...

    blog.groupdocs.com/markdown/groupdocs-markdown-...
  7. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/get-document-i...
  8. Load password-protected document | GroupDocs

    This article explains how to load password-protected document while using GroupDocs. Watermarks API....docx" string filePath = "protected-document.docx" ; using... Save ( "protected-document.docx" ); } Load password-protected...

    docs.groupdocs.com/watermark/net/load-password-...
  9. Specify file type for comparison manually | Gro...

    Specify a document file type manually in GroupDocs.Comparison for .NET via LoadOptions.FileType to skip auto-detection and speed up loading of large files.... DOCX }; using ( Comparer comparer..."source.docx" , loadOptions )) { comparer . Add ( "target.docx" ,...

    docs.groupdocs.com/comparison/net/specify-file-...
  10. 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....the source, target, and result DOCX files const sourceDocxPath =...= 'sample-files/source.docx' ; const targetDocxPath = 'sample-files/target...

    docs.groupdocs.com/comparison/nodejs-java/load-...