Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 3,109 for

file format conversion

(0.05 sec)
  1. Supported file formats | GroupDocs

    This topic lists File Formats supported by GroupDocs.Watermark for Python....Conversion Product Solution GroupDocs.../ Supported file formats Supported file formats Leave feedback...

    docs.groupdocs.com/watermark/python-net/support...
  2. Convert a JPEG file to PSD programmatically in C#

    You can convert an image File (e.g. JPEG, JPG, PNG) to PSD Format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image Format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd....convert an image file (e.g. JPEG, JPG, PNG) to PSD format and redesign...requirements using GroupDocs.Conversion for .NET. All you have to...

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...
  3. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original Format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").Format(new Date())); // Saving in original Format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Conversion Product Solution GroupDocs...Save in original format Save in original format Leave feedback...

    docs.groupdocs.com/redaction/java/save-in-origi...
  4. Supported File Formats | GroupDocs

    GroupDocs.Signature for Python via .NET supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more Formats....Conversion Product Solution GroupDocs.../ Supported File Formats Supported File Formats Leave feedback...

    docs.groupdocs.com/signature/python-net/support...
  5. About using GroupDocs.Conversion for Java to co...

    While testing the HTML to PPT Conversion feature of GroupDocs.Conversion for Java, I found that the Format of the resulting PPT File was incorrect. To help you reproduce and analyze the issue, I have uploaded the HTML te…...Conversion for Java to convert HTML to PPT format GroupDocs...GroupDocs.Conversion Product Family java xingyu11 May 15, 2025, 11:10am...

    forum.groupdocs.com/t/about-using-groupdocs-con...
  6. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different Format based on attachment type using GroupDocs.Conversion for .Java....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...

    docs.groupdocs.com/conversion/java/convert-each...
  7. How to Edit MOBI File | GroupDocs

    This article demonstrates how to edit MOBI Files using Node.js via Java....Conversion Product Solution GroupDocs...How to Edit MOBI File How to Edit MOBI File Leave feedback On...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  8. Convert XML-FO, XSL, VSDM, VSSM, VSTM and LATEX...

    GroupDocs team is glad to announce another release of GroupDocs.Conversion for .NET v17.5.0 API. In this monthly release new File Formats like XML-FO/ XSL , VSDM, VSSM, VSTM and LATEX support introduced along with new feature “Option to set Zoom when Converting to HTML and Improved Memory Usage” . This release is also including major fixes and improvements. We recommend our users to download the new release and use the new exciting features to enhance their application....Conversion for .NET v17.5.0 API . In...this monthly release new file formats like XML-FO/ XSL , VSDM...

    blog.groupdocs.com/conversion/conversion-suppor...
  9. Get supported file formats | GroupDocs

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

    docs.groupdocs.com/parser/python-net/get-suppor...
  10. Save in original format | GroupDocs

    This article demonstrates that how to save File in its original Format with current date as a suffix...Conversion Product Solution GroupDocs...Save in original format Save in original format Leave feedback...

    docs.groupdocs.com/redaction/net/save-in-origin...