Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 9,184 for

images

(0.09 sec)
  1. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  2. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/save-a-modified...
  3. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  4. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to Images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....location and convert its pages to images final FileOutputStream fileStream...

    docs.groupdocs.com/redaction/java/save-to-stream/
  5. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/load-a-password...
  6. About using GroupDocs.Conversion for Java to co...

    While testing the HTML to PPT conversion feature of GroupDocs.Conversion for Java, I found that the format of the resulting PPT file was incorrect. To help you reproduce and analyze the issue, I have uploaded the HTML te…...recognized as a background image. Can you provide a temporary...to see instead of background images for the buttons? If you could...

    forum.groupdocs.com/t/about-using-groupdocs-con...
  7. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...files render correctly and the images within them are visible on...document, including embedded images. using GroupDocs.Editor; using...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  8. Upcoming Release of GroupDocs.Redaction for Java

    Big News! We are going to launch GroupDocs.Redaction API for Java platform very soon. Similar to the .NET version, GroupDocs.Redaction for Java would be a backend API for removing sensitive and classified information from the popular document formats. As far as the supported features are concerned, this is going to be a replica of GroupDocs.Redaction for .NET. Through this API, we aim to provide you a single, format-independent interface containing a set of redaction methods to redact text, metadata, and annotations....Support of region redactions for image files Metadata Redaction Searching...potx, .pptm, .ppsm, .potm) Images (.jpg, .jpeg, .bmp, .png, ...

    blog.groupdocs.com/redaction/upcoming-release-o...
  9. Render ISFF-based DGN File Format using GroupDo...

    We are delighted to announce that GroupDocs.Viewer for .NET 18.7 has been released and it is available for download. The latest version supports rendering of ISFF-based DGN (V7) file format. Furthermore, we have added 4 improvements as well as 4 critical bug fixes in this release. For details about the changes in version 18.7, please have a look at the release notes. Below is the list of new features, improvements, and fixes added in v18....support for ODG, SVG and MetaFile Images Improve output content for...

    blog.groupdocs.com/viewer/render-isff-based-dgn...
  10. Basic usage | Documentation

    Quick Start section for GroupDocs.Parser API Parse your documents and extract data easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to parse them and extract data using GroupDocs.Parser API....metadata from documents Extract images from documents Was this page...

    docs.groupdocs.com/parser/net/basic-usage/