Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 15,745 for

pdf annotation

(0.13 sec)
  1. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...

    docs.groupdocs.com/signature/net/composing-sign...
  2. Save attachments | Documentation

    Save attachments and embedded files from Pdf, Outlook data file or email...Annotation Product Solution GroupDocs...Outlook data files, archives, and PDF documents. C# using System.IO...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  3. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Annotation Product Solution GroupDocs...represents the document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/comparison/python-net/get-fi...
  4. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. How to Extract Metadata from Word Document in C#

    This short tutorial explains every piece of information to extract Metadata from Word document in C# and provides a working code to get Word metadata using C#....Annotation Product Family GroupDocs...such as DOC, DOCX, RTF, XLSX, PDF, PPTX, MSG, EML, and many more...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  6. Verifying QR Code signatures in advance | Docum...

     This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { QrCodeVerifyOptions options...

    docs.groupdocs.com/signature/net/verify-qr-code...
  7. Verifying Text signatures in advance | Document...

     This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...new Signature ( "signedSample.pdf" )) { TextVerifyOptions options...

    docs.groupdocs.com/signature/net/verify-text-si...
  8. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....Annotation Product Solution GroupDocs...documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/python-net/metadat...
  9. Handling incorrect document password exception ...

    This article shows how to handle incorrect document password exception with GroupDocs.Signature API....Annotation Product Solution GroupDocs...new Signature ( "ProtectedPwd.pdf" , loadOptions ); try { QrCodeSignOptions...

    docs.groupdocs.com/signature/java/handling-inco...
  10. How to Convert Excel to CSV in Java

    This post covers basic document conversion and contains detailed instructions on how to convert Excel to CSV in Java along with Java code to convert Excel to CSV....Annotation Product Family GroupDocs...look out how to convert HTML to PDF in Java . Updated on 08 Apr 2022...

    kb.groupdocs.com/conversion/java/how-to-convert...