Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 6,054 for

file conversion

(0.04 sec)
  1. Optimize the output PDF file | GroupDocs

    Optimize PDFs for web viewing or reduce File size with GroupDocs.Viewer. Adjust resources and improve loading times....Conversion Product Solution GroupDocs...the output PDF file Optimize the output PDF file Leave feedback...

    docs.groupdocs.com/viewer/python-net/optimizati...
  2. Get Supported File Formats Programmatically | G...

    Programmatically enumerate the list of File formats supported by GroupDocs.Comparison for Python via .NET via FileType.get_supported_File_types()....Conversion Product Solution GroupDocs...formats (API) Get Supported File Formats Programmatically Leave...

    docs.groupdocs.com/comparison/python-net/develo...
  3. Get supported file formats | GroupDocs

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

    docs.groupdocs.com/watermark/nodejs-java/get-su...
  4. Converting an outlook email .msg file with atta...

    Hello, Using GroupDocs.Conversion.NETFramework v25.11.0, when you convert an email from outlook, format .msg, into a PDF, and the email contains attachments of PDF format, the annotations/stamps are lost at Conversion. …...msg file with attachments containing...annotations/stamps GroupDocs.Conversion Product Family dotnet CyrusDaVirus...

    forum.groupdocs.com/t/converting-an-outlook-ema...
  5. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM File formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....the support of EMF and DICOM file formats. Along with this, the...Support of EMF file format Support of DICOM file format Document...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  6. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Node.js via Java....Conversion Product Solution GroupDocs...Loading / Load file from local disk Load file from local disk...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  7. 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...
  8. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original File...Conversion Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/net/save-overwriti...
  9. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported File types. An example of obtaining a list of supported File types is presented below. Iterable<FileType> supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType FileType = (FileType)iterator.next(); System.out.println(FileType.getExtension() + " - " + FileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Conversion Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...
  10. Get supported file formats | GroupDocs

    This article explains how to obtain supported File formats list for PDF, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....Conversion Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/signature/net/get-supported-...