Sort Score
Result 10 results
Languages All
Labels All
Results 4,581 - 4,590 of 10,806 for

new

(0.14 sec)
  1. Localizar e substituir texto em PDF usando C# |...

    Localize programaticamente determinados textos, palavras e frases em documentos PDF com distinção entre maiúsculas e minúsculas e RegEx usando C#. Substitua ou oculte o texto para redigir arquivos PDF....# using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/pt/redaction/find-and-replac...
  2. Aggiungi una sottolineatura ondulata in Word, P...

    Inserisci diverse sottolineature ondulate colorate in Word, PDF e altri documenti usando C#. Aggiungi annotazioni ondulate nei documenti all'interno delle applicazioni .NET....using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/it/annotation/add-wavy-under...
  3. 在 Java 中編輯簡報 | PPT/PPTX 編輯

    使用 Java 範例解釋了編輯 PowerPoint 簡報,以使用簡報編輯 API 在應用程式中編輯 PPT、PPTX、ODP 檔案。...PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...setPassword("P@$$w0Rd"); Editor editor = new Editor(new FileInputStream("path/presentation...

    blog.groupdocs.com/zh-hant/editor/edit-ppt-pptx...
  4. GroupDocs.Conversion для .NET 25.8 - Останні он...

    Дослідіть новинки в GroupDocs.Conversion для .NET v25.8. Доступно вже на NuGet та веб‑сайті GroupDocs....are the key API updates and new features: SvgLoadOptions Class...conversion output: var loadOptions = new SvgLoadOptions { CropToContentBounds...

    blog.groupdocs.com/uk/conversion/groupdocs-conv...
  5. Rozdělit soubor PDF na více souborů pomocí C# |...

    Různé způsoby rozdělení souborů PDF pomocí C#. Oddělte velké soubory PDF a extrahujte konkrétní stránky pomocí různých možností rozdělení....splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...rozdělení using (Merger merger = new Merger("path/document.pdf"))...

    blog.groupdocs.com/cs/merger/split-pdf-files-in...
  6. 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/ko/annotation/annotate-word-...
  7. إضافة أو إزالة التعليقات التوضيحية | علق ملفات ...

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

    blog.groupdocs.com/ar/annotation/annotate-pdf-f...
  8. Thêm hoặc xóa chú thích trong C# | Chú thích cá...

    Lập trình thêm và xóa chú thích khỏi tệp Word DOC/DOCX trong C#. Thêm chú thích mũi tên, hình chữ nhật, hình elip, hình mờ bằng .NET Annotation API....using (Annotator annotator = new Annotator("path/document.docx"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/vi/annotation/annotate-word-...
  9. 在 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/annotation/annotate-word-...
  10. חלץ נתונים מחשבוניות או קבלות ב-C# באמצעות .NET...

    נתח חשבוניות או קבלות וחלץ נתונים באופן פרוגרמטי באמצעות C#. השתמש ב-API לניתוח מסמכים ב-.NET ב-ASP.NET, WCF או WPF כדי לחלץ טקסט ממסמכים....detailsTableParamete = new TemplateTableParamet(new Rectangle(new Point(35...Point(35, 320), new Size(530, 55)), null); // צור פרמטרים של גלאי עבור...

    blog.groupdocs.com/he/parser/extract-data-from-...