Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 21,584 for

docx

(0.07 sec)
  1. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/indexing-from-di...
  2. Parse data from PDF documents | GroupDocs

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/parse-data-from-...
  3. Significant trouble installing, and now using G...

    Significant trouble installing, and now using GroupDocs At first, attempting `pip install groupdocs-viewer-net` was yielding an error that said no such file existed, despite me getting that command......HtmlViewOptions, PngViewOptions docx_path = "sample.docx" pptx_path = "deck_76..."deck_76.pptx" def render_docx(): with Viewer(docx_path) as viewer: options...

    forum.groupdocs.com/t/significant-trouble-insta...
  4. Customize changes styles | GroupDocs

    Following this guide you will learn how to customize document comparison report and modify the appearance of detected changes when using GroupDocs.Comparison for Node.js via Java....following example compares two DOCX files from disk and applies...'sample-files/source.docx' ; const targetFile = 'sample-files/target.docx' ; const...

    docs.groupdocs.com/comparison/nodejs-java/custo...
  5. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Conversion for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....docx # Input document to convert...groupdocs-conversion-sample:latest source.docx converted.pdf You can add a...

    docs.groupdocs.com/conversion/nodejs-java/runni...
  6. GroupDocs.Parser Product Family on GroupDocs Bl...

    GroupDocs.Parser Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser Product Family on GroupDocs Blog | Document Automatio...... Transform DOC/DOCX files into MD format using GroupDocs...files using C#. Transform DOC/DOCX files into MD format using GroupDocs...

    blog.groupdocs.com/categories/groupdocs.parser-...
  7. .txt font replacement - Free Support Forum - gr...

    Hello, Please can you provide an example of how I can replace a font in a .txt file. I have tried the following but none seem to work. LoadOptions GetLoadOptions(LoadContext context) { var loadOptions = new WordPr…...docx or .pdf , since you only provided...

    forum.groupdocs.com/t/txt-font-replacement/16295
  8. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Extract images from document | GroupDocs

    Learn how to extract images from documents using GroupDocs.Parser for Python via .NET. Extract images with position data, rotation, and format information from PDF, Word, Excel....docx" ) as parser : # Extract images..."Saved: { filepath } " ) sample.docx The following sample file is...

    docs.groupdocs.com/parser/python-net/extract-im...
  10. EditableDocument | GroupDocs

    This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.Editor for Node.js via Java API....docx' ); // Edit the document to...Editor ( 'path/to/input/document.docx' ); const editableDocument =...

    docs.groupdocs.com/editor/nodejs-java/editabled...