Sort Score
Result 10 results
Languages All
Labels All
Results 6,211 - 6,220 of 12,048 for

new

(0.14 sec)
  1. ارائه پاورپوینت واترمارک | واترمارک متن و تصویر

    واترمارک متن و تصویر را به ارائه های PPT/PPTX اضافه کنید. با استفاده از برنامه واترمارک آنلاین یا با استفاده از NET و API های جاوا، واترمارک ها را اعمال کنید....using (Watermarker watermarker = new Watermarker("presentation.pptx"))...TextWatermark watermark = new TextWatermark("Watermark", new Font("Arial"...

    blog.groupdocs.com/fa/watermark/watermark-prese...
  2. Edit File Excel di C# | Bangun Editor Lembar Ex...

    Mengedit file Excel dijelaskan dengan contoh C# untuk mengedit file XLS, XLSX, ODS dalam aplikasi .NET Anda menggunakan spreadsheet dan API pengeditan dokumen....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); loadOptions...Spreadsheet Editor editor = new Editor("path/spreadsheet.xlsx"...

    blog.groupdocs.com/id/editor/edit-excel-files-i...
  3. Laporan PDF & Word dari CSV di Java | CSV ke PD...

    Membuat laporan secara terprogram dengan mengonversi format CSV ke PDF & Word menggunakan templat di Java. Otomatiskan pembuatan laporan PDF & DOC/DOCX menggunakan Java API....CsvDataLoadOptions options = new CsvDataLoadOptions(true); CsvDataSource...CsvDataSource datasource= new CsvDataSource(csvDataSource,options);...

    blog.groupdocs.com/id/assembly/generate-reports...
  4. Извлечение изображений из документов PDF, Excel...

    .NET API с функциями извлечения изображений из PDF, электронных таблиц, презентаций, текстовых документов и с определенных страниц с помощью API синтаксического анализа на C#....NET using (Parser parser = new Parser("path/document.pdf"))...GetImages(); ImageOptions options = new ImageOptions(ImageFormat.Png);...

    blog.groupdocs.com/ru/parser/extract-images-fro...
  5. Planilhas Excel com marca d'água | Marcas d'águ...

    Adicione marcas d'água de texto e imagem às planilhas do Excel. Aplique marcas d'água usando o aplicativo de marca d'água on-line ou usando APIs .NET e Java programaticamente....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...using (Watermarker watermarker = new Watermarker(@"path/spreadsheet...

    blog.groupdocs.com/pt/watermark/watermark-excel...
  6. Extraia imagens de PDF, Excel, PPT, documentos ...

    API .NET com recursos para extrair imagens de PDF, planilhas, apresentações, documentos de processamento de texto e de páginas específicas usando a API de análise em C#....NET using (Parser parser = new Parser("path/document.pdf"))...GetImages(); ImageOptions options = new ImageOptions(ImageFormat.Png);...

    blog.groupdocs.com/pt/parser/extract-images-fro...
  7. Editar arquivos do Excel em C# | Crie seu própr...

    A edição de arquivos do Excel é explicada com exemplos em C# para editar arquivos XLS, XLSX, ODS em seu aplicativo .NET usando a API de edição de planilhas e documentos....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); loadOptions...Carregar a planilha Editor editor = new Editor("path/spreadsheet.xlsx"...

    blog.groupdocs.com/pt/editor/edit-excel-files-i...
  8. Extraia imagens de PDF, Word, Excel, PPT usando...

    Extraia imagens de todo o documento e páginas específicas de documentos de processamento de texto, planilhas do Excel, apresentações PPT e PDF usando Java....for Java try (Parser parser = new Parser("path/document.pdf"))...formato PNG ImageOptions options = new ImageOptions(ImageFormat.Png);...

    blog.groupdocs.com/pt/parser/extract-images-fro...
  9. Atualizar metadados EPUB usando C# – Editor de ...

    Descubra maneiras de visualizar e editar metadados de e-books EPUB usando C#. Edite programaticamente propriedades específicas do EPUB e itens do Dublin Core usando C#....C# using (Metadata metadata = new Metadata("path/ebook.epub"))...C# using (Metadata metadata = new Metadata("path/ebook.epub"))...

    blog.groupdocs.com/pt/metadata/view-edit-epub-m...
  10. C# PPT를 PDF로 변환 | PPTX를 PDF로 | 프레젠테이션 변환

    PowerPoint PPT, PPTX를 .NET에서 PDF로 변환합니다. C# 코드 예제는 전환 API를 사용한 선택적 연속 슬라이드 변환 및 워터마킹을 보여줍니다....using (Converter converter = new Converter("path/presentation...Convert("path/converted-presentation.pdf", new PdfConvertOptions()); } C#에서...

    blog.groupdocs.com/ko/conversion/convert-presen...