Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 16,286 for

file

(0.42 sec)
  1. Unable to open potm file after redaction - Free...

    Hi Team, The .potm Files are not opening in MS office after redacted by Groupdocs.Redaction java SDK. Below is the sample code to test. I will share the File sample in private. @Test void supp() throws Exceptio…...Unable to open potm file after redaction GroupDocs.Redaction...documentation , where all supported file types and the available operations...

    forum.groupdocs.com/t/unable-to-open-potm-file-...
  2. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Java....Loading / Load file from local disk Load file from local disk...On this page When the source file is located on the local disk...

    docs.groupdocs.com/comparison/java/load-file-fr...
  3. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for .NET....Loading / Load file from local disk Load file from local disk...On this page When the source file is located on the local disk...

    docs.groupdocs.com/comparison/net/load-file-fro...
  4. Get supported file formats | GroupDocs

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Java applications....Get supported file formats Get supported file formats Leave feedback...how to get list of supported file formats: Java import com.groupdocs...

    docs.groupdocs.com/comparison/java/get-supporte...
  5. Load password-protected file | GroupDocs

    Load password-protected File In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...password-protected file Load password-protected file Leave feedback...feedback Load password-protected file In order to open password-protected...

    docs.groupdocs.com/redaction/java/load-password...
  6. how-to-check-if-file-is-encrypted.zip

    how-to-check-if-File-is-encrypted/pom.xml 4.0.0 com sample 1.0-SNAPSHOT groupdocs http://www.example.com UTF-8 1.7 1.7 maven.groupdocs.com groupdocs-artifact-repository https://repository.groupdocs......how-to-check-if-file-is-encrypted/pom.xml 4.0.0 com sample 1...how-to-check-if-file-is-encrypted/protected.pdf how-to-check-if-file-is-...

    docs.groupdocs.com/viewer/java/sample-apps/deve...
  7. Image file Annotation with GroupDocs.Annotation...

    GroupDocs team is excited to announce another amazing monthly release where new document format is added in supported format list, Now Image File Annotation is also introduced. The latest GroupDocs.Annotation for .NET provides support all major annotation types like (Text, Area, Point, Watermark, Strikeout Annotations etc) for Image File along with improvements and fixes. We recommend that download the latest API release to add new exciting features and enhance your application with GroupDocs....supported format list, Now Image file Annotation is also introduced...Strikeout Annotations etc) for Image file along with improvements and...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  8. Load file from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET..../ Loading files from different sources / Load file from URL Load...Load file from URL Leave feedback The following code snippet...

    docs.groupdocs.com/conversion/net/load-file-fro...
  9. GroupDocs.Viewer for .NET now supports 95+ file...

    Usually, when we have to shop for groceries, we choose the supermarket where we can get almost every item that we need. This way we don’t have to visit multiple stores for different types of products. Similarly, being specific to the software products, the developers prefer the component that provides a wide range of features regarding their use case so that they don’t have to use multiple solutions. Let’s be more specific and talk about the online document viewers that are becoming more popular in modern days because of their ability to display the Files within the applications without any need of dedicated software programs....their ability to display the files within the applications without...can display a wide range of file formats. Thus, they can avoid...

    blog.groupdocs.com/viewer/groupdocs.viewer-for-...
  10. Saving a File to Local Disk | GroupDocs

    This article demonstrates how to convert Files stored on local disk using GroupDocs.Conversion for Java API....Saving / Saving a File to Local Disk Saving a File to Local Disk...– The path where the output file will be saved. It can be an...

    docs.groupdocs.com/conversion/java/save-file-to...