Sort Score
Result 10 results
Languages All
Labels All
Results 5,461 - 5,470 of 11,553 for

new

(0.26 sec)
  1. Masquer des PDF et des documents numérisés en J...

    Rédigez du texte dans des PDF et d'autres documents à l'aide de Java dans vos applications. Masquez les documents pour masquer le texte ainsi que le texte dans les images intégrées....RedactorSettings settings = new RedactorSettings(new AsposeCloudOcrConnec());...redactor = new Redactor("path/document.pdf", new LoadOptions()...

    blog.groupdocs.com/fr/redaction/redact-text-and...
  2. C#에서 Word 문서 편집 | 나만의 .NET Word 편집기 구축

    Word 문서 편집은 문서 편집 API를 사용하여 .NET 응용 프로그램 내에서 DOC, DOCX, ODT 파일을 편집하는 C# 예제와 함께 설명됩니다....WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...바꿉니다. using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/ko/editor/edit-word-document...
  3. 在 C# 中編輯簡報 | .NET PPT/PPTX 編輯

    透過 C# 範例說明如何編輯 PowerPoint 簡報,以便使用簡報編輯 API 在 .NET 應用程式中編輯 PPT、PPTX、ODP 檔案。...PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...Presentation using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/zh-hant/editor/edit-ppt-pptx...
  4. .NET에서 GroupDocs.Redaction AI 통합 | 맞춤형 주석

    .NET을 사용하여 PDF 문서에서 텍스트, 단어 또는 구문을 감지하고 주석을 추가하는 데 AI를 사용하세요. 콘텐츠를 대체하거나 숨겨 PDF 파일을 안전하게 처리하세요....같은 regex를 사용하세요 Regex regex = new Regex( ".*" ); //대상 페이지 및 주석...ReplacementOptions optionsText = new ReplacementOptions( "[replaced]"...

    blog.groupdocs.com/ko/redaction/custom-ai-redac...
  5. Modifier des documents Word en C# | Créez votre...

    L'édition de documents Word est expliquée avec des exemples C # pour éditer des fichiers DOC, DOCX, ODT dans votre application .NET à l'aide de l'API d'édition de documents....WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...ci-dessous. using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/fr/editor/edit-word-document...
  6. Chỉnh sửa bảng tính Excel | Chỉnh sửa trực tuyế...

    Khám phá những cách hiệu quả để chỉnh sửa bảng tính Excel. Chỉnh sửa tệp XLS/XLSX trực tuyến hoặc thực hiện theo chương trình bằng C# & Java....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); // LoadOptions...Tải bảng tính Editor editor = new Editor("path/spreadsheet.xlsx"...

    blog.groupdocs.com/vi/editor/edit-excel-spreads...
  7. 添加或刪除註釋 |使用 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-...
  8. 添加或删除注释 |使用 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...
  9. 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...
  10. 使用 C# 查找和替换 PDF 中的文本 |替换或隐藏 PDF 文本

    使用 C# 以编程方式查找 PDF 文档中的某些文本、单词、短语,区分大小写和 RegEx。替换或隐藏文本以编辑 PDF 文件。...查找确切的短语并将其替换为其他文本 using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/zh/redaction/find-and-replac...