Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 13,530 for

file

(0.04 sec)
  1. Download and explore GroupDocs.Metadata librari...

    Visual Studio Plugin for GroupDocs.Metadata API for .NET Examples is an easy way for the users/developers to explore and investigate API examples. The plugin automatically downloads the examples from Github and the latest GroupDocs.Metadata library from NuGet. This provides a quick and comfortable way to view and run example projects without downloading everything manually. FeaturesFollowing are the features the plugin provides: Appears in File menu in Visual Studio Downloads source code automatically from Github Downloads GroupDocs....plugin provides: # Appears in File menu in Visual Studio Downloads...effort Plugin Screenshots # File -> GroupDocs in Visual Studio...

    blog.groupdocs.com/metadata/download-explore-gr...
  2. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...steps: Load a desired spreadsheet file to the class. Call the method...opening an unprotected spreadsheet file, obtaining a number of all worksheets...

    docs.groupdocs.com/editor/java/generating-works...
  3. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded File as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Metadata represents any loaded file as a tree consisting of metadata...using the code snippet below: a file to examine Obtain the instance...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  4. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java....protection for the converted file, requiring a specified password...convert a PDF document to an ODT file using advanced conversion options:...

    docs.groupdocs.com/conversion/java/convert-to-w...
  5. Latest release for Modern SharePoint WebPart fo...

    Great news for SharePoint Developers, GroupDocs proudly announces latest release for GroupDocs.Viewer for .NET Modern SharePoint WebPart. In this v1.1 we updated all features that were implemented in ASP.NET MVC Modern UI v1.1. Our aim is to provide same features in all of our modern front ends, so that customer’s across different platforms can enjoy similar features. We have introduced a bunch of new features in this new version. We would recommend you to download this release and provide your valuable feedback....msg file via file browser. The application...

    blog.groupdocs.com/viewer/latest-release-modern...
  6. Add component to the document | Documentation

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot...component to Word, Image, or diagram file, etc. For more information,...

    docs.groupdocs.com/annotation/java/add-componen...
  7. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...document as a rasterized PDF file: final Redactor redactor = new...rasterized PDF with no suffix in file name redactor . save ( tmp0...

    docs.groupdocs.com/redaction/java/save-in-raste...
  8. Remove Metadata from EPUB using C#

    In this guide, you will learn how to remove metadata from EPUB using C#. Additionally, you will get the code example necessary to delete metadata from EPUB in C#....era, electronic books ( EPUB files) have become a popular medium...distributing content. However, these files often contain hidden metadata...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  9. How to Convert RTF to JPG using Java

    This guide will walk you through the entire workflow on how to convert RTF to JPG using Java. Additionally, it will provide Java code to export RTF to JPG in Java....world, the need to convert files from one format to another is...of Rich Text Format ( RTF ) files to JPG format. We will also...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Many PDF files result in System.ArgumentOutOfRa...

    Hello, We are getting the following exception… It seems to be caused by the extraction of metadata… System.ArgumentOutOfRangeException: The added or subtracted value results in an un-representable DateTime. (Parameter…...Many PDF files result in System.ArgumentOutOfRangeEx: The added...extraction of metadata from PDF files, especially if the metadata...

    forum.groupdocs.com/t/many-pdf-files-result-in-...