Sort Score
Result 10 results
Languages All
Labels All
Results 9,321 - 9,330 of 11,924 for

new

(0.12 sec)
  1. ספירת מילים והתרחשויות של כל מילה במסמך באמצעות...

    ספירת מספר המילים והמופעים שלהן במסמכי PDF, Word, Excel, PowerPoint ודוא'ל ב-C# באמצעות ממשק API לניתוח מסמכים של NET....באמצעות C# using (Parser parser = new Parser("path/document.pdf"))...באמצעות C# using (Parser parser = new Parser("path/document.pdf"))...

    blog.groupdocs.com/he/parser/count-words-and-oc...
  2. Kachelwasserzeichen generieren - Dokumentsicher...

    Entdecken Sie die Techniken zum Generieren von Kachelwasserzeichen für Dokumente mit C#, Java und Node.js. Verbessern Sie Ihre Dokumentsicherheit mit dieser Schritt-für-Schritt-Anleitung.... using (var watermarker = new Watermarker(`source.pdf”)) {...Bild-Wasserzeichenobjekt var watermark = new ImageWatermark(`lock-key.png”);...

    blog.groupdocs.com/de/watermark/generate-tiling...
  3. C#を使用して透かしで保護されたファイル|テキストと画像の透かし

    C#を使用して、パスワードで保護されたWord、PDF、PowerPoint、Excelファイルにテキスト透かしと画像透かしを追加します。 .NETAPIを使用して透かしの外観をカスタマイズします。...*/ LoadOptions loadOptions = new LoadOptions(); loadOptions.Password...using (Watermarker watermarker = new Watermarker(filePath, loadOptions))...

    blog.groupdocs.com/ja/watermark/watermark-passw...
  4. C#のプレゼンテーションに透かしを追加する|テキストと画像の透かし

    GroupDocsによる.NETWatermarkingAPIを使用して、プレゼンテーションスライドに透かしとしてテキストを追加したり、PPT、PPTX、PPSなどの形式に画像透かしを適用したりするC#の方法。...using (Watermarker watermarker = new Watermarker("presentation.pptx"))...TextWatermark watermark = new TextWatermark("Watermark", new Font("Arial"...

    blog.groupdocs.com/ja/watermark/add-watermark-t...
  5. Gerar marcas d'água de mosaico - Aumente a segu...

    Descubra as técnicas para gerar marcas d'água de tiling para documentos usando C#, Java e Node.js. Melhore a segurança do seu documento com este guia passo a passo.... using (var watermarker = new Watermarker(`source.pdf”)) {...d'água da imagem var watermark = new ImageWatermark(`lock-key.png”);...

    blog.groupdocs.com/pt/watermark/generate-tiling...
  6. Upcoming Release of GroupDocs.Redaction for Java

    Big News! We are going to launch GroupDocs.Redaction API for Java platform very soon. Similar to the .NET version, GroupDocs.Redaction for Java would be a backend API for removing sensitive and classified information from the popular document formats. As far as the supported features are concerned, this is going to be a replica of GroupDocs.Redaction for .NET. Through this API, we aim to provide you a single, format-independent interface containing a set of redaction methods to redact text, metadata, and annotations....Big News! We are going to launch GroupDocs.Redaction API for...stay tuned to our blog for more news and updates....

    blog.groupdocs.com/redaction/upcoming-release-o...
  7. GroupDocs.Signature for .NET

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....using (Signature signature = new Signature("sample.pdf")) { //...DigitalVerifyOptions options = new DigitalVerifyOptions("certificate...

    blog.groupdocs.com/th/tag/groupdocs.signature-f...
  8. 使用 Java 將多種文件類型合併為一個文件 | PDF、DOC、XLS、PPT

    在 Java 中將兩個或多個不同文件格式的文檔組合成一個文件。使用 Document Merger API 自動將 PDF Word Excel PPT 合併為 PDF。...將兩種或多種不同類型的文件合併為一個文件 Merger merger = new Merger("pdf_document.pdf"); {...將兩種或多種不同類型文件的選擇性頁面合併為一個 Merger merger = new Merger("pdf_document.pdf"); {...

    blog.groupdocs.com/zh-hant/merger/merge-multipl...
  9. Java에서 SVG를 PNG로 변환 - 벡터 그래픽을 JPG 이미지로 변환

    Java를 사용하여 SVG 벡터 그래픽을 PNG 이미지로 변환합니다. Java API를 사용하여 변환된 PNG의 회전, 뒤집기, 워터마크, 그레이스케일 및 밝기 및 감마 조정....변환하는 방법 Converter converter = new Converter("path/vector-graphics...ImageConvertOptions options = new ImageConvertOptions(); options...

    blog.groupdocs.com/ko/conversion/convert-svg-to...
  10. Tìm kiếm mờ trong C# - Tìm trong tệp trên các t...

    Khai phá sức mạnh của tìm kiếm mờ có lập trình trong C#! Tìm kiếm nhiều tài liệu dựa trên văn bản trên các thư mục để tìm kết quả khớp gần đúng với khả năng chịu lỗi....tài liệu vào đó Index index = new Index("indexing-folder-path");..."); SearchOptions options = new SearchOptions(); options.FuzzySearch...

    blog.groupdocs.com/vi/search/fuzzy-search-csharp/