Sort Score
Result 10 results
Languages All
Labels All
Results 8,421 - 8,430 of 12,637 for

new

(2.63 sec)
  1. Práce s fonty v GroupDocs.Viewer pro .NET

    Naučte se, jak získat seznam používaných fontů, specifikovat nebo nahradit chybějící fonty, vyloučit fonty....filename; using (Viewer viewer = new Viewer(inputPath)) { Fonts.IFontInfo[]...FolderFontSource fontSource = new FolderFontSource( @"C:\custom_fonts"...

    blog.groupdocs.com/cs/viewer/working-with-fonts/
  2. Protege PDFs con protección por contraseña y co...

    Guía paso a paso para implementar la seguridad de documentos PDF con GroupDocs.Signature - añade contraseñas, establece permisos de usuario y controla el acceso al documento para una protección mejorada...using (Signature signature = new Signature( "sample.pdf" )) {...QrCodeSignOptions signOptions = new QrCodeSignOptions( "JohnSmith"...

    blog.groupdocs.com/es/signature/protect-signed-...
  3. So sánh Word Docs trong .NET – Theo dõi sửa đổi...

    Tìm hiểu cách so sánh tài liệu Word bằng GroupDocs.Comparison cho .NET. Nhận các ví dụ từng bước cho các chế độ so sánh revision‑track và highlight với mã C# đã sẵn sàng chạy....Options; using ( var comparer = new Comparer( "source.docx" )) {..."target.docx" ); var options = new WordCompareOptions { DetectStyleChanges...

    blog.groupdocs.com/vi/comparison/compare-word-d...
  4. Proteggi i PDF con protezione tramite password ...

    Guida passo-passo per implementare la sicurezza dei documenti PDF con GroupDocs.Signature - aggiungi password, imposta i permessi degli utenti e controlla l'accesso ai documenti per una protezione migliorata...using (Signature signature = new Signature( "sample.pdf" )) {...QrCodeSignOptions signOptions = new QrCodeSignOptions( "JohnSmith"...

    blog.groupdocs.com/it/signature/protect-signed-...
  5. 在 .NET 中比較 Word 文檔 – 修訂追蹤與突出顯示

    了解如何使用 GroupDocs.Comparison for .NET 比較 Word 文件。取得針對修訂追蹤和突顯比較模式的逐步範例,並提供可直接執行的 C# 程式碼。...Options; using ( var comparer = new Comparer( "source.docx" )) {..."target.docx" ); var options = new WordCompareOptions { DetectStyleChanges...

    blog.groupdocs.com/zh-hant/comparison/compare-w...
  6. Beveilig PDF's met wachtwoordbeveiliging & toes...

    Stap-voor-stap handleiding voor het implementeren van PDF-documentbeveiliging met GroupDocs.Signature - voeg wachtwoorden toe, stel gebruikersmachtigingen in en beheer documenttoegang voor verbeterde bescherming...using (Signature signature = new Signature( "sample.pdf" )) {...QrCodeSignOptions signOptions = new QrCodeSignOptions( "JohnSmith"...

    blog.groupdocs.com/nl/signature/protect-signed-...
  7. Segure PDFs com Proteção por Palavra-passe & Co...

    Guia passo a passo para implementar a segurança de documentos PDF com GroupDocs.Signature - adicione palavras-passe, defina permissões de utilizador e controlo o acesso ao documento para uma proteção melhorada...using (Signature signature = new Signature( "sample.pdf" )) {...QrCodeSignOptions signOptions = new QrCodeSignOptions( "JohnSmith"...

    blog.groupdocs.com/pt/signature/protect-signed-...
  8. Zoek tekst in Word-, Excel-, PDF- en ZIP-docume...

    GroupDocs.Search is een krachtige full-text zoek-API waarmee u meer dan 70 documentindelingen in uw toepassingen kunt doorzoeken....documents to search // a) Create new index or // b) Open existing...existing index Index index = new Index(indexFolder); // c) Subscribe...

    blog.groupdocs.com/nl/search/search-text-in-wor...
  9. Durchsuchen Sie Text in Word-, Excel-, PDF- und...

    GroupDocs.Search ist eine leistungsstarke API für die Volltextsuche, mit der Sie über 70 Dokumentformate in Ihren Anwendungen durchsuchen können....documents to search // a) Create new index or // b) Open existing...existing index Index index = new Index(indexFolder); // c) Subscribe...

    blog.groupdocs.com/de/search/search-text-in-wor...
  10. JavaでWord文書のページの向きを変更する

    JavaのWordDOC/DOCXドキュメントのページの向きを変更します。 GroupDocsを使用して、アプリケーション内でページを縦向きまたは横向きに設定します。...orientationOptions = new OrientationOptions(OrientationMode.Landscape, new int[]...int[] { 1, 2 }); Merger merger = new Merger("path/document.docx");...

    blog.groupdocs.com/ja/merger/change-page-orient...