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

paged

(0.13 sec)
  1. How to Add Point Annotation in PDF using Java

    This article provides step-by-step guide on how to add point annotation in PDF using Java. It also includes code example to insert point annotation to PDF in Java....to mark specific points on a page, offering additional information...properties, such as the position, page number, and any other relevant...

    kb.groupdocs.com/annotation/java/how-to-add-poi...
  2. Ekstrak Gambar dari PDF, Excel, PPT, Dokumen Wo...

    .NET API dengan fitur untuk mengekstrak gambar dari PDF, spreadsheet, presentasi, dokumen pengolah kata, dan dari halaman tertentu menggunakan parsing API di C#....Format("Page: {0}, R: {1}, Type: {2}", image.Page.Index, image...Console.WriteLine(string.Format("Page {0}/{1}", pageIndex + 1, documentInfo...

    blog.groupdocs.com/id/parser/extract-images-fro...
  3. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page.... 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/sign-document...
  4. Working with vCard metadata | GroupDocs

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs.... 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-v...
  5. Sign documents with encrypted metadata text | G...

    This article explains how to create encrypted Metadata electronic signature with GroupDocs.Signature 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/signature/java/sign-document...
  6. eSign document with Metadata signature | GroupDocs

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Metadata ✎ Words Metadata 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/esign-documen...
  7. eSign document with QR-code signature | GroupDocs

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature 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/signature/java/esign-documen...
  8. Search index repository | GroupDocs

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once.... 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/net/search-index-repo...
  9. Removing Selective Chart Series Dynamically | G...

    Note This feature is supported by version 17.11 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Word Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Generating The Report 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/assembly/java/removing-selec...
  10. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System.... 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...