Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 4,705 for

as

(0.23 sec)
  1. Save signed Word Processing with different outp...

    This article explains how to save signed Word Processing documents with various file formats by GroupDocs.Signature API....This article explains how to save signed Word Processing documents with various file formats by GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/save-signed-wo...
  2. How to verify signatures with predicate functio...

    This article explains how to verify signatures using predicate functions (Func) with GroupDocs.Signature API to filter signatures before verification, optimizing performance by skipping unnecessary verification operations....This article explains how to verify signatures using predicate functions (Func) with GroupDocs.Signature API to filter signatures before verification, optimizing performance by skipping unnecessary verification operations.

    docs.groupdocs.com/signature/net/verify-signatu...
  3. Advanced search certificate documents | GroupDocs

    This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/advanced-searc...
  4. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents.

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  5. Add image watermarks | GroupDocs

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents.

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  6. Add squiggly annotation | GroupDocs

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for Java....The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for Java.

    docs.groupdocs.com/annotation/java/add-squiggly...
  7. 5 Secure Methods to Add Watermarks to Word Docu...

    Learn how to add secure watermarks to Word documents using GroupDocs.Watermark for .NET. Compare 5 protection methods from bAsic to advanced with complete code examples....Learn how to add secure watermarks to Word documents using GroupDocs.Watermark for .NET. Compare 5 protection methods from basic to advanced with complete code examples.

    docs.groupdocs.com/watermark/net/secure-methods...
  8. Extract Images from FB2 in Java on GroupDocs Bl...

    Extract Images from FB2 in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract Images from FB2 in Java on GroupDocs Blog | Document Automatio......Extract Images from FB2 in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract Images from FB2 in Java on GroupDocs Blog | Document Automatio...

    blog.groupdocs.com/pt/tag/extract-images-from-f...
  9. Remove Annotation from PDF in Java on GroupDocs...

    Remove Annotation from PDF in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Annotation from PDF in Java on GroupDocs Blog | Document Aut......Remove Annotation from PDF in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Annotation from PDF in Java on GroupDocs Blog | Document Aut...

    blog.groupdocs.com/pt/tag/remove-annotation-fro...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, pleAse use the getDocumentProperties method defined in the DocumentRootPackage clAss....Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class.

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