Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 14,631 for

file

(0.09 sec)
  1. Changing Target File Format | Documentation

    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...
  2. How to edit XML file | Documentation

    This article demonstrates how to edit XML Files and XML documents using Java programming language..../ How to edit XML file How to edit XML file Leave feedback On...enough to specify the file itself through file path or . If loading...

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  3. Load a file of a specific format | Documentation

    This example demonstrates how to load a File of some particular format. advanced_usage.loading_Files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a File to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Loading files / Load a file of a specific format Load a file of a...example demonstrates how to load a file of some particular format. advanced_usage...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. XLTX File Format Support in GroupDocs.Merger fo...

    Document Manipulation and Modification is now programatically implemented in a lot of File formats. Keeping that in view, we are introducing some new File formats with the release of GroupDocs.Merger for .NET 19.2. Following new File formats are now supported by the API: XLT XLTX XLTM In excel these File formats are basically saved as a template Files. Beside new features, we also introduced a improvement and few bug fixes....programatically implemented in a lot of file formats. Keeping that in view...we are introducing some new file formats with the release of...

    blog.groupdocs.com/merger/xltx-file-format-supp...
  5. How to edit e-Book file | Documentation

    This article demonstrates how to edit e-Book Files using C# programming language....How to edit e-Book file How to edit e-Book file Leave feedback On...supported on export. Load e-Book files for edit GroupDocs.Editor for...

    docs.groupdocs.com/editor/net/how-to-edit-ebook/
  6. Saving a File to an Output Stream | Documentation

    This article demonstrates how to convert a File and save it as a stream using GroupDocs.Conversion for Java API..../ Saving a File to an Output Stream Saving a File to an Output...destination for the converted file. Pass the Output Stream to the...

    docs.groupdocs.com/conversion/java/save-file-to...
  7. Load Password-Protected File | Documentation

    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. New error when indexing gif file - Free Support...

    Unfortunately, we found one more problem when indexing a gif File we found… The indexing takes forever as soon as it is in the folder to index. imageproblem.zip (3.6 KB) PS: Is there an easy way to cancel the indexing…...New error when indexing gif file GroupDocs.Search Product Family...problem when indexing a gif file we found… The indexing takes...

    forum.groupdocs.com/t/new-error-when-indexing-g...
  9. Save overwriting original file | Documentation

    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...
  10. GroupDocsParserException when indexing very old...

    Hello, We get an exception when trying to index an old doc File: GroupDocs.Parser.Exceptions.GroupDocsParserException: The document appears to be corrupted and cannot be loaded. at .(Stream , LoadOptions ) at .(N…...GroupDocsParserExcep when indexing very old doc file GroupDocs.Search Product Family...when trying to index an old doc file: GroupDocs.Parser.Exceptions...

    forum.groupdocs.com/t/groupdocsparserexception-...