Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 6,833 for

page

(0.05 sec)
  1. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression.... 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/redaction/net/metadata-redac...
  2. Search for encrypted objects Metadata signature...

     This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document metadata with GroupDocs.Signature.... 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/signature/java/search-for-en...
  3. How to Convert RTF to HTML in C#

    Check out the detailed instructions to do document conversion and how to convert RTF to HTML in C#. Review sample code for RTF to HTML C# capability....properties such as page number and the number of pages for the converted...Zoom, Watermark, the list of page indexes, and many more to customize...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API... 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/redaction/java/use-microsoft...
  5. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.... close (); 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/working-with-...
  6. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... 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/working-with-m...
  7. How to use custom cache implementation | Docume...

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API.... 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/how-to-use-c...
  8. Font extraction options | Documentation

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....options Leave feedback On this page Introduction WordProcessing...system-installed font storages. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/java/font-extraction-...
  9. How to Сreate a Plugin for Sugar On-Demand Usin...

    SugarCRM is an open-platform web-based customer relationship management system which has an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the GroupDocs GDrive plugin as an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application GroupDocs account Development of GroupDocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied....is in the Module detail view page (if a user clicks on GroupDocs...plugin’s edit list and edit view pages, we use the plugin root folder/views/edit...

    blog.groupdocs.com/total/how-to-create-plugin-f...
  10. Tiled Rendering of CAD Documents using GroupDoc...

    We are pleased to announce the release of version 18.6 of GroupDocs.Viewer for .NET. The latest version provides the support of rendering DXF format as well as the tiled rendering of the CAD documents. Furthermore, we have added the feature of forced password validation for password protected documents. Along with the new features, there are 14 improvements and bug fixes in this monthly release. Below is the list of new features, improvements, and fixes added in GroupDocs....with specified options List pages = viewerHtmlHandler.GetPages(guid...every tile composes a separate page. You can add as many tiles as...

    blog.groupdocs.com/viewer/tiled-rendering-of-ca...