Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 15,586 for

file

(0.13 sec)
  1. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of a particular format using GroupDocs.Metadata for Python via .NET....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/python-net/load-a-f...
  2. Load a file of a specific format | GroupDocs

    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...
  3. 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...
  4. Optimize a PDF file for a browser | GroupDocs

    Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Optimize the output PDF file / Optimize a PDF file for a browser Optimize...Optimize a PDF file for a browser Leave feedback On this page This...

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source in Java....Advanced Usage / Saving files / Save a modified file to the original...original source Save a modified file to the original source Leave feedback...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  6. STL File Viewer using C# | View STL as PDF, HTM...

    View STL Files as PDF using C#. Further render the stereolithography (STL) Files into HTML, JPG and PNG formats within .NET applications....STL ( ST ereo L ithography) file format is used for 3D CAD drawings...programmatically render STL files into various other formats....

    blog.groupdocs.com/viewer/stl-file-viewer-using...
  7. Protect a CSV file using C# .NET - Free Support...

    can i add password to csv File using groupdocs...Protect a CSV file using C# .NET GroupDocs.Merger Product Family...1 can i add password to csv file using groupdocs 1 Like atir...

    forum.groupdocs.com/t/protect-a-csv-file-using-...
  8. How to edit e-Book file | GroupDocs

    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/
  9. 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-...
  10. Saving a File to an Output Stream | GroupDocs

    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...