Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 12,280 for

new

(0.19 sec)
  1. C# המרת PPT ל-PDF | PPTX ל-PDF | המרת מצגת

    המר PowerPoint PPT, PPTX ל-PDF ב-.NET. דוגמאות לקוד C# מראות את ההמרה של שקופיות סלקטיביות, עוקבות וסימון מים באמצעות Conversion API....using (Converter converter = new Converter("path/presentation...Convert("path/converted-presentation.pdf", new PdfConvertOptions()); } המרת...

    blog.groupdocs.com/he/conversion/convert-presen...
  2. Agregar subrayado ondulado en Word, PDF, PPT us...

    Inserte subrayados ondulados de diferentes colores en Word, PDF y otros documentos usando C#. Agregue anotaciones onduladas en documentos dentro de las aplicaciones .NET....using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/es/annotation/add-wavy-under...
  3. Добавить волнистое подчеркивание в Word, PDF, P...

    Вставляйте разноцветные волнистые подчеркивания в документы Word, PDF и другие документы с помощью C#. Добавьте волнистую аннотацию в документы в приложениях .NET....using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/ru/annotation/add-wavy-under...
  4. Buscar y reemplazar palabras en documentos de W...

    Busque, reemplace u oculte texto, palabras y frases en archivos DOC/DOCX de Word usando C#. Redacte y realice búsquedas de texto, mayúsculas y minúsculas y RegEx con .NET Redaction API....C# using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/es/redaction/find-and-replac...
  5. Podziel lub scal PDF, PowerPoint, Excel, Word, ...

    Dziel lub scalaj pliki PDF, Word DOC/DOCX, arkusze kalkulacyjne Excel XLS/XLSX, prezentacje PPT/PPTX, rysunki Visio, eBooki i inne dokumenty w Javie. Kroki i przykłady.... Merger merger = new Merger(filePath1 ); merger.join(filePath2...single DOCX file. Merger merger = new Merger("document1.docx" ); merger...

    blog.groupdocs.com/pl/merger/merge-pdf-word-exc...
  6. Localizar e substituir palavras em documentos d...

    Localize, substitua ou oculte texto, palavras e frases em arquivos Word DOC/DOCX usando C#. Redija e execute pesquisa de texto, diferencia maiúsculas de minúsculas e RegEx com a API de redação .NET....# using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/pt/redaction/find-and-replac...
  7. Suchen und Ersetzen von Wörtern in Word-Dokumen...

    Suchen, ersetzen oder verbergen Sie Text, Wörter und Sätze in Word DOC/DOCX-Dateien mit C#. Schwärzen und führen Sie Text-, Groß-/Kleinschreibungs- und RegEx-Suchen mit der .NET Schwärzungs-API durch....Text using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/de/redaction/find-and-replac...
  8. Marca de agua en documentos de Word usando C# |...

    Agregue marcas de agua de texto e imágenes a documentos de Word usando C#. Aplique marcas de agua mediante programación en las páginas utilizando la API .NET....using (Watermarker watermarker = new Watermarker("path/document.docx"))...TextWatermark watermark = new TextWatermark("Watermark", new Font("Arial"...

    blog.groupdocs.com/es/watermark/watermark-word-...
  9. حماية ملفات PDF بكلمة مرور في C # | قفل فتح ملف...

    دعنا نتعلم كيفية قفل ملفات PDF مع الحماية بكلمة مرور باستخدام C #. قم بتغيير كلمة المرور الحالية أو إزالتها لإلغاء تأمين ملفات PDF باستخدام .NET API....AddPasswordOptions addOptions = new AddPasswordOptions("mySECRETpassWORD");...D"); using (Merger merger = new Merger(filePath)) { merger.A...

    blog.groupdocs.com/ar/merger/lock-unlock-pdf-fi...
  10. PowerPoint Dosyalarını C# Dilinde Parolayla Kor...

    PowerPoint dosyalarını C# kullanarak parolalarla kilitleme. .NET API kullanarak PPT/PPTX dosyalarının kilidini açmak için mevcut parolayı değiştirin ve kaldırın....AddPasswordOptions addOptions = new AddPasswordOptions("mySECRETpassWORD");...D"); using (Merger merger = new Merger(filePath)) { merger.A...

    blog.groupdocs.com/tr/merger/lock-unlock-ppt-pp...