Sort Score
Result 10 results
Languages All
Labels All
Results 4,261 - 4,270 of 15,639 for

file

(0.15 sec)
  1. Adding a Watermark to Converted Documents | Gro...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API....instance, passing the output file name and the configured ConvertOptions...annual-review.docx is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/add-watermark/
  2. Add Document Annotation Functionality to Your D...

    We’re pleased to announce the release of the DNN module that allows developers to easily integrate the GroupDocs.Annotation for .NET library into DNN websites. This is a “full-integration” module that doesn’t require the library to be installed separately. The module has been approved by the DNN admins and is now available for download from the official DNN store. A few words about the library itself. GroupDocs.Annotation for .NET is an HTML5-based document annotator designed specifically for integration into third-party apps and websites.... Supported file formats include, but not limited...

    blog.groupdocs.com/annotation/add-document-anno...
  3. Receiving CultureNotFoundException - Free Suppo...

    Hey, our app is set to globalization-invariant mode. I see we get CultureNotFoundExceptions because GroupDocs.Conversion requires cultures. Is there any way yo bypass this? Why are cultures needed in the conversion? Tha…...// Ensure the input file is a text file converter.Convert("output...

    forum.groupdocs.com/t/receiving-culturenotfound...
  4. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....docx is sample file used in this example. Click...duplicate streams to reduce file size. Removes unused objects...

    docs.groupdocs.com/conversion/java/convert-to-p...
  5. Saving documents | GroupDocs

    Saving a document with method Save(), GroupDocs.Watermark puts it in the same folder as the original File, rewriting original. If you need to save the document to any custom location, you’ll have to use Save(string) method or Save(Stream) of Watermarker class. You can see examples of Save methods in one of these guides: Save document to the same File or stream Save document to the specified location Save document to the specified stream...same folder as the original file, rewriting original. If you...

    docs.groupdocs.com/watermark/net/saving-documents/
  6. Working with Spreadsheets in GroupDocs.Viewer f...

    Learn how to get load a Spreadsheet (Excel) document and render it to HTML, PDF, PNG and JPEG with different options...), Microsoft Excel Binary File Format (XLS, XLT), OpenDocument...the single input Spreadsheet file to all 4 output formats: HTML...

    blog.groupdocs.com/viewer/working-with-spreadsh...
  7. Load from a stream | GroupDocs

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream JavaScript try { const FileStream = fs.createReadStream("input.one") const metadata = new groupdocs.metadata.Metadata(FileStream); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:.../ Advanced Usage / Loading files / Load from a stream Load from...load a file from a stream. advanced_usage.loading_files.LoadFromStream...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  8. Working with Folders Contained in Outlook Data ...

    We are pleased to announce the monthly release of GroupDocs.Viewer for .NET 18.12. This release includes three new features, two bug fixes, and four improvements. By upgrading to the latest version, you’ll be able to get the list of folders and render messages from a specific folder contained in Outlook Data Files (OST/PST). Furthermore, it also allows you to ignore empty columns when rendering Excel documents. Below is the list of new features, fixes, and the improvements added in version 18....folder contained in Outlook Data Files ( OST/PST ). Furthermore, it...sub-folders in Outlook Data File documents ( OST/PST ). You can...

    blog.groupdocs.com/viewer/working-with-folders-...
  9. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource Files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a File, its containing folder is used as a base URI to resolve external resource Files’ relative URIs to absolute ones by default as shown in the following example....Saving With External Resource Files / Loading of template documents...referencing external resource files to be assembled and saved to...

    docs.groupdocs.com/assembly/java/loading-of-tem...
  10. ObjectDisposedException: Cannot access a closed...

    I am having issue while converting .eml and .pptx to PDF using memory stream. The same code works just fine for .png and *.html. I just replace the LoadOptions based on the File type. See below for the LoadOptions I a…...the LoadOptions based on the file type. See below for the LoadOptions...are using, and the specific files (if the issue appears only with...

    forum.groupdocs.com/t/objectdisposedexception-c...