Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 10,655 for

new

(0.07 sec)
  1. Agregar o quitar anotaciones | Anotar archivos ...

    Agregue y elimine anotaciones mediante programación de archivos PDF en Java. Agregue anotaciones de flecha, rectángulo, elipse, resaltado, marca de agua y más usando la API de Java....final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/es/annotation/annotate-pdf-f...
  2. 在 C# 中添加或刪除註釋 |註釋 Word DOC DOCX 文件

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

    blog.groupdocs.com/zh-hant/annotation/annotate-...
  3. Integracja AI GroupDocs.Redaction z .NET | Nies...

    Użyj AI do wykrywania i redagowania tekstu, słów lub fraz w dokumentach PDF za pomocą .NET. Zastąp lub ukryj zawartość, aby bezpiecznie przetwarzać pliki PDF....w przykładzie Regex regex = new Regex( ".*" ); // Zdefiniuj docelowe...ReplacementOptions optionsText = new ReplacementOptions( "[replaced]"...

    blog.groupdocs.com/pl/redaction/custom-ai-redac...
  4. Edytuj prezentacje w C# | Edycja .NET PPT/PPTX

    Edytowanie prezentacji programu PowerPoint wyjaśniono za pomocą przykładów C# umożliwiających edycję plików PPT, PPTX, ODP w aplikacji .NET przy użyciu interfejsu API do edycji prezentacji....PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...Presentation using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/pl/editor/edit-ppt-pptx-pres...
  5. Інтеграція GroupDocs.Redaction AI з .NET | Нест...

    Використовуйте AI для виявлення та редагування тексту, слів або фраз у PDF-документах за допомогою .NET. Замініть або приховайте вміст для безпечної обробки PDF-файлів....як у прикладі Regex regex = new Regex( ".*" ); // Визначте цільові...ReplacementOptions optionsText = new ReplacementOptions( "[replaced]"...

    blog.groupdocs.com/uk/redaction/custom-ai-redac...
  6. Annotaties toevoegen of verwijderen | Annoteer ...

    Annoteer programmatisch PDF-bestanden in C#. Annotaties zoals pijlen, rechthoeken, ellipsen, markeringen en watermerken toevoegen of verwijderen met behulp van .NET API....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/nl/annotation/annotate-pdf-f...
  7. Agregar o quitar anotaciones | Anotar archivos ...

    Anote mediante programación archivos PDF en C#. Agregue o elimine anotaciones como flechas, rectángulos, elipses, resaltados, anotaciones de marcas de agua mediante la API de .NET....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/es/annotation/annotate-pdf-f...
  8. 在 Java 中查找和替換 PDF 中的文本 |替換或隱藏 PDF 文本

    在 Java 中以編程方式查找 PDF 文檔中的某些文本、單詞、短語,區分大小寫和 RegEx。替換或隱藏文本以編輯 PDF 文件。...redactor = new Redactor("path/document.pdf"); redactor.apply(new Exa...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/zh-hant/redaction/find-and-r...
  9. 在 Java 中向 Excel 工作簿添加水印 |文本水印

    使用 Java 將水印插入 Excel 工作簿。使用水印 Java API 為所有工作表添加水印或將其應用於特定工作表,即使作為背景。...Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/zh-hant/watermark/watermark-...
  10. علق ملفات Word DOC DOCX في Java | إضافة أو إزال...

    قم بإضافة أو إزالة التعليقات التوضيحية من ملفات Word DOC / DOCX في Java. أضف سهمًا ، مستطيلًا ، قطع ناقص ، تعليقات توضيحية للعلامة المائية باستخدام واجهة برمجة تطبيقات التعليقات التوضيحية للمستند....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/ar/annotation/annotate-word-...