Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 3,306 for

file format conversion

(0.06 sec)
  1. Check if a file is encrypted | GroupDocs

    This article explains how to check if a File is encrypted using Java with GroupDocs.Viewer for Java....Conversion Product Solution GroupDocs.../ Check if a file is encrypted Check if a file is encrypted Leave...

    docs.groupdocs.com/viewer/java/how-to-check-if-...
  2. GroupDocs.Conversion for .NET Library - Convert...

    Good news for .NET developers - our universal document Conversion library, GroupDocs Conversion for .NET is now available for download! The library enables developers to seamlessly convert back and forth between over 50 common File Formats from within their .NET (C#, VB.NET) apps. For example, using the library, you can convert Word documents (DOC, DOCX) to PDF Files and to images without the need for Microsoft Word or Adobe Acrobat on either server or client side....universal document conversion library, GroupDocs Conversion for .NET is...forth between over 50 common file formats from within their .NET (C#...

    blog.groupdocs.com/conversion/groupdocs-convers...
  3. 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...
  4. Output Format and Password | GroupDocs

    Learn how to save an edited Word document with a password or change the output document Format using GroupDocs.Editor for Node.js via Java....Conversion Product Solution GroupDocs...Document / Output Format and Password Output Format and Password Leave...

    docs.groupdocs.com/editor/nodejs-java/output-fo...
  5. Get default load options for a source format | ...

    In this article, you will learn how to get default load options for a source Format with GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/get-default-l...
  6. Detect file type of container item | GroupDocs

    This article explains that how to detect File type of container item....Conversion Product Solution GroupDocs...attachments / Detect file type of container item Detect file type of container...

    docs.groupdocs.com/parser/net/detect-file-type-...
  7. 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...
  8. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML Files and XML documents using C# programming language....Conversion Product Solution GroupDocs.../ How to edit XML file How to edit XML file Leave feedback On...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  9. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs.../ Loading / Load file from stream Load file from stream Leave...

    docs.groupdocs.com/parser/python-net/load-file-...
  10. Loading specific file formats | GroupDocs

    Learn how to load specific File Formats manually using LoadOptions in GroupDocs.Parser for .NET. Required for Markdown, MHTML, databases, and remote email Files in C#....Conversion Product Solution GroupDocs...specific file formats Loading specific file formats Leave feedback...

    docs.groupdocs.com/parser/net/loading-specific-...