Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 371 for

docx page removal

(0.09 sec)
  1. Advanced Usage | Documentation

    Learn about advanced GroupDocs.Watermark usage. Please find advanced details on how to customize your watermarks, search, modify, and remove existing watermarks. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Watermark for .NET examples GroupDocs.Watermark for Java examples Free online document watermarking App Along with a full-featured Java library, we provide simple, but powerful free Apps. You are welcome to add watermark to PDF, DOC, Docx, PPT, PPTX, XLS, XLSX, emails, and more with our Free Online Document Watermarking Apps....watermarks, search, modify, and remove existing watermarks. More resources...to add watermark to PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/watermark/java/advanced-usage/
  2. Output Format and Password | Documentation

    Learn how to save an edited Word document with a password or change the output document format using GroupDocs.Editor for Node.js via Java....Password Leave feedback On this page The class is responsible for...WordProcessing format—such as DOC, DOCX, RTF, ODT, etc. There’s also...

    docs.groupdocs.com/editor/nodejs-java/output-fo...
  3. How to run GroupDocs.Viewer in Docker | Documen...

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Docker Leave feedback On this page Docker provides an isolated...<ItemGroup> <None Update= "formatting.docx" > <CopyToOutputDirector> PreserveNewest...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  4. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, Docx, PPT, PPTX, XLS, XLSX and others....different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...flexible API that allows to remove sensitive data from annotation...

    docs.groupdocs.com/redaction/net/annotation-red...
  5. 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...
  6. 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...
  7. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document....docx" using ( var metadata = new...loadOptions )) { // Extract, edit or remove metadata here } More resources...

    docs.groupdocs.com/metadata/net/load-a-password...
  8. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk... InputJpeg )) { // 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...
  9. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream....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/net/load-from-a-str...
  10. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.Docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // 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:...docx" try ( Metadata metadata = new...loadOptions )) { // Extract, edit or remove metadata here } More resources...

    docs.groupdocs.com/metadata/java/load-a-passwor...