Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 531 for

docx page removal

(0.32 sec)
  1. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties... OutputZip ); } Removing the user comment GroupDocs...Metadata for Java allows you to remove the user comment associated...

    docs.groupdocs.com/metadata/java/working-with-z...
  2. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....searching using homophones, see the page. To get the number of homophones...method. The method is used to remove all homophones from the dictionary...

    docs.groupdocs.com/search/nodejs-java/homophone...
  3. GroupDocs.Editor for Java 26.1 – Latest Updates...

    Explore what’s new in GroupDocs.Editor for Java 26.1. Available now on NuGet and GroupDocs website....– a new API method lets you remove selected slides before saving...content when converting DOCX to paged HTML. EDITORNET‑2903 Background...

    blog.groupdocs.com/editor/groupdocs-editor-for-...
  4. Supported Document Formats | GroupDocs

    It supports Docx, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Formats Leave feedback On this page GroupDocs.Watermark for Java...for adding, searching, and removing watermarks. Use the search...

    docs.groupdocs.com/watermark/java/supported-doc...
  5. GroupDocs.Conversion for .NET 26.3 – March 2026...

    GroupDocs.Conversion for .NET 26.3 enhances format support, fixes critical bugs, and introduces iCalendar conversion, improved font handling, and PDF/A compliance....WordProcessing formats except DOC/DOCX CONVERSIONNET-8208 Bug WhitelistedResources...ArgumentOutOfRangeEx : Invalid page index. (Parameter ‘pageIndex’)...

    blog.groupdocs.com/conversion/groupdocs-convers...
  6. Delete indexed paths | GroupDocs

    GroupDocs.Search for Node.js supports the ability to remove indexed files and folders from an index. Only files or folders that were explicitly added to the index can be deleted....Search supports the ability to remove indexed files and folders from...deleted. It is not possible to remove a file or folder from the index...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  7. Issue with watermarks on Word documents - inval...

    Hi, I have encountered some issues when using Groupdocs.Watermark to stamp some files. This mainly affects Word documents as they appear to randomly generate false watermarks that are not positioned correctly, do not ha…...generate the watermark on the last page of a Word document: try (FileInputStream...WordProcessingWaterm(); int[] pages = new int[] {watermarker.getDocumentInfo()...

    forum.groupdocs.com/t/issue-with-watermarks-on-...
  8. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Advanced Usage / Removing metadata Removing metadata Leave feedback...the property to locate and remove it. The following example demonstrates...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  9. Working with metadata in JPEG images | GroupDocs

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image.... Data ); } } } Removing Photoshop metadata properties...Metadata for .NET also supports removing Photoshop metadata blocks...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Handling the ID3v1 tag | GroupDocs

    This article explains how to handle ID3v1 tag....OutputMp3 ); } Removing an ID3v1 tag To remove the ID3v1 tag from...code sample below shows how to remove the ID3v1 tag from an MP3 file...

    docs.groupdocs.com/metadata/net/handling-the-id...