Fügen Sie Text- und Bildwasserzeichen zu PPT/PPTX-Präsentationen hinzu. Wenden Sie Wasserzeichen mit der Online-Wasserzeichenanwendung oder mithilfe von .NET- und Java-APIs an....watermarker = new Watermarker("presentation.pptx")) { // Legen Sie Wasserzeichentext...watermarker.Save("text-watermarked-presentation.pptx"); } Wenn Sie weitere...
Xóa mật khẩu khỏi bản trình bày PowerPoint. Mở khóa các tệp PPT/PPTX được bảo vệ bằng mật khẩu bằng cách sử dụng ứng dụng xóa mật khẩu trực tuyến miễn phí & theo chương trình....filePath = @"path/protected-presentation.pptx"; LoadOptions loadOptions...merger.Save(@"path/no-pwd-presentation.pptx"); } Để biết thêm chi...
Dodaj graficzny znak wodny do slajdów prezentacji lub zastosuj tekstowe znaki wodne do formatów PPT, PPTX, PPS i innych w Javie za pomocą GroupDocs Watermarking API....= new Watermarker("path/presentation.pptx"); // Przygotuj tekst...save("path/text-watermarked-presentation.pptx"); watermarker.close();...
با استفاده از API تبدیل جاوا، ارائههای فرمتهای MS PowerPoint و Open Office Impress مانند ODP، PPT، PPTX را به صورت برنامهنویسی به PDF تبدیل کنید....converter = new Converter("presentation.pptx"); PdfConvertOptions...converter = new Converter("presentation.pptx"); PdfConvertOptions...
Přidejte vodoznak obrázku na snímky prezentace nebo použijte textové vodoznaky na formáty PPT, PPTX, PPS a další v Java pomocí GroupDocs Watermarking API....= new Watermarker("path/presentation.pptx"); // Připravte text...save("path/text-watermarked-presentation.pptx"); watermarker.close();...
GroupDocs Filigran API'sini kullanarak Java'da sunum slaytlarına görüntü filigranı ekleyin veya PPT, PPTX, PPS ve daha fazla formata metin filigranı uygulayın....= new Watermarker("path/presentation.pptx"); // Metni, boyutunu...save("path/text-watermarked-presentation.pptx"); watermarker.close();...
أضف علامة مائية للصورة إلى شرائح العرض التقديمي ، أو قم بتطبيق علامات مائية نصية على تنسيقات PPT و PPTX و PPS والمزيد في Java باستخدام GroupDocs Watermarking API....= new Watermarker("path/presentation.pptx"); // تحضير النص وحجمه...save("path/text-watermarked-presentation.pptx"); watermarker.close();...
Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows:
<> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value....slides for Presentation documents For Presentation documents,...a slide within the same Presentation document, then the tag is...
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...