Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 2,090 for

email

(0.05 sec)
  1. AI水印:用上下文感知标记保护文档 | GroupDocs

    了解如何使用基于AI的水印来保护文档,使用GroupDocs.Watermark。学习如何自动添加、创建和定制水印,以增强文档安全性和内容保护。...Main() { string inputFilePath = "email.pdf" ; string outputFilePath...16171" ; string documentType = "email" ; DateTime creationDate = DateTime...

    blog.groupdocs.com/zh/watermark/ai-driven-dynam...
  2. Python Tekrar Eden Filigranlar: Belgeleri ve Re...

    Python tekrar eden filigranlarla 7 pratik örnekle ustalaşın. Belgelerin güvenliği için filigran eklemeyi, oluşturmayı ve özelleştirmeyi, filigranları kaldırmayı ve dosyaları korumayı öğrenin. GroupDocs.Watermark API'si ile kurumsal içerik koruma....İhtiyaçlarınıza göre özelleştirin USER_EMAIL = 'useremail@mail.com' FILE_ID... TextWatermark( f ' { USER_EMAIL } \n { FILE_ID } \n { DISCLAIMER...

    blog.groupdocs.com/tr/watermark/tiling-watermar...
  3. AI 워터마킹: 상황 인식 마킹으로 문서 보호하기 | GroupDocs

    GroupDocs.Watermark를 사용하여 AI 기반 워터마크로 문서를 보호하는 방법을 알아보세요. 강화된 문서 보안 및 콘텐츠 보호를 위해 워터마크를 자동으로 추가, 생성 및 사용자화하는 방법에 대해 학습합니다....Main() { string inputFilePath = "email.pdf" ; string outputFilePath...16171" ; string documentType = "email" ; DateTime creationDate = DateTime...

    blog.groupdocs.com/ko/watermark/ai-driven-dynam...
  4. Get document info | Documentation

    This article explains how to detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET....( $"Layer: {layer}" ); } } Emails using ( Converter converter...

    docs.groupdocs.com/conversion/net/get-document-...
  5. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-e...
  7. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-x...
  8. Verifica delle firme digitali in PDF, Word ed E...

    Guida passo-passo facile per verificare e-signature, codici a barre e codici QR nei documenti utilizzando GroupDocs.Signature for Python via .NET - perfetta per gli sviluppatori che devono aggiungere funzionalità di firma e verifica dei documenti...semplici : Includono conferme email di base, accettazione di caselle...

    blog.groupdocs.com/it/signature/verify-digital-...
  9. Working with IPTC IIM metadata | Documentation

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-i...
  10. Working with metadata in PDF documents | Docume...

    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....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

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