Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 3,159 for

file format conversion

(0.09 sec)
  1. sample-app.zip

    sample-app/sample.pdf This document contains a variety of Formatted elements that are used to test document rendering quality during File Conversion Source Sans Pro Light, 14 pt. Simple text in Tim......document contains a variety of formatted elements that are used to...rendering quality during file conversion Source Sans Pro Light,...

    docs.groupdocs.com/viewer/nodejs-java/sample-fi...
  2. Adding class name to input controls | GroupDocs

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, check-boxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for Java API features....Conversion Product Solution GroupDocs...feedback Almost all formats within WordProcessing format family, like...

    docs.groupdocs.com/editor/java/adding-class-nam...
  3. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/extract-data-fro...
  4. 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...
  5. sample.chm

    4.13.4 ‘Internet protocol’ This option allows the user to select between the old and new Internet protocols and addressing schemes (IPv4 and IPv6). The selected protocol will be used for most outgo......write the contents of a binary file to your terminal, you will probably...inappropriate file type, such as an executable, image file, or ZIP...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  6. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...

    docs.groupdocs.com/conversion/java/load-email-d...
  7. Configuring search network | GroupDocs

    This page contains inFormation about configuring the search network....Conversion Product Solution GroupDocs...be saved to a file or stream in the XML format using the Save...

    docs.groupdocs.com/search/java/configuring-sear...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Conversion for .NET 18.8 comes with some new features...introduced when converting to PDF format. Some of the obsolete constructors...

    blog.groupdocs.com/groupdocs.blog/page/55/
  9. OCR Usage Basics | GroupDocs

    This article explains how to use OCR....Conversion Product Solution GroupDocs...To extract a text from image files or non-text PDF documents GetText...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional File Format inFormation. Load a PDF document Extract the root metadata package Use the FileType property to obtain File Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Documents / Working with...

    docs.groupdocs.com/metadata/net/working-with-me...