Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 4,440 for

as

(0.09 sec)
  1. 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...
  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. 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...
  4. Introducing GroupDocs.Watermark for .NET - A Co...

    We are excited to releAse GroupDocs.Watermark for .NET API that makes it simple to perform watermarking operations in various document and image formats. The API facilitates you with simple syntax, eAsy to use methods and a few lines of code to perform any watermarking operation. Using GroupDocs.Watermark, you can add, search, and remove watermark from many popular document and image formats. Continue to read more about the API’s features....We are excited to release GroupDocs.Watermark for .NET API that makes it simple to perform watermarking operations in various document and image formats. The API facilitates you with simple syntax, easy to use methods and a few lines of code to perform any watermarking operation. Using GroupDocs.Watermark, you can add, search, and remove watermark from many popular document and image formats. Continue to read more about the API’s features.

    blog.groupdocs.com/watermark/introducing-groupd...
  5. 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...
  6. 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...
  7. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, pleAse use the DocumentProperties property 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.

    docs.groupdocs.com/metadata/net/working-with-me...
  8. 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...
  9. Feature request: Allow specifying FILE_FLAG_BAC...

    Hello there, We have a feature request: We’d like to be able to extract files you usually don’t have access to, via the backup privilege, which seems to not be possible with GroupDocs.Search at the moment. With Win32,…...Hello there, We have a feature request: We’d like to be able to extract files you usually don’t have access to, via the backup privilege, which seems to not be possible with GroupDocs.Search at the moment. With Win32,&hellip;

    forum.groupdocs.com/t/feature-request-allow-spe...
  10. Extract Images from FB2 in CSharp on GroupDocs ...

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

    blog.groupdocs.com/pt/tag/extract-images-from-f...