Sort Score
Result 10 results
Languages All
Labels All
Results 5,361 - 5,370 of 6,797 for

paged

(0.04 sec)
  1. 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-...
  2. 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...
  3. Convert Image using OCR | Documentation

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....library could be used 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/convert-image...
  4. Field Management in GroupDocs.Editor for Node.j...

    This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....Working with Form Fields 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/editor/nodejs-java/form-fiel...
  5. 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...
  6. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working.... 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/search/java/build-your-first...
  7. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking API... Count ); } 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/net/working-with-s...
  8. No differences are detected in header when head...

    Hello! We have two documents with some numbers in the header. Document 1 has “123” and document 2 has “456”. Both documents also have the same field code in the header. Here are the documents: 113.docx (20.9 KB) 213.…...shows no changes and the summary page says “SOURCE AND TARGET FILES...

    forum.groupdocs.com/t/no-differences-are-detect...
  9. Toggle between Html and Image Representation in...

    GroupDocs team keeps on adding new features in ASP.NET MVC Front End for GroupDocs.Viewer for Java, so that users can enjoy user-friendly interface, easily manageable code, pixel perfect rendering with features supported in our old front ends. In this new release v1.3 user can now load document in both HTML and **Image **in the document. User can toggle between image and html through the Toggle image button. We recommend you to download and explore this new version....getParameter("page")); o.setPageNumbersToRend(Arrays...

    blog.groupdocs.com/viewer/toggle-html-image-rep...
  10. How to Use GroupDocs' Online Signature App to S...

    In one of our previous articles we discussed how a typical online signature service works and took a brief look at GroupDocs’ online signature app. Today we’ll see how this application helps you to sign a document online step by step. This article doesn’t cover all the features of the app, just the basics you need to know to sign a document online. Please Note: to start using GroupDocs’ online signature service, you need to register with us first....The GroupDocs Signature Home page appears. Create an envelope...

    blog.groupdocs.com/signature/how-to-use-groupdo...