Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 844 for

extract page

(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....Leave feedback On this page Extracting information about all slide...backgrounds The API allows you to extract information about all the slide...

    docs.groupdocs.com/watermark/java/working-with-...
  2. Search for QR Code standard entries | Documenta...

    This article explains how to provide advanced search for standard QR Code embedded objects like WiFi, Event, Contact, SMS, EMail, EPC or SEPA payment, VCard or MeCard entries, etc with GroupDocs.Signature API....entries Leave feedback On this page provides ability to embed into...standard. Here are the steps to extract standard entry frmo the QR-code...

    docs.groupdocs.com/signature/net/advanced-searc...
  3. How to run examples | Documentation

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....examples Leave feedback On this page We offer multiple solutions...outputFilePathFormat = @"output\page-{0}.html" ; HtmlViewOptions...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  4. GroupDocs.Parser Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....have improved the text area extraction for the PDF documents. For...to extract text from the databases. You can also extract data...

    blog.groupdocs.com/categories/groupdocs.parser-...
  5. Merge and split EPUB files in C# - GroupDocs.Me...

    Learn how to merge and split EPUB files using C# with GroupDocs.Merger for .NET. Try the powerful features for managing your EPUB documents....be useful when you need to extract individual chapters or sections...split the document, such as by page numbers. Execute the split :...

    blog.groupdocs.com/merger/merge-and-split-epub-...
  6. Create new document by format | Documentation

    This article demonstrates how to Create new document documents, spreadsheets and presentations with GroupDocs.Editor for Java API....document in a specified format, extracting content from a client, processing... ExtractAllEmbedded ); // Extract all embedded fonts. EditableDocument...

    docs.groupdocs.com/editor/java/create-document/
  7. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...document Leave feedback On this page Watermarks in Word documents...Save ( "document.docx" ); } Extracting information about all shapes...

    docs.groupdocs.com/watermark/net/existing-objec...
  8. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...// Parse json response to extract lines and words with the bounding...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  10. Extracting property values | Documentation

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....properties / Extracting property values Extracting property values...platform-specific type. advanced_usage.extracting_property_values.ExtractUsingType...

    docs.groupdocs.com/metadata/java/extracting-pro...