Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 2,389 for

email

(0.15 sec)
  1. Extract text structure | GroupDocs

    This article explains that how to extract text structure from documents....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/extract-text-stru...
  2. AI水印:用情境感知標記保護文件 | GroupDocs

    了解如何使用AI驅動的水印保護文件,采用GroupDocs.Watermark。學習如何自動添加、創建和自定義水印以增強文件安全性和內容保護。...Main() { string inputFilePath = "email.pdf" ; string outputFilePath...16171" ; string documentType = "email" ; DateTime creationDate = DateTime...

    blog.groupdocs.com/zh-hant/watermark/ai-driven-...
  3. Python Tiling Watermarks: 7 Examples to Protect...

    Master Python tiling watermarks with 7 practical examples. Learn to add, create, and customize watermarks for document security, remove watermarks, and protect files using GroupDocs.Watermark API for enterprise content protection....Customize these for your needs USER_EMAIL = 'useremail@mail.com' FILE_ID... TextWatermark( f ' { USER_EMAIL } \n { FILE_ID } \n { DISCLAIMER...

    blog.groupdocs.com/watermark/tiling-watermark-p...
  4. علامات مائية متكررة في بايثون: 7 أمثلة لحماية ا...

    أصبح محترفاً في علامات المياه المتكررة في بايثون مع 7 أمثلة عملية. تعلم كيفية إضافة وإنشاء وتخصيص علامات المياه لأمان المستندات، وإزالة علامات المياه، وحماية الملفات باستخدام واجهة برمجة التطبيقات GroupDocs.Watermark لحماية المحتوى المؤسسي....تخصيص هذه حسب احتياجاتك USER_EMAIL = 'useremail@mail.com' FILE_ID... TextWatermark( f ' { USER_EMAIL } \n { FILE_ID } \n { DISCLAIMER...

    blog.groupdocs.com/ar/watermark/tiling-watermar...
  5. Groupdocs.Blogs on GroupDocs Blog | Document Au...

    Groupdocs.Blogs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs.Blogs on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......Word, Excel, PowerPoint, dan Email di Java menggunakan API penguraian...Word, Excel, PowerPoint, dan Email dalam C# menggunakan .NET document...

    blog.groupdocs.com/id/groupdocs.blog/index.xml
  6. การสร้างลายน้ำด้วย AI: ปกป้องเอกสารด้วยการทำเคร...

    ค้นพบวิธีการปกป้องเอกสารด้วยลายน้ำที่ขับเคลื่อนด้วย AI โดยใช้ GroupDocs.Watermark เรียนรู้ที่จะเพิ่ม สร้าง และปรับแต่งลายน้ำโดยอัตโนมัติเพื่อเพิ่มความปลอดภัยของเอกสารและการป้องกันเนื้อหา...Main() { string inputFilePath = "email.pdf" ; string outputFilePath...16171" ; string documentType = "email" ; DateTime creationDate = DateTime...

    blog.groupdocs.com/th/watermark/ai-driven-dynam...
  7. Tags

    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....DWG to PNG in Java 1 convert emails to pdf 1 Convert Excel in CSharp...electronic signature 5 email to pdf 1 Email URI Wrapping 1 EmailConversion...

    blog.groupdocs.com/ar/tags/
  8. Convert spreadsheets | GroupDocs

    Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using JavaScript language and GroupDocs.Conversion for Node.js via Java....web formats, also used for emails and other areas. The main difference...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. Get document info | GroupDocs

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Node.js via Java....log ( "Layer: " + layer ); } Emails const converter = new groupdocs...

    docs.groupdocs.com/conversion/nodejs-java/get-d...
  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....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

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