Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 2,633 for

resource

(0.19 sec)
  1. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API... Save (); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/load-from-stream/
  2. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class.... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/image-search-opt...
  3. Add Image Watermark to JPG Using Python

    Discover how to add image watermark to JPG using Python and protect visual assets by placing a centered logo watermark on images with consistent alignment....inside a with block to manage resources efficiently. Next, create...

    kb.groupdocs.com/watermark/python/add-image-wat...
  4. GroupDocs.Viewer for .NET 19.3 is Released!

    We are happy to announce the release of version 19.3 of GroupDocs.Viewer for .NET. In this release, we have added several new features that target the PDF documents, archives and the source code files of Visual Basic and C#. Along with 2 bug fixes, we have made a couple of improvements for rendering of ZIP archives and vCard documents. For detailed information about the latest release, please have a look at the release notes....in using it, the following resources will be helpful for you to...

    blog.groupdocs.com/viewer/groupdocs.viewer-for-...
  5. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream...Save ( stream ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/save-a-modified...
  6. Editing certain parts of a document using Java ...

    I have more Doubts. Is there some way that for example in the Editor we have a *.doc or *docx document that have the possibility to only let edit certain parts of it an the rest of the content could be block? Full threa…...set of HTML/CSS markups and resources, which are editable in most...

    forum.groupdocs.com/t/editing-certain-parts-of-...
  7. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...( stream_out , ro ) More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/python-net/load-fr...
  8. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....readToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. How to load password-protected document | Group...

    This article explains how to load password protected document with GroupDocs.Signature API...."SignedSampleProtecte" , options ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/load-password-...
  10. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API...."SampleSigned" , options ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/load-document-...