Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 3,138 for

file format conversion

(0.1 sec)
  1. Load page description language document with op...

    Learn how to load and convert page description language documents (XPS, SVG, EPS, PS, TEX, PCL) with advanced options using GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/load-page-des...
  2. Get HTML Markup in Different Forms | GroupDocs

    Learn how to get edited document HTML markup - body without head tag, content in raw and base64 form, and others using GroupDocs.Editor for Node.js via Java API....Conversion Product Solution GroupDocs...'groupdocs-editor' ); // Specify the input file path const inputFilePath = ...

    docs.groupdocs.com/editor/nodejs-java/get-html-...
  3. Set PageOrientation using GroupDocs.Conversion ...

    This month’s release of GroupDocs.Conversion for Java 18.6 comes with some bug fixes, improvements and new features. Issue such as printing complete spreadsheet instead of just printable area is fixed. A new property PageOrientation is introduced in DocumentInfo class. Please take a look over the release notes to get an idea about the new features, improvements and bug fixes. Features Introduced Implement Conversion from DWF Convert specific range when converting cells document Conversion from PostScript specific options for converting CSV documents Setting default zoom when converting to Cells Default zoom when converting to Words Set default zoom when converting to Slides Configurable option for setting a watermark as background Improvements Caching with provided LocalCacheDataHandler Implement configuration option for selecting if blank rows and columns should be skipped when converting Cells document Set zoom when converting to Pdf document Update API for getting document info to detect page orientation for the supported Formats Set default font to replace all missing fonts when converting Words document Default font to replace all missing fonts when converting Cells document Conversion improvement when converting Psd and Odg to Pdf Issues Resolved Unable to set watermark text Converting specific docx document fails with Value cannot be null, parameter trueTypeFont Fix failing Conversion from Odg Failing Conversion from Ifc Just print area is getting converted, not the entire spreadsheet XPS to PDF Conversion failed LoadOptions doesn’t possess setDefaultFont method Problem in converting large excel Files....Conversion for Java 18.6 comes with...Features Introduced # Implement conversion from DWF Convert specific...

    blog.groupdocs.com/conversion/set-pageorientati...
  4. Updates to GroupDocs Privacy Policy – GroupDocs...

    Share this issue: Monthly NewsletterJune 2018 Documents Viewer APIs for .NET and Java Applications View over 50 Document & Image Formats without External Viewer GroupDocs.Viewer product family offers powerful Files viewer APIs for .NET and Java applications. It rasterizes documents and images both, renders text and converts them to SVG, HTML and CSS – thus offering a high-fidelity true-text, document rendering. Developers can work with all popular business and image File Formats including: Microsoft Office, Visio, Project, Outlook, PDF, HTML, OpenDocument, AutoCad, MetaFiles, JPEG, TIFF, GIF, BMP etc....View over 50 Document & Image formats without External Viewer GroupDocs...product family offers powerful files viewer APIs for .NET and Java...

    blog.groupdocs.com/total/updates-to-groupdocs-p...
  5. Load document | GroupDocs

    Following this guide you will learn how to load document from local disk or File stream for editing with GroupDocs.Editor for Java API....Conversion Product Solution GroupDocs...byte stream or through valid file path, should be loaded into...

    docs.groupdocs.com/editor/java/load-document/
  6. 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:...Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Extracting Common...

    docs.groupdocs.com/metadata/net/extracting-comm...
  7. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document Formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional File Format inFormation. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain File Format inFormation AdvancedUsage....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Documents / Working with...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Annotate, Sign and Convert Documents Online Usi...

    Fast changing trends in technology require professionals and organizations to adapt and stay abreast. Organizations with a large number of employees focus on productivity to generate revenues, whereas professionals and consultants look for utility and cost. In the 90s there were limited options for document management, except for Microsoft Word - an editing software. Now, things have changed and there are many alternatives available. However, certain apps have compelling features and fit your requirements but may not provide other features....and can be stored in a single file. No new installations are needed...signed documents to different formats. How Do I Convert Documents...

    blog.groupdocs.com/total/annotate-sign-convert-...
  9. Edit Word | GroupDocs

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for Java....Conversion Product Solution GroupDocs...used and known document family format, that includes DOC, DOT, DOCX...

    docs.groupdocs.com/editor/java/edit-word/
  10. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options....Conversion Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/search-text/