Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 2,419 for

email

(0.1 sec)
  1. 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...
  2. علامات مائية متكررة في بايثون: 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...
  3. 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/fa/tags/
  4. 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/he/tags/
  5. 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/uk/tags/
  6. 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
  7. Handle Common Template and Data Errors | GroupDocs

    Catch and handle common exceptions during document assembly and validate template syntax and data....Email which doesn't exist DocumentAssembler...

    docs.groupdocs.com/assembly/net/basic-usage-err...
  8. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Tìm kiếm tệp Java - Tìm kiếm nhiều văn bản tron...

    Tìm kiếm nhiều văn bản hoặc cụm từ trong nhiều tệp khác nhau trải rộng trên nhiều thư mục khác nhau bằng Java. Đánh dấu kết quả quét trong các tệp HTML tương ứng....Đánh dấu, sách điện tử, thư email, tài liệu One Note và kho lưu...

    blog.groupdocs.com/vi/search/search-multiple-te...
  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...