Sort Score
Result 10 results
Languages All
Labels All
Results 6,281 - 6,290 of 12,279 for

new

(0.44 sec)
  1. Modifica documenti Word in C# | Crea il tuo edi...

    La modifica di documenti Word è spiegata con esempi C# per modificare file DOC, DOCX, ODT all'interno dell'applicazione .NET utilizzando l'API di modifica dei documenti....WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...sottostante. using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/it/editor/edit-word-document...
  2. C# 比较 Excel、Word、文本文件 | .NET 文档比较 API

    使用 C# 比较两个或更多文件。 .NET SDK 允许比较两个 Excel 电子表格、Word 文档、PDF 文件或比较 CSharp 中的文本文件。... using (Comparer comparer = new Comparer(“source.xlsx”)) { comparer...文件。 using (Comparer comparer = new Comparer(“source.xlsx”) { comparer...

    blog.groupdocs.com/zh/comparison/compare-excel-...
  3. Ajouter ou supprimer des annotations | Annotez ...

    Annotez par programmation des fichiers PDF en C#. Ajoutez ou supprimez des annotations telles que des flèches, un rectangle, une ellipse, une surbrillance, des annotations de filigrane à l'aide de l'API .NET....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/fr/annotation/annotate-pdf-f...
  4. 添加或删除注释 |使用 C# 注释 PDF 文件

    在 C# 中以编程方式注释 PDF 文件。使用 .NET API 添加或删除注释,如箭头、矩形、椭圆、突出显示、水印注释。...using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/zh/annotation/annotate-pdf-f...
  5. 添加或刪除註釋 |使用 C# 註釋 PDF 文件

    在 C# 中以編程方式註釋 PDF 文件。使用 .NET API 添加或刪除箭頭、矩形、橢圓、高亮、水印等註釋。...using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/zh-hant/annotation/annotate-...
  6. C#を使用してPDF内のテキストを検索して置換する| PDFテキストを置き換えるか非表示にする

    C#を使用して、大文字と小文字を区別し、正規表現を使用してPDFドキュメント内の特定のテキスト、単語、フレーズをプログラムで検索します。 PDFファイルを編集するには、テキストを置き換えるか非表示にします。... using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/ja/redaction/find-and-replac...
  7. Confronta Documenti Utilizzando Node.js

    Esplora le complessità dei confronti di documenti in questa guida dettagliata. Scopri come le API GroupDocs.Comparison possono trasformare la tua analisi dei dati con strumenti di comparazione visiva e testuale....source document const comparer = new Comparer ( "source.docx" ); //...source file path const comparer = new Comparer ( "source.docx" ); //...

    blog.groupdocs.com/it/comparison/compare-docume...
  8. Proteggi file Excel con password in C# | Blocca...

    Impariamo come proteggere con password i file del foglio di calcolo Excel utilizzando C#. Modificare la password esistente o rimuoverla per sbloccare i file XLS/XLSX utilizzando l'API .NET....AddPasswordOptions addOptions = new AddPasswordOptions("mySECRETpassWORD");...D"); using (Merger merger = new Merger(filePath)) { merger.A...

    blog.groupdocs.com/it/merger/lock-unlock-excel-...
  9. Rendern Sie JSON als PDF, JPG, PNG und HTML mit...

    Zeigen Sie JSON-Dateien als PDF in Java an. Rendern Sie außerdem JSON-Dateien in JPG-, PNG- und HTML-Dateien innerhalb einer Java-Anwendung mithilfe der JSON-Viewer-API....mit Java try (Viewer viewer = new Viewer("/path/sample.json"))...PdfViewOptions viewOptions = new PdfViewOptions("/path/JSON-to-PDF...

    blog.groupdocs.com/de/viewer/render-json-as-pdf...
  10. Rendern Sie JSON als PDF, JPG, PNG und HTML mit...

    Zeigen Sie JSON-Dateien als PDF mit C# an. Rendern Sie außerdem JSON-Dateien in JPG, PNG und HTML innerhalb der .NET-Anwendung mithilfe der GroupDocs-API....mit C# using (Viewer viewer = new Viewer("/path/sample.json"))...json")) { PdfViewOptions options = new PdfViewOptions("/path/JSON-to-PDF...

    blog.groupdocs.com/de/viewer/render-json-as-pdf...