Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 2,587 for

email

(0.37 sec)
  1. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...PowerPoint، Ebook، Markup و Email با استفاده از C# نشان می دهد...

    blog.groupdocs.com/fa/groupdocs.blog/page/25/
  2. Klasifikasikan Teks dengan Taksonomi IAB-2 & Do...

    Klasifikasi taksonomi dokumen menggunakan C# dalam aplikasi .NET. Klasifikasikan teks dengan taksonomi IAB-2 atau Dokumen menggunakan API klasifikasi....faktur, berita, resume, surat, email, dll. Berikut adalah langkah-langkah...

    blog.groupdocs.com/id/classification/taxonomic-...
  3. Working with metadata in JPEG images | GroupDocs

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Handling the ID3v1 tag | GroupDocs

    This article explains how to handle ID3v1 tag....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/handling-the-id...
  5. Filigrana AI: Proteggi i documenti con marcatur...

    Scopri come proteggere i documenti con filigrane alimentate da AI usando GroupDocs.Watermark. Impara ad aggiungere, creare e personalizzare le filigrane automaticamente per migliorare la sicurezza dei documenti e la protezione dei contenuti....filigrane immagine Formati email : MSG, EML per la sicurezza...Main() { string inputFilePath = "email.pdf" ; string outputFilePath...

    blog.groupdocs.com/it/watermark/ai-driven-dynam...
  6. KI-Wasserzeichen: Dokumente mit kontextbezogene...

    Erfahren Sie, wie Sie Dokumente mit KI-gestützten Wasserzeichen mithilfe von GroupDocs.Watermark schützen können. Lernen Sie, Wasserzeichen automatisch hinzuzufügen, zu erstellen und anzupassen, um die Dokumentensicherheit und den Inhaltsschutz zu verbessern....BMP, GIF für image watermarks Email Formats : MSG, EML für Kommunikationssicher...Main() { string inputFilePath = "email.pdf" ; string outputFilePath...

    blog.groupdocs.com/de/watermark/ai-driven-dynam...
  7. Praktyczny przewodnik po podpisach cyfrowych w ...

    Pełny, krokowy przewodnik po tworzeniu bezpiecznych podpisów elektronicznych w dokumentach za pomocą Pythona i GroupDocs.Signature - idealny dla developerów budujących aplikacje podpisywania dokumentów...com" # Email podpisującego ) options . reason...podpisującego "jonny@test.com" # Email podpisującego ) # Zastosuj podpis...

    blog.groupdocs.com/pl/signature/sign-documents-...
  8. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....PowerPoint، Ebook، Markup و Email با استفاده از C# نشان می دهد...

    blog.groupdocs.com/fa/page/25/
  9. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-me...