This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of С# code....up font substitution, set passwords for protected documents, etc...
Questo breve tutorial ti guida attraverso il processo per firmare un PDF con una firma digitale utilizzando Java e fornisce l'implementazione di una firma digitale in Java....certificato richiesto e la relativa password al costruttore Chiama il metodo...
We have always been improving our APIs to meet the requirements of our customers. Therefore, today, we are announcing another monthly release of GroupDocs.Comparison for Java 17.3.0. API comes with multitude of new features like support for Images, metered licensing and many more. Aside this, many improvements and bug fixes are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document comparison experience....localize exceptions for wrong passwords while opening documents in...
C#을 사용하여 암호로 보호된 Word, PDF, PowerPoint, Excel 파일에 텍스트 워터마크 및 이미지 워터마크를 추가합니다. .NET API를 사용하여 워터마크 모양을 사용자 지정합니다....Password = "P@$$w0rd"; string filePath...LoadOptions(); loadOptions.Password = "P@$$w0rd"; string filePath...
数行のコードを使用して、PDF ドキュメントを HTML に変換してみましょう。 .NET アプリケーション内で PDF 変換を自動化し、ドキュメント全体または選択したページを変換します。...PdfLoadOptions { Password = "file-password_123" }; using (Converter...
Comparez deux fichiers PDF ou plus en C# à l'aide de l'API de comparaison de documents pour .NET. Mettez en surbrillance les différences et acceptez/rejetez les modifications même si elles sont protégées par un mot de passe....pdf", new LoadOptions(){ Password = "SourceFilePassword" }))...pdf", new LoadOptions() { Password = "TargetFilePassword" });...
השווה שני מסמכי Word או יותר באמצעות Comparison API עבור .NET. הדגש הבדלים וקבל/דחה שינויים ב-C# אפילו עבור מסמכים המוגנים בסיסמה....docx", new LoadOptions(){ Password = "SourceFilePassword" }))...docx", new LoadOptions() { Password = "TargetFilePassword" });...
Compare dois ou mais arquivos PDF em C# usando a API de comparação de documentos para .NET. Realce as diferenças e aceite/rejeite as alterações mesmo se protegidas por senha....pdf", new LoadOptions(){ Password = "SourceFilePassword" }))...pdf", new LoadOptions() { Password = "TargetFilePassword" });...
Java 응용 프로그램으로 Excel 파일(XLS, XLSX, ODS)을 편집합니다. 스프레드시트 및 문서 편집 Java API를 사용하여 스프레드시트를 편집하는 예입니다....setPassword("password-if-any"); // 스프레드시트 로드 중 Editor...saveOptions.setPassword("new-password"); editor.save(editedDoc,...