Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 3,055 for

presentations

(0.22 sec)
  1. Proteja com senha arquivos do PowerPoint em Jav...

    Como bloquear arquivos do PowerPoint com senhas em Java. Altere a senha existente e remova-a para desbloquear os arquivos PPT/PPTX usando a API Java....merger = new Merger("path/presentation.pptx"); merger.addPassword(addOptions);...merger.save("path/protected-presentation.pptx"); Ao tentar abrir...

    blog.groupdocs.com/pt/merger/lock-unlock-ppt-pp...
  2. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...search query language is presented on the page . In addition...document. The example is presented below. const query = 'Einstein'...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  3. Online PDF to PPTM Converter | Free GroupDocs Apps

    PDF to PPTM document converter - convert PDF to PPTM online for free, no registration required. Secure and easy to use PDF to PPTM conversion!...PPTM Microsoft PowerPoint Presentation Files with PPTM extension...extension are Macro-enabled Presentation files that are created with...

    products.groupdocs.app/conversion/pdf-to-pptm
  4. Online PDF to PPSX Converter | Free GroupDocs Apps

    PDF to PPSX document converter - convert PDF to PPSX online for free, no registration required. Secure and easy to use PDF to PPSX conversion!...same as in the original presentation. All the slides accompany...embedded media accompany the presentation slides to the PPSX during...

    products.groupdocs.app/conversion/pdf-to-ppsx
  5. Online DOC to PPTM Converter | Free GroupDocs Apps

    DOC to PPTM document converter - convert DOC to PPTM online for free, no registration required. Secure and easy to use DOC to PPTM conversion!...PPTM Microsoft PowerPoint Presentation Files with PPTM extension...extension are Macro-enabled Presentation files that are created with...

    products.groupdocs.app/conversion/doc-to-pptm
  6. Search index settings | Documentation

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....encoding of text files is presented on the page . getCustomExtractors...using it to extract text is presented on the page . setDocumentFilter...

    docs.groupdocs.com/search/java/search-index-set...
  7. حماية كلمة المرور لملفات PowerPoint في Java | ق...

    كيفية قفل ملفات PowerPoint بكلمات مرور في Java. قم بتغيير كلمة المرور الحالية وإزالتها لإلغاء تأمين ملفات PPT / PPTX باستخدام Java API....merger = new Merger("path/presentation.pptx"); merger.addPassword(addOptions);...merger.save("path/protected-presentation.pptx"); عندما تحاول فتح...

    blog.groupdocs.com/ar/merger/lock-unlock-ppt-pp...
  8. Ochrona hasłem plików programu PowerPoint w jęz...

    Jak zablokować pliki programu PowerPoint za pomocą haseł przy użyciu języka C#. Zmień istniejące hasło i usuń je, aby odblokować pliki PPT/PPTX za pomocą interfejsu API platformy .NET....string filePath = @"path/presentation.pptx"; AddPasswordOptions...merger.Save(@"path/protected-presentation.pptx"); } Oto wyjście powyższego...

    blog.groupdocs.com/pl/merger/lock-unlock-ppt-pp...
  9. 联机合并 PowerPoint 文件 | PPT 和 PPTX 合并

    将两个或多个 PowerPoint 演示文件在线合并为一个。以编程方式在线合并所有幻灯片或仅加入多个 PPT/PPTX 文件的特定幻灯片。...merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/zh/merger/merge-powerpoint-p...
  10. Exclude fonts | Documentation

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....Viewer viewer = new Viewer ( "presentation.pptx" )) { // Create an...As Viewer = New Viewer ( "presentation.pptx" ) ' Create an HTML...

    docs.groupdocs.com/viewer/net/exclude-fonts/