Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 6,566 for

page

(0.09 sec)
  1. 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...
  2. Convert Markdown to PDF using C# | MD to PDF | ...

    Convert Markdown files to PDF using C#. Transform MD files into portable format using GroupDocs .NET conversion API....other PDF options like page margins, page orientation, watermark...

    blog.groupdocs.com/conversion/convert-markdown-...
  3. 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...
  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. 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...
  6. 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-...
  7. Releasing Next Generation GroupDocs.Viewer for ...

    It’s time to lay a hand on Next Generation GroupDocs.Viewer for Java 3.0.0. GroupDocs releases this product with the great power of rendering a variety of document formats to HTML and image representations. Why Next Generation GroupDocs.Viewer? The legacy 2.x versions of GroupDocs.Viewer for Java had complex API structure thereby requiring more coding efforts for a simple implementation. There were specific way of code implementation for different types of application development platforms.... It can converts document pages to images to get the accurate...Images Reorder pages in Html pages Reorder pages in Images For...

    blog.groupdocs.com/viewer/releasing-next-genera...
  8. Apply or Discard Comparison Changes With GroupD...

    GroupDocs team is excited to announce another monthly release of GroupDocs.Comparison for .NET 17.1.0 API with seven new features like Apply or Discard changes for spreadsheet, PDF file formats and support for hyperlink comparison is also introduced along with five improvements like change detection for paragraphs in PDF document, deleted or inserted borders comparison in Spreadsheet and change of table comparison are included. This monthly release also has two major fixes for PDF document ....moving modified table into new page and not deleting previous version...Improve Trim paragraphs by pages after some change in absorbing...

    blog.groupdocs.com/comparison/apply-discard-com...
  9. 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-...
  10. Edit Excel Spreadsheet | Documentation

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for Java....called worksheets) instead of pages, and these tabs are separate...preview for spreadsheet Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/java/edit-excel/