Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 3,021 for

file converter

(0.14 sec)
  1. Optimize images in Java | GroupDocs

    Optimize images in a PDF File using GroupDocs.Viewer for Java...PDF / Optimize the output PDF file / Optimize images in Java Optimize...quality Set image resolution Convert to grayscale Was this page...

    docs.groupdocs.com/viewer/java/optimize-images/
  2. Split a worksheet into pages | GroupDocs

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet Files to HTML, PDF, and image formats....basics / Render spreadsheet files / Split a worksheet into pages...GroupDocs.Viewer is to render (convert) input document formats (including...

    docs.groupdocs.com/viewer/net/split-worksheet-i...
  3. A Year of Great Achievements: 2012 in Review

    For GroupDocs, 2012 was a significant year marked by milestones; we’re proud and grateful to end a busy year with great achievements. With constant enhancements, we were able to prove that we’re an integral part of the document management world. In 2012, we have introduced enhanced versions of our apps with added features from time to time; created a variety of plugins for multiple platforms; integrated many different storage options with GroupDocs; introduced flexible API SDKs to help you integrate our apps to your existing applications; and were able build a strong base of valuable customers, ranging from small to mid to enterprise levels; amongst many others....conversion app that lets you convert documents simply using your...GroupDocs Conversion, you can convert different types of word processing...

    blog.groupdocs.com/viewer/a-year-of-great-achie...
  4. Unable to view document in word editor properly...

    Hello I am trying to view the word/excel/ppt document in Groupdocs editor using asp.net mvc(web api, jQuery, JavaScript) like how it is working → Word Editor, Excel Editor, PowerPoint Editor Below is my code for the s…...FilePath)) { var guid = Convert.ToString(Guid.NewGuid()); if...create empty word/excel/ppt files if queryData.FilePath is empty...

    forum.groupdocs.com/t/unable-to-view-document-i...
  5. .NET 10 GroupDocs.Viewer GetBarcodeImage except...

    We’re encountering an issue when converting .doc/.docx Files to PDF. Error System.TypeLoadException (HResult: 0x80131522) Message: Method ‘GetBarcodeImage’ in type ‘…’ from assembly ‘GroupDocs.Viewer, Version=25.12.0.…...GetBarcodeImage exception when converting .doc/.docx files to PDF GroupDocs...encountering an issue when converting .doc/.docx files to PDF. Error System...

    forum.groupdocs.com/t/net-10-groupdocs-viewer-g...
  6. Conversion to POTX is supported in GroupDocs.Co...

    Another monthly release of GroupDocs.Conversion for .NET 17.11 is on-board. This release comes with new document formats support such as POTX and POTM. Cells to SVG and Diagram to SVG conversions are improved. Furthermore, some bug fixes are also announced. We’d recommend you to download the latest release of the API and share your experience. Document Conversion API for .NET - Features Conversion from/to POTX and POTM Back and forth PPTM, PPSM documents conversion Implement conversion from/to XLTX and XLTM GroupDocs Document Conversion API - Improvements Check for unsupported Excel 95 XLS File format and throw an exception Cells to SVG conversion improvement Improved Diagram to SVG conversion Set custom font directories GroupDocs....for unsupported Excel 95 XLS file format and throw an exception...System.ArgumentException when converting Mobi to Ppt or Pps Conversion...

    blog.groupdocs.com/conversion/conversion-potx-s...
  7. Releasing GroupDocs.Viewer for .NET 3.6.0 - New...

    We are inspired to see a wide number of users across the world using GroupDocs.Viewer API and their feedback always motivate us to make improvements and add support for more features. Therefore, today, we are announcing another monthly release of GroupDocs.Viewer for .NET with 7 new features, 9 fixes, and 5 improvements. Let’s have an overview of the latest version. Document Viewer API - New FeaturesFollowing are the new features introduced in GroupDocs....the hidden pages for MS Visio files Set default font when rendering...rendering Words documents LaTeX file format viewing support Support...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  8. Save to stream | GroupDocs

    You might need to save a document to any custom File at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream FileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_File....save a document to any custom file at any location on the local...document to a custom location and convert its pages to images final FileOutputStream...

    docs.groupdocs.com/redaction/java/save-to-stream/
  9. We are encountering an issue while comparing HT...

    We are encountering an issue while comparing HTML documents. When a bullet point is changed to a different bullet style, this change is not reflected in the comparison results. Please find attached the issue while compar…...@koc-it-support Thanks for the sample file(s); that should help with reproduction...bug in Aspose.Total when converting html to unknown. To confirm...

    forum.groupdocs.com/t/we-are-encountering-an-is...
  10. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert Files with just couple lines of code....Java / Developer guide / Converting Documents / Basic usage Basic...Basic usage Leave feedback Convert documents fast and easily using...

    docs.groupdocs.com/conversion/java/basic-usage/