Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 346 for

docx page removal

(0.04 sec)
  1. Load from a stream | Documentation

    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...
  2. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Java supported document types...Extract pages Move page Remove pages Swap pages Change page orientation...orientation Rotate pages Import document Cross-format merge to PDF...

    docs.groupdocs.com/merger/java/supported-docume...
  3. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....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/java/spelling-corrector/
  4. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Python via .NET supported document types...Extract pages Move page Remove pages Swap pages Change page orientation...orientation Rotate pages Import document Cross-format merge to PDF...

    docs.groupdocs.com/merger/python-net/supported-...
  5. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....documents is presented on the page. To get the number of passwords...argument. The method is used to remove all passwords from the dictionary...

    docs.groupdocs.com/search/java/document-passwords/
  6. GroupDocs.Metadata for .NET 17.1.0 Now Detects ...

    GroupDocs team is really delighted to announce the release of** GroupDocs.Metadata for .NET version 17.01.0**. The latest release comes up with a number of new features and enhancements. Users can now detect or remove digital signatures from documents. The API has also improved document’s information retrieval and implements the ability to recognize file type of a document. And That’s not all! The API has also introduced some really exciting enhancements related to power point presentation documents and audio formats.... Users can now detect or remove digital signatures from documents...to read page count, characters count, words count, page size in...

    blog.groupdocs.com/metadata/releasing-goupdocs....
  7. Attachments in PDF document | Documentation

    This article explains how to work with PDF attachments while using GroupDocs watermarking API....document Leave feedback On this page Extract all attachments from...Following code snippet shows how to remove an attachment AdvancedUsage...

    docs.groupdocs.com/watermark/net/attachments-in...
  8. Email attachments | Documentation

    This article shows how to get the information about the attachments....attachments Leave feedback On this page Extracting all attachments from...} watermarker . close (); Removing particular attachment from...

    docs.groupdocs.com/watermark/java/email-attachm...
  9. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream 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-...
  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-...