Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 443 for

docx page removal

(0.05 sec)
  1. GroupDocs.Annotation for .NET | GroupDocs

    API to annotate text or images in your documents using C#. It supports PDF, Microsoft Word Docx, Excel XLSX and PowerPoint. PPTX...supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint PPTX...File Info Read Annotations Remove Annotations Add Annotations...

    docs.groupdocs.com/annotation/net/
  2. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector....correction in search queries on the page. To get the number of words...method. The method is used to remove all words from the spelling...

    docs.groupdocs.com/search/net/spelling-corrector/
  3. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java... InputPng )) { // Edit or remove metadata here metadata . save...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  4. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....stream )) { // Extract, edit or remove metadata here } } More resources...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  5. Document comparison crashes when document conta...

    Hello! We have a document that includes a field code. When compared with a similar version of the same document, the comparison crashes. 117.Docx (13.3 KB) 217.Docx (13.3 KB) The problems seems to have something to …...docx (13.3 KB) 217.docx (13.3 KB) The problems...If the paragraph break is removed, the comparison works fine...

    forum.groupdocs.com/t/document-comparison-crash...
  6. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET GroupDocs.......OCR Update Document Parsing DOCX Compatibility EmailConversion...25.9 25.10 GroupDocs.Metadata Page Layout Security Document Annotation...

    blog.groupdocs.com/ko/tags/index.xml
  7. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET....protected_docx is an absolute or relative path...r"C:\\Docs\\source.docx" with gm . Metadata ( constants . protected_docx , load_options...

    docs.groupdocs.com/metadata/python-net/load-a-p...
  8. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source using GroupDocs.Metadata for Python via .NET....output_ppt ) as metadata : # Edit or remove metadata here # ... # Saves...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  9. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET....input_jpeg ) as metadata : # Edit or remove metadata here # ... metadata...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  10. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...pdf" ); // Edit or remove metadata here metadata . save...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...