Sort Score
Result 10 results
Languages All
Labels All
Results 6,041 - 6,050 of 12,353 for

new

(0.14 sec)
  1. Soubory chráněné vodoznakem pomocí C# | Textové...

    Přidejte textové vodoznaky a obrázkové vodoznaky do heslem chráněných souborů Word, PDF, PowerPoint, Excel pomocí C#. Přizpůsobte vzhled vodoznaku pomocí .NET API....*/ LoadOptions loadOptions = new LoadOptions(); loadOptions.Password...using (Watermarker watermarker = new Watermarker(filePath, loadOptions))...

    blog.groupdocs.com/cs/watermark/watermark-passw...
  2. Ochrana souborů Excelu heslem v C# | Zamknout O...

    Pojďme se naučit, jak chránit soubory tabulek Excel heslem pomocí C#. Změňte stávající heslo nebo jej odstraňte, abyste odemkli soubory XLS/XLSX pomocí .NET API....AddPasswordOptions addOptions = new AddPasswordOptions("mySECRETpassWORD");...D"); using (Merger merger = new Merger(filePath)) { merger.A...

    blog.groupdocs.com/cs/merger/lock-unlock-excel-...
  3. 使用 C# 的 STL 文件查看器 |以 PDF、HTML、JPG、PNG 格式查看 STL

    使用 C# 以 PDF 格式查看 STL 文件。在 .NET 应用程序中进一步将立体光刻 (STL) 文件呈现为 HTML、JPG 和 PNG 格式。... using (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...

    blog.groupdocs.com/zh/viewer/stl-file-viewer-us...
  4. Annotaties verwijderen uit PDF- en Word-documen...

    Annotaties programmatisch verwijderen uit PDF- en Word-bestanden in Java. Verwijder alle annotaties, verwijder op ID's of op annotatietypes met Java Annotation API....final Annotator annotator = new Annotator("document.pdf"); SaveOptions...SaveOptions saveOptions = new SaveOptions(); saveOptions.setA...

    blog.groupdocs.com/nl/annotation/remove-annotat...
  5. البحث عن الكلمات واستبدال النص في مستندات Word ...

    قم بإجراء بحث عن الكلمات أو استبدال أو إخفاء النص في ملفات Word DOC / DOCX باستخدام Java. قم بتنقيح وتنفيذ بحث حساس لحالة الأحرف والتعبير عن النص باستخدام Java Redaction API....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/ar/redaction/find-and-replac...
  6. C# Kullanarak Excel Çalışma Kitaplarına Filigra...

    C# kullanarak Excel çalışma kitaplarına filigran ekleyin. .NET API kullanarak tüm sayfalara filigran ekleyin veya yalnızca belirli bir sayfaya arka plan olarak bile filigran ekleyin....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...using (Watermarker watermarker = new Watermarker(@"path/spreadsheet...

    blog.groupdocs.com/tr/watermark/watermark-excel...
  7. 使用 C# 在 Word、PDF、PPT 中添加波浪下划线 |波浪注释

    使用 C# 在 Word、PDF 和其他文档中插入不同颜色的波浪下划线。在 .NET 应用程序的文档中添加波浪形注释。...using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/zh/annotation/add-wavy-under...
  8. با استفاده از C# | زیر خط موج دار در Word، PDF،...

    با استفاده از سی شارپ، زیر خطوط مواج با رنگ های مختلف را در اسناد Word، PDF و دیگر اسناد وارد کنید. اضافه کردن حاشیه نویسی squiggly در اسناد در برنامه های NET....using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/fa/annotation/add-wavy-under...
  9. Convierta hojas de cálculo de Excel a PDF usand...

    Convierte archivos de Excel a PDF usando C#. Convierta el libro de trabajo completo, las hojas seleccionadas, la subsecuencia de hojas o cualquier rango de celdas utilizando la API .NET de conversión de hojas de cálculo....Func<LoadOptions> loadOptions = () => new SpreadsheetLoadOptio { OnePagePerSheet...true }; using (var converter = new GroupDocs.Conversion.Convert...

    blog.groupdocs.com/es/conversion/convert-excel-...
  10. C#を使用してPDFファイルを複数のファイルに分割する| .NET用の分割API

    C#を使用してPDFファイルを分割するさまざまな方法。大きなPDFファイルを分離し、さまざまな分割オプションを使用して特定のページを抽出します。...splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...割します using (Merger merger = new Merger("path/document.pdf"))...

    blog.groupdocs.com/ja/merger/split-pdf-files-in...