Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 3,507 for

presentation

(0.36 sec)
  1. Mot de passe protéger les fichiers PowerPoint e...

    Comment verrouiller les fichiers PowerPoint avec des mots de passe en Java. Modifiez le mot de passe existant et supprimez-le pour déverrouiller les fichiers PPT/PPTX à l'aide de l'API Java....merger = new Merger("path/presentation.pptx"); merger.addPassword(addOptions);...merger.save("path/protected-presentation.pptx"); Lorsque vous essayez...

    blog.groupdocs.com/fr/merger/lock-unlock-ppt-pp...
  2. Mot de passe protéger les fichiers PowerPoint e...

    Comment verrouiller des fichiers PowerPoint avec des mots de passe en utilisant C#. Modifiez le mot de passe existant et supprimez-le pour déverrouiller les fichiers PPT/PPTX à l'aide de l'API .NET....string filePath = @"path/presentation.pptx"; AddPasswordOptions...merger.Save(@"path/protected-presentation.pptx"); } Voici la sortie...

    blog.groupdocs.com/fr/merger/lock-unlock-ppt-pp...
  3. حفاظت از رمز عبور فایل های پاورپوینت در Java | ...

    نحوه قفل کردن فایل های پاورپوینت با پسورد در جاوا. رمز عبور موجود را تغییر دهید و آن را حذف کنید تا قفل فایل های PPT/PPTX با استفاده از Java API باز شود....merger = new Merger("path/presentation.pptx"); merger.addPassword(addOptions);...merger.save("path/protected-presentation.pptx"); هنگامی که می خواهید...

    blog.groupdocs.com/fa/merger/lock-unlock-ppt-pp...
  4. Remover formulário de proteção por senha Arquiv...

    Remova a senha das apresentações do PowerPoint. Desbloqueie arquivos PPT/PPTX protegidos por senha usando o aplicativo removedor de senha online gratuito e programaticamente....filePath = @"path/protected-presentation.pptx"; LoadOptions loadOptions...merger.Save(@"path/no-pwd-presentation.pptx"); } Para obter mais...

    blog.groupdocs.com/pt/merger/unlock-powerpoint-...
  5. 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....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/id/merger/merge-powerpoint-p...
  6. Read Structured Text Using GroupDocs.Text for ....

    We are pleased to announce the monthly release of version 17.04.0 of the GroupDocs.Text for .NET API. This version comes up with a major feature related to the implementation of the architecture to read structured text in documents. The API now allows reading structured text in different file formats like text documents, Presentations, spread sheets and emails. For a better user experience with the text extraction API, we recommend you to download and integrate the latest version of the API....formats like text documents, presentations, spread sheets and emails...Reading structured text from presentations Reading structured text...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  7. Generate Image Preview of the Documents

    Image previews are now commonly used to present your file/document to the users. It is quite useful when you want the users to quickly have a look at your document without downloading or opening it. As an example, MS Windows has this ability to provide the preview of the files in the preview pane of File Explorer without opening the document in the dedicated software program. Did you ever desire to have the ability to generate image previews in your application?...previews are now commonly used to present your file/document to the users...documents: PDF documents Presentations Spreadsheets Word processing...

    blog.groupdocs.com/metadata/generate-image-prev...
  8. PowerPoint-Präsentationen mit Passwort schützen...

    Fügen Sie ein Passwort zu PowerPoint-Präsentationen hinzu. Sperren Sie PPT-Dateien mit Passwortschutz mit der kostenlosen Online-App und programmgesteuert mit GroupDocs....string filePath = @"path/presentation.pptx"; AddPasswordOptions...merger.Save(@"path/protected-presentation.pptx"); } Ausführlichere...

    blog.groupdocs.com/de/merger/password-protect-p...
  9. Filigran PowerPoint Sunumları | Metin ve Resim ...

    PPT/PPTX Sunumlarına metin ve resim filigranları ekleyin. Çevrimiçi filigran uygulamasını veya .NET ve Java API'lerini kullanarak filigran uygulayın....watermarker = new Watermarker("presentation.pptx")) { // Filigran metnini...watermarker.Save("text-watermarked-presentation.pptx"); } Daha fazla yardıma...

    blog.groupdocs.com/tr/watermark/watermark-prese...
  10. How to Convert TXT to PPTX using Java

    This article aims to convert TXT to PPTX using Java on commonly used operating systems. Also, a code example is provided to transform TXT to PPTX using Java....TXT files to PowerPoint presentations is a frequent task in today’s...PPTX with Java! Earlier, we presented a tutorial on converting TXT...

    kb.groupdocs.com/conversion/java/how-to-convert...