Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 8,083 for

page

(0.53 sec)
  1. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  2. Add watermarks to images | GroupDocs

    Add watermark to photos or multi-framed images using Java....images inside a document Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Logging | GroupDocs

    Logging when rendering documents with GroupDocs.Viewer for Java...log file: Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/logging/
  4. Load from Azure Blob Storage | GroupDocs

    This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/load-document-fr...
  5. Load document from FTP | GroupDocs

    This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for Java API....retrieveFileStream ( filePath ); } } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/java/load-documen...
  6. Load file from Azure blob storage | GroupDocs

    This article demonstrates how to convert file stored in Azure Blob storage using GroupDocs.Conversion for .NET API....return container ; } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/net/load-file-fro...
  7. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to render your presentations...save all elements of an HTML page (including text, graphics, and...

    docs.groupdocs.com/viewer/nodejs-java/render-pr...
  8. Exclude Specific Fonts from Output HTML using G...

    We are pleased to announce the release of GroupDocs.Viewer for .NET 18.10. The latest version allows setting the list of the fonts that should be excluded from the output HTML to decrease the size of the output files. Furthermore, the inclusion of 5 improvements and 6 bug fixes have made the API more promising. Below is the list of new features, improvements, and fixes added in v18.10. Features Introduced Setting List of the Fonts to be Excluded Adding fonts into HTML ensures that the text from the original document will appear similar in HTML, regardless of whether fonts are installed on the viewer’s device or not....Add("Arial"); List pages = htmlHandler.GetPages(guid...(PageHtml page in pages) { Console.WriteLine("Page number: {0}"...

    blog.groupdocs.com/viewer/exclude-specific-font...
  9. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your Java application....presentations, PDF files, web pages, email messages, and images...entire document or specific pages. GroupDocs.Viewer ships with...

    docs.groupdocs.com/viewer/java/
  10. Verify Barcode Signatures in Document | GroupDocs

    This topic explains how to verify Barcode electronic signatures with GroupDocs.Signature for Python via .NET API....Document Leave feedback On this page provides functionality to verify...options . all_pages = True # verify on all pages # Verify signatures...

    docs.groupdocs.com/signature/python-net/verify-...