Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 23,454 for

file watermark

(0.06 sec)
  1. Specify file type when loading a document | Doc...

    This article explains how to specify the File type when loading a document with GroupDocs.Viewer within your Java applications....Watermark Product Solution GroupDocs...Specify file type when loading a document Specify file type when...

    docs.groupdocs.com/viewer/java/specify-file-typ...
  2. 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....Watermark Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  3. Optimize a PDF file for a browser | Documentation

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java API for web browser or to reduce size....Watermark Product Solution GroupDocs...Optimize the output PDF file / Optimize a PDF file for a browser Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. Automate file format processing in C++ with Aspose

    Make File format processing more efficient for Office, PDF, Images, and other File types in CPP by developing feature-rich apps using native Aspose APIs....Lithuanian Home Products C++ Automate file format processing in C++ with...fast and reliable processing of file formats in C++ using the native...

    www.aspose.com/products/cpp/
  5. Save a modified file to a stream | Documentation

    This article shows how to save a File to the specified stream in Java...Watermark Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  6. Optimize a PDF file for a browser | Documentation

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Python API for web browser or to reduce size....Watermark Product Solution GroupDocs...Optimize the output PDF file / Optimize a PDF file for a browser Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Android File Format Processing APIs for Mobile ...

    Android File Format APIs for Word Excel PDF PowerPoint and Emails. Programmatically create edit render and convert document formats within mobile apps...Java Android APIs to Manipulate File Formats in Mobile Apps Manipulate...to write, read and edit PDF files without using any other third...

    products.aspose.com/total/android-java/
  8. Apply PC3 config file when rendering CAD format...

    This article explains how to apply PC3 Files with GroupDocs.Viewer within your .NET applications....Watermark Product Solution GroupDocs...Acquisition Apply PC3 config file when rendering CAD formats From...

    docs.groupdocs.com/viewer/net/how-to-apply-pc3-...
  9. 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 JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Watermark Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  10. Save a modified file to a stream | Documentation

    This article shows how to save a File to the specified stream in Java...Watermark Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/java/save-a-modifie...