Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 597 for

file type specification

(0.31 sec)
  1. Convert TXT to ODT using Node.js

    Convert TXT to ODT using Node.js for fast and accurate document transformation. This guide also shows the steps of how to export TXT to ODT in Node.js with ease....to enable seamless TXT to ODT file conversion capabilities within...the path to your source TXT file, preparing it for conversion...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  2. Annotate Word DOC DOCX files in Java | Add or R...

    Add or remove annotations from Word DOC/DOCX Files in Java. Add arrow, rectangle, ellipse, watermark annotations using document Annotation API....from Word Files Java API to Annotate and Markup Word Files # GroupDocs...Word documents and many other file formats. Supported document...

    blog.groupdocs.com/annotation/annotate-word-doc...
  3. Online Document Storage Features

    There’s more to GroupDocs than online document storage. Saying that, we realize that one of the reasons that you’re interested in GroupDocs is the storage feature. So what’s document storage all about and what should you look for when choosing a online storage service? 1. Storage Space The first thing to consider is what you want to store and how much space you’ll need. Documents differ in size and it can be difficult to estimate document sizes....video and audio files are huge compared to text files. Look at War...War and Peace: as a simple TXT file is is 3.3MB in size. As an MP3...

    blog.groupdocs.com/total/online-document-storag...
  4. Working with fonts in GroupDocs.Viewer for .NET

    Learn how to get list of used fonts, specify or replace missing fonts, exclude fonts...data embedded in the document file itself, like PDF. But others...presented as in instance of the type, which implements a IFontInfo...

    blog.groupdocs.com/viewer/working-with-fonts/
  5. 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…...LoadOptions based on the file type. See below for the LoadOptions...you are using, and the specific files (if the issue appears only...

    forum.groupdocs.com/t/objectdisposedexception-c...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the API while adding CHM files media type detector to the API. Most...supports reading APEv2 tags in Mp3 files. Furthermore, the API also allows...

    blog.groupdocs.com/groupdocs.blog/page/71/
  7. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME Type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Usage / Managing metadata for specific formats / Images / Extracting...such as width and height, MIME type, byte order, etc. Please see...

    docs.groupdocs.com/metadata/net/extracting-comm...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...possible conversion for provided file type extension or provided stream...features of this plugin: Appears in File menu in Visual Studio Downloads...

    blog.groupdocs.com/groupdocs.blog/page/90/
  9. Remove Annotations from PDF & Word Documents in...

    Programmatically remove annotations from PDF & Word Files in Java. Remove all annotations, remove by IDs, or by annotation Types using Java Annotation API....like PDF and Word DOC/DOCX files in Java . The following topics...from PDF, Word, and many other types of documents. You can visit...

    blog.groupdocs.com/annotation/remove-annotation...
  10. Save HTML to Folder | GroupDocs

    This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features....and save it to disk as an HTML file with a resource folder using...'groupdocs-editor' ); // Specify the input file path const inputFilePath = ...

    docs.groupdocs.com/editor/nodejs-java/save-html...