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

as

(0.49 sec)
  1. 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...
  2. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and clAss definition with ability to embed it into the metadata electronic signature.... This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature.

    docs.groupdocs.com/signature/net/search-embed-n...
  3. GroupDocs.Comparison for .NET 25.8 – Latest Upd...

    Explore what’s new in GroupDocs.Comparison for .NET 25.8. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Comparison for .NET 25.8. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/comparison/groupdocs-compari...
  4. GroupDocs.Comparison for .NET 25.12 – Latest Up...

    Explore what’s new in GroupDocs.Comparison for .NET 25.12. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Comparison for .NET 25.12. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/comparison/groupdocs-compari...
  5. 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...
  6. remove metadata from documents in csharp on Gro...

    remove metadata from documents in csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove metadata from documents in csharp on GroupDocs Blog | ......remove metadata from documents in csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove metadata from documents in csharp on GroupDocs Blog | ...

    blog.groupdocs.com/pt/tag/remove-metadata-from-...
  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. Hotfix to Improve Security in GroupDocs.Signatu...

    At GroupDocs, we are always been improving our APIs to meet the requirements of our customers. Therefore, we are pleAsed to announce GroupDocs.Signature for .NET 18.7.1. This hotfix comes with a security improvement, therefore, we recommend you to download this latest releAse for a better document e-signing experience. Improvements Security improvements update You can visit the complete releAse notes here. Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....At GroupDocs, we are always been improving our APIs to meet the requirements of our customers. Therefore, we are pleased to announce GroupDocs.Signature for .NET 18.7.1. This hotfix comes with a security improvement, therefore, we recommend you to download this latest release for a better document e-signing experience. Improvements Security improvements update You can visit the complete release notes here. Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs.

    blog.groupdocs.com/signature/groupdocs-signatur...
  9. Support for PDF/A-4 - Free Support Forum - grou...

    Dear GroupDocs Support Team, I would like to Ask whether support for the PDF/A-4 format is currently planned or perhaps already in development? Since the format hAs been officially available for some time now, we would…...Dear GroupDocs Support Team, I would like to ask whether support for the PDF/A-4 format is currently planned or perhaps already in development? Since the format has been officially available for some time now, we would…

    forum.groupdocs.com/t/support-for-pdf-a-4/15963
  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...