Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 2,176 for

email

(0.04 sec)
  1. Menggabungkan File PowerPoint Online | Penggabu...

    Menggabungkan dua atau lebih file presentasi PowerPoint secara online menjadi satu. Gabungkan semua slide atau gabungkan hanya slide tertentu dari beberapa file PPT/PPTX secara online & terprogram....membagikan tautan unduhan melalui email. Panduan untuk Pengembang: Menggabungkan...

    blog.groupdocs.com/id/merger/merge-powerpoint-p...
  2. Teks Dicoret di Dokumen di Java | C̶r̶o̶s̶s̶ o̶...

    Mari coret teks di dalam dokumen menggunakan Java. Otomatiskan pencoretan teks yang tidak valid menggunakan anotasi coret dengan Java API....dokumen PDF, halaman web, pesan email, dan banyak dokumen lainnya...

    blog.groupdocs.com/id/annotation/strikethrough-...
  3. 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 e Email usando C#. Quando um documento...

    blog.groupdocs.com/pt/page/15/
  4. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...PowerPoint, Ebook, Markup และ Email โดยใช้ C# เมื่อมีการอัปเดตเอกสารเก่า...

    blog.groupdocs.com/th/groupdocs.blog/page/15/
  5. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  6. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/redaction/python-net/create-...
  7. GroupDocs.Watermark Overview | Documentation

    Protect and customize documents with watermarks using GroupDocs.Watermark for .NET. Add, remove, search, and manage visible or invisible watermarks in over 50 document formats including PDF, Word, Excel, PowerPoint, and images....All attachments in PDFs or emails All image shapes in presentations...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  8. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/search-text-in-m...
  9. Search text in Microsoft Office Excel spreadshe...

    To search a keyword in Microsoft Office Excel spreadsheets search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Excel spreadsheet: Instantiate Parser object for the initial spreadsheet; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the spreadsheet....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/search-text-in-m...
  10. Working with metadata in AVI files | Documentation

    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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

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