Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 5,656 for

file conversion

(0.1 sec)
  1. 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 .NET....Conversion Product Solution GroupDocs...Loading / Load file from local disk Load file from local disk...

    docs.groupdocs.com/comparison/net/load-file-fro...
  2. Get file info | GroupDocs

    This article explains how to detect document File type, size and calculate pages count with GroupDocs.Comparison....Conversion Product Solution GroupDocs...Comparison basic / Get file info Get file info Leave feedback On...

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

    This article shows that how to get the list of all supported File formats of GroupDocs.Redaction by using C#....Conversion Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/redaction/net/get-supported-...
  4. Get file info | GroupDocs

    This page describes how to detect document File type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Conversion Product Solution GroupDocs...Annotation basics / Get file info Get file info Leave feedback On...

    docs.groupdocs.com/annotation/java/get-file-info/
  5. 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...
  6. GroupDocs.Conversion throws with Out of Memory ...

    Sometimes, we may encounter corrupted Files, or Files with unknown extensions. Will be good if GroupDocs.Conversion can fail gracefully when it encounters such situations. Attached is a simple text File with Filename “…...Conversion throws with Out of Memory exception for...for this test file GroupDocs.Conversion Product Family dotnet ,...

    forum.groupdocs.com/t/groupdocs-conversion-thro...
  7. Get supported file formats | GroupDocs

    This article explains how to get the list of all supported File formats....Conversion Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/java/get-supported...
  8. .NET 9 - Fails to recognise .ppt file - Free Su...

    In a .NET application, attempting to convert the attached Powerpoint fails with the following Conversion code. ppt File.zip (284.5 KB) using var converter = new Converter(() => ms); var convertOptions = new PdfConvertO…...ppt file GroupDocs.Conversion Product Family rthomas95...with the following conversion code. ppt file.zip (284.5 KB) using...

    forum.groupdocs.com/t/net-9-fails-to-recognise-...
  9. Get supported file formats | GroupDocs

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

    docs.groupdocs.com/comparison/java/get-supporte...
  10. Load password-protected file | GroupDocs

    Load password-protected File In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Conversion Product Solution GroupDocs...password-protected file Load password-protected file Leave feedback...

    docs.groupdocs.com/redaction/java/load-password...