Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 342 for

docx page removal

(0.03 sec)
  1. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source.... OutputPpt )) { // Edit or remove metadata here // Saves the...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/save-a-modified...
  2. GroupDocs.Watermark Overview | Documentation

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, Docx/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS...automatically removed by third-party tools, search and remove previously...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  3. 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...
  4. Save a modified file to a stream | Documentation

    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...
  5. 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....
  6. 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/
  7. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // 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 .NET examples GroupDocs.Metadata for Java examples...InputOne )) { // 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-lo...
  8. Load from a local disk | Documentation

    The following example demonstrates how to load file from local disk....inputPath )) { // Extract, edit or remove metadata here } More resources...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/load-from-a-loc...
  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 in Java... InputJpeg )) { // 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...
  10. Save a modified file to a stream | Documentation

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

    docs.groupdocs.com/metadata/net/save-a-modified...