Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 15,661 for

file

(0.29 sec)
  1. Load File From Stream | GroupDocs

    This article demonstrates how to convert a File from a stream using GroupDocs.Conversion for Python via .NET API....Documents / Load File From Stream Load File From Stream Leave...Leave feedback To load a source file from a stream, you can use the...

    docs.groupdocs.com/conversion/python-net/develo...
  2. 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..../ Loading / Load file from stream Load file from stream Leave...saving a file on disk, allows you to work with file streams directly...

    docs.groupdocs.com/parser/python-net/load-file-...
  3. 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....Changing Target File Format Changing Target File Format Leave feedback...Business Layer . Changing Target File Format GroupDocs.Assembly provides...

    docs.groupdocs.com/assembly/java/changing-targe...
  4. Get file info | GroupDocs

    This article explains how to detect document File type, size and calculate pages count with GroupDocs.Comparison....Comparison basic / Get file info Get file info Leave feedback On...about a file: FileType represents the document file type (PDF...

    docs.groupdocs.com/comparison/python-net/get-fi...
  5. Load file from stream | GroupDocs

    This article demonstrates how to convert File presented as a stream using GroupDocs.Conversion for .NET API..../ Loading files from different sources / Load file from stream...stream Load file from stream Leave feedback There might be a case...

    docs.groupdocs.com/conversion/net/load-file-fro...
  6. Determine the file type | GroupDocs

    This article explains how to get a type of a File with GroupDocs.Viewer for .NET using .NET / C#..../ Determine the file type Determine the file type Leave feedback...feedback On this page A file type is a standard way that information...

    docs.groupdocs.com/viewer/net/how-to-determine-...
  7. Load Password-Protected File | GroupDocs

    Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured Files....Password-Protected File Load Password-Protected File Leave feedback...below: load_password_protected_file.py from groupdocs.conversion...

    docs.groupdocs.com/conversion/python-net/develo...
  8. 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....overwriting original file Save overwriting original file Leave feedback...original file: // Make a copy of sample file Files . copy ( new...

    docs.groupdocs.com/redaction/java/save-overwrit...
  9. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Comparison for .NET..../ Loading / Load file from stream Load file from stream Leave...saving stream as a file, allows you to work with file streams directly...

    docs.groupdocs.com/comparison/net/load-file-fro...
  10. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text File automatically....Indexing / Text file encoding detection Text file encoding detection...automatically detect encoding of a text file, the property defined in the...

    docs.groupdocs.com/search/net/text-file-encodin...