Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 5,671 for

groupdocs.total,

(1.15 sec)
  1. How to Add Strikeout Annotation in PDF Using Java

    In this article, we will provide a comprehensive guide on how to add strikeout annotations to PDF files using Java, and we will also include a sample code for inserting strikeout annotations into PDF files using Java....In this article, we will provide a comprehensive guide on how to add strikeout annotations to PDF files using Java, and we will also include a sample code for inserting strikeout annotations into PDF files using Java.

    kb.groupdocs.com/annotation/java/how-to-add-str...
  2. How to Add Underline Annotation into PDF Using ...

    In this tutorial, we will discuss how to add underline annotation into PDF using Java. Also, we will provide a code to insert underline annotation in PDF using Java....In this tutorial, we will discuss how to add underline annotation into PDF using Java. Also, we will provide a code to insert underline annotation in PDF using Java.

    kb.groupdocs.com/annotation/java/how-to-add-und...
  3. How to Add Redaction Annotation to PDF using C#

    Learn the necessary steps to add redaction annotation to PDF using C#, and easily leverage APIs to gain ability to incorporate redaction annotation in PDF using C#....Learn the necessary steps to add redaction annotation to PDF using C#, and easily leverage APIs to gain ability to incorporate redaction annotation in PDF using C#.

    kb.groupdocs.com/annotation/net/how-to-add-reda...
  4. How to Convert EPUB to Word in C#

    This short tutorial provides the stepwise instructions to convert EPUB to Word in C# and a sample code for the C# EPUB to Word converter application....This short tutorial provides the stepwise instructions to convert EPUB to Word in C# and a sample code for the C# EPUB to Word converter application.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Convert JPG to PDF using Java

    By following this topic closely, you'll learn how to convert JPG to PDF using Java. Additionally, we'll provide you with the code to export JPG to PDF using Java....By following this topic closely, you'll learn how to convert JPG to PDF using Java. Additionally, we'll provide you with the code to export JPG to PDF using Java.

    kb.groupdocs.com/conversion/java/convert-jpg-to...
  6. Convert PDF to XLSX using Java

    Efficiently grasp the knowledge of how to convert PDF to XLSX using Java. Additionally, we'll furnish you with a code example to export PDF to XLSX using Java....Efficiently grasp the knowledge of how to convert PDF to XLSX using Java. Additionally, we'll furnish you with a code example to export PDF to XLSX using Java.

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  7. Add highlight annotation | GroupDocs

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for .NET....The page describes how to add highlight annotation to a document using GroupDocs.Annotation for .NET.

    docs.groupdocs.com/annotation/net/add-highlight...
  8. Add replies to annotation | GroupDocs

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for .NET API.

    docs.groupdocs.com/annotation/net/add-replies-t...
  9. Add strikeout annotation | GroupDocs

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for .NET....The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for .NET.

    docs.groupdocs.com/annotation/net/add-strikeout...
  10. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs.

    docs.groupdocs.com/metadata/java/working-with-m...