Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 6,236 for

file conversion

(0.08 sec)
  1. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target File format of an assembled document using File extension or explicit specifying. GroupDocs.Assembly API provides the ability to change target File format when assembling the following File formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output File formats depending on input File formats can be found at this page....Conversion Product Solution GroupDocs...Changing Target File Format Changing Target File Format Leave feedback...

    docs.groupdocs.com/assembly/java/changing-targe...
  2. How to Convert Text File to JPG using C#

    This tutorial describes the process to convert Text File to JPG using C# and provides a sample code to show the implementation of the TXT to JPG converter in C#....Conversion Product Family GroupDocs...Product Family How to Convert Text File to JPG using C# This short article...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Convert a JPG file passed as FileStream to PDF ...

    Hello, I noticed some very strange behavior when converting a certain jpg File. The problem is always reproducible using the basic pdf Conversion sample, but only happens when the File is passed in as a stream. The fo…...Convert a JPG file passed as FileStream to PDF issue in .NET...NET GroupDocs.Conversion Product Family Clemens_Pestuka January...

    forum.groupdocs.com/t/convert-a-jpg-file-passed...
  4. Exception on saving Word to EML file format - F...

    Exception on saving Word to EML File format Traceback (most recent call last): File “D:\kb-python\kbConversion.py”, line 22, in converter.convert(“output.eml”, convert_options) RuntimeError: Proxy error(ConversionNo…...saving Word to EML file format GroupDocs.Conversion Product Family...EML file format Traceback (most recent call last): File “D:\...

    forum.groupdocs.com/t/exception-on-saving-word-...
  5. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original File: // Make a copy of sample File Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original File redactor.save(options); } } finally { redactor....Conversion Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  6. Saving a File to an Output Stream | GroupDocs

    This article demonstrates how to convert a File and save it as a stream using GroupDocs.Conversion for Java API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...

    docs.groupdocs.com/conversion/java/save-file-to...
  7. Convert Mobi & PDF/A file formats Using GroupDo...

    We are is glad to announce another release of GroupDocs.Conversion for .NET v17.2.0. In this monthly release new File formats “Mobi and PDF/A” are added in supported File format list. This monthly release of Document Conversion API is introducing new features like " Settings for different horizontal and vertical resolution when converting to image formats" and “Conversion to PDF with setting for PDF File format” along with other five fixes....Conversion for .NET v17.2.0 . In this...this monthly release new file formats “ Mobi and PDF/A ” are added...

    blog.groupdocs.com/conversion/mobi-pdfa-file-fo...
  8. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text File automatically....Conversion Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/net/text-file-encodin...
  9. Get supported file formats | GroupDocs

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Python applications....Conversion Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/comparison/python-net/get-su...
  10. Get supported file formats | GroupDocs

    Learn how to get a list of all supported File formats programmatically using GroupDocs.Parser for .NET. Check supported extensions and File types dynamically in C#....Conversion Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/parser/net/get-supported-fil...