Sort Score
Result 10 results
Languages All
Labels All
Results 5,021 - 5,030 of 10,894 for

new

(0.06 sec)
  1. Ajouter ou supprimer des annotations en C# | An...

    Ajoutez et supprimez par programmation des annotations des fichiers Word DOC/DOCX en C#. Ajoutez des annotations de flèche, de rectangle, d'ellipse et de filigrane à l'aide de l'API d'annotation .NET....using (Annotator annotator = new Annotator("path/document.docx"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/fr/annotation/annotate-word-...
  2. GroupDocs.Conversion para .NET 25.10 – Atualiza...

    Explore o que há de novo no GroupDocs.Conversion para .NET 25.10. Disponível agora no NuGet e no site da GroupDocs....of page‑layout enhancements, new load‑option capabilities, and...the next major version. The new model introduces two helper objects...

    blog.groupdocs.com/pt/conversion/groupdocs-conv...
  3. Buscar y reemplazar texto en PDF con C# | Reemp...

    Encuentre mediante programación ciertos textos, palabras y frases en documentos PDF con distinción entre mayúsculas y minúsculas y RegEx usando C#. Reemplace u oculte el texto para redactar archivos PDF....C# using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/es/redaction/find-and-replac...
  4. Suchen und Ersetzen von Text in PDF mit C# | PD...

    Suchen Sie mit C# programmgesteuert nach bestimmten Texten, Wörtern und Sätzen in PDF-Dokumenten mit Groß- und Kleinschreibung und RegEx. Ersetzen oder verbergen Sie den Text, um PDF-Dateien zu schwärzen....Text using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/de/redaction/find-and-replac...
  5. Відтворення JSON як PDF, JPG, PNG і HTML за доп...

    Переглядайте файли JSON як PDF за допомогою C#. Крім того, перетворіть файли JSON у JPG, PNG і HTML у програмі .NET за допомогою GroupDocs API....допомогою C# using (Viewer viewer = new Viewer("/path/sample.json"))...json")) { PdfViewOptions options = new PdfViewOptions("/path/JSON-to-PDF-{0}...

    blog.groupdocs.com/uk/viewer/render-json-as-pdf...
  6. 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...
  7. 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-...
  8. Renderice JSON como PDF, JPG, PNG y HTML usando...

    Ver archivos JSON como PDF usando C#. Además, renderice archivos JSON a JPG, PNG y HTML dentro de la aplicación .NET utilizando la API de GroupDocs....usando C# using (Viewer viewer = new Viewer("/path/sample.json"))...json")) { PdfViewOptions options = new PdfViewOptions("/path/JSON-to-PDF...

    blog.groupdocs.com/es/viewer/render-json-as-pdf...
  9. Renderize JSON como PDF, JPG, PNG e HTML usando...

    Visualize arquivos JSON como PDF usando C#. Além disso, renderize arquivos JSON para JPG, PNG e HTML dentro do aplicativo .NET usando a API GroupDocs....usando C# using (Viewer viewer = new Viewer("/path/sample.json"))...json")) { PdfViewOptions options = new PdfViewOptions("/path/JSON-to-PDF...

    blog.groupdocs.com/pt/viewer/render-json-as-pdf...
  10. Visualizzatore di file STL che utilizza Java | ...

    Visualizza i file STL come PDF utilizzando Java. Inoltre, esegui il rendering dei file di stereolitografia (STL) nei formati HTML, JPG e PNG utilizzando esempi Java....in Java try (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...

    blog.groupdocs.com/it/viewer/stl-file-viewer-us...