Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 2,569 for

email

(0.29 sec)
  1. Menggabungkan File Excel Online | Gabungkan Dua...

    Menggabungkan dua atau lebih file Excel secara online menjadi satu. Gabungkan seluruh spreadsheet atau gabungkan lembar selektif dari beberapa file secara online & terprogram....dengan orang lain menggunakan email. Panduan untuk Pengembang: Menggabungkan...

    blog.groupdocs.com/id/merger/merge-excel-files-...
  2. Parseer en extraheer invulbare PDF-formuliervel...

    Parser en gegevensextractie Java API waarmee invulbare PDF-formulieren kunnen worden geparseerd en programmatisch waarden uit alle velden van PDF-documenten kunnen worden geëxtraheerd....getText()); } COMPANY: GroupDocs EMAIL: everything@groupdocs.com COUNTRY:...

    blog.groupdocs.com/nl/parser/parse-and-extract-...
  3. Xóa siêu dữ liệu khỏi DOCX bằng C#

    Trong hướng dẫn này, bạn sẽ tìm hiểu cách xóa siêu dữ liệu khỏi DOCX bằng C#. Ngoài ra, bạn sẽ được cung cấp một ví dụ mã đơn giản để xóa siêu dữ liệu khỏi DOCX trong C#....(chẳng hạn như tên, địa chỉ email và tổ chức), ngày tạo và sửa...

    kb.groupdocs.com/vi/redaction/net/remove-metada...
  4. Xóa siêu dữ liệu khỏi XLSX bằng Java

    Khám phá cách xóa nhanh siêu dữ liệu khỏi XLSX bằng Java. Bạn cũng sẽ tìm thấy đoạn mã minh họa quy trình xóa siêu dữ liệu khỏi XLSX trong Java....đơn giản hơn, đặc biệt là qua email hoặc nền tảng trực tuyến. Cuối...

    kb.groupdocs.com/vi/metadata/java/remove-metada...
  5. GroupDocs.Conversion cho .NET 25.11 – Các cập n...

    Khám phá những tính năng mới trong GroupDocs.Conversion cho .NET 25.11. Đã có sẵn ngay trên NuGet và trang web GroupDocs....Bug Việc xử lý tệp đính kèm email giờ đã ổn định hơn trong quá...

    blog.groupdocs.com/vi/conversion/groupdocs-conv...
  6. 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...
  7. Unisci file in PDF online | Combina Word, PDF, ...

    Unisci due o più file di presentazione PowerPoint online in uno solo. Combina tutte le diapositive o unisci solo le diapositive specifiche di più file PPT/PPTX online e in modo programmatico....download con qualsiasi indirizzo email. Come unire file in PDF – Guida...

    blog.groupdocs.com/it/merger/merge-to-pdf-online/
  8. GroupDocs.Watermark Overview | GroupDocs

    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...
  9. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-zi...
  10. 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 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...