Sort Score
Result 10 results
Languages All
Labels All
Results 5,581 - 5,590 of 12,237 for

new

(0.09 sec)
  1. Agregar o quitar anotaciones en C# | Anotar arc...

    Agregue y elimine anotaciones mediante programación de archivos DOC/DOCX de Word en C#. Agregue anotaciones de flechas, rectángulos, elipses y marcas de agua mediante la API de anotaciones de .NET....using (Annotator annotator = new Annotator("path/document.docx"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/es/annotation/annotate-word-...
  2. Converter planilhas do Excel em PDF usando C# |...

    Converta arquivos do Excel para PDF usando C#. Converta pasta de trabalho completa, planilhas selecionadas, subsequência de planilhas ou qualquer intervalo de células usando a API .NET de conversão de planilha....Func<LoadOptions> loadOptions = () => new SpreadsheetLoadOptio { OnePagePerSheet...true }; using (var converter = new GroupDocs.Conversion.Convert...

    blog.groupdocs.com/pt/conversion/convert-excel-...
  3. Pisahkan atau Gabungkan PDF, PowerPoint, Excel,...

    Pisahkan atau Gabungkan spreadsheet PDF, Word DOC/DOCX, XLS/XLSX Excel, presentasi PPT/PPTX, Gambar Visio, eBuku, & dokumen lainnya di Java. Langkah & contoh.... Merger merger = new Merger(filePath1 ); merger.join(filePath2...single DOCX file. Merger merger = new Merger("document1.docx" ); merger...

    blog.groupdocs.com/id/merger/merge-pdf-word-exc...
  4. Dividi o unisci PDF, PowerPoint, Excel, Word, d...

    Dividi o unisci PDF, Word DOC/DOCX, XLS/XLSX fogli di calcolo Excel, presentazioni PPT/PPTX, disegni Visio, eBook e altri documenti in Java. Passaggi ed esempi.... Merger merger = new Merger(filePath1 ); merger.join(filePath2...single DOCX file. Merger merger = new Merger("document1.docx" ); merger...

    blog.groupdocs.com/it/merger/merge-pdf-word-exc...
  5. Editar apresentações em Java | Edição PPT/PPTX

    A edição de apresentações do PowerPoint é explicada com um exemplo Java para editar arquivos PPT, PPTX, ODP em seu aplicativo usando a API de edição de apresentações....PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...setPassword("P@$$w0Rd"); Editor editor = new Editor(new FileInputStream("path/presentation...

    blog.groupdocs.com/pt/editor/edit-ppt-pptx-pres...
  6. 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...
  7. 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...
  8. Chú thích các tệp Word DOC DOCX trong Java | Th...

    Thêm hoặc xóa chú thích khỏi tệp Word DOC/DOCX trong Java. Thêm chú thích mũi tên, hình chữ nhật, hình elip, hình mờ bằng API chú thích tài liệu....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/vi/annotation/annotate-word-...
  9. Konwersja arkuszy kalkulacyjnych Excel do forma...

    Konwertuj pliki programu Excel do formatu PDF przy użyciu języka C#. Konwertuj cały skoroszyt, wybrane arkusze, podsekwencje arkuszy lub dowolny zakres komórek za pomocą interfejsu API .NET do konwersji arkuszy kalkulacyjnych....Func<LoadOptions> loadOptions =() => new SpreadsheetLoadOptio { OnePagePerSheet...true }; using (var converter = new GroupDocs.Conversion.Convert...

    blog.groupdocs.com/pl/conversion/convert-excel-...
  10. C# Comparar Excel, Word, Arquivos de Texto | AP...

    Compare dois arquivos ou mais usando C#. .NET SDK permite comparar duas planilhas do Excel, documentos do Word, arquivos PDF ou comparar arquivos de texto no CSharp.... using (Comparer comparer = new Comparer(“source.xlsx”)) { comparer... using (Comparer comparer = new Comparer(“source.xlsx”) { comparer...

    blog.groupdocs.com/pt/comparison/compare-excel-...