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

new

(0.18 sec)
  1. Trabajando con fuentes en GroupDocs.Viewer para...

    Aprende cómo obtener la lista de fuentes usadas, especificar o reemplazar fuentes faltantes, excluir fuentes....filename; using (Viewer viewer = new Viewer(inputPath)) { Fonts.IFontInfo[]...FolderFontSource fontSource = new FolderFontSource( @"C:\custom_fonts"...

    blog.groupdocs.com/es/viewer/working-with-fonts/
  2. C#を使用してPDFからページを削除する|偶数、奇数、リストと範囲

    C#を使用してPDFファイルからページのセットを削除します。 .NETアプリケーション内のPDFファイルから、ページのリスト、任意の範囲、偶数または奇数のページを削除します。...RemoveOptions removeOptions = new RemoveOptions(new int[] { 3, 5 }); using...using (Merger merger = new Merger("path/document-pdf")) { merger...

    blog.groupdocs.com/ja/merger/delete-pages-from-...
  3. JavaでExcelスプレッドシートをPDFに変換する| ExcelファイルJavaコンバータ

    ExcelファイルをJavaでPDFに変換します。スプレッドシート変換JavaAPIを使用して、完全なワークブック、選択したシートまたは連続したシート、または任意のセル範囲を変換します。...ます */ Converter converter = new Converter("path/spreadsheet.xlsx");...convert("path/all-sheets-converted.pdf", new PdfConvertOptions()); 連続したExcelシートのPDFへの変換-Java...

    blog.groupdocs.com/ja/conversion/convert-excel-...
  4. GroupDocs.Parser per .NET 25.12.1 – Ultimi aggi...

    Scopri le novità di GroupDocs.Parser per .NET 25.12.1. Disponibile ora su NuGet e sul sito Web di GroupDocs....@"C:\MyApp\Resources" ; using (Parser parser = new Parser(filePath)) { int pageIndex...https://releases.groupdocs.com/parser/net/new-releases/groupdocs.parser-for-...

    blog.groupdocs.com/it/parser/groupdocs-parser-f...
  5. Porovnejte chráněné soubory PDF pomocí Java | S...

    Porovnejte rozdíly mezi dvěma chráněnými soubory PDF pomocí Java. Porovnání souborů PDF pomocí kódu Java v několika krocích pomocí rozhraní PDF Comparison Java API....comparer = new Comparer("path/protected-document-ver1.pdf", new Loa...add("path/protected-document-ver2.pdf", new LoadOptions("TargetFilePassword"));...

    blog.groupdocs.com/cs/comparison/compare-protec...
  6. GroupDocs.Parser untuk .NET 25.12.1 – Pembaruan...

    Jelajahi apa yang baru di GroupDocs.Parser untuk .NET 25.12.1. Tersedia sekarang di NuGet dan situs web GroupDocs....@"C:\MyApp\Resources" ; using (Parser parser = new Parser(filePath)) { int pageIndex...https://releases.groupdocs.com/parser/net/new-releases/groupdocs.parser-for-...

    blog.groupdocs.com/id/parser/groupdocs-parser-f...
  7. Cari Teks di Word, Excel, PDF, Format Dokumen Z...

    GroupDocs.Search adalah API pencarian teks lengkap yang kuat yang memungkinkan Anda mencari lebih dari 70 format dokumen dalam aplikasi Anda....documents to search // a) Create new index or // b) Open existing...existing index Index index = new Index(indexFolder); // c) Subscribe...

    blog.groupdocs.com/id/search/search-text-in-wor...
  8. Javaで電子書籍から画像を抽出する| EPUB、PDF、FB2、CHM

    ドキュメントの解析にJavaAPIを使用して、EPUB、PDF、FB2、CHMeBookからプログラムで画像を抽出します。画像をJPG、PNG、WebP、GIF、またはBMP形式で保存します。... Parser parser = new Parser("ebook.epub"); // 電子書...getImages(); ImageOptions options = new ImageOptions(ImageFormat.Jpeg);...

    blog.groupdocs.com/ja/parser/extract-images-fro...
  9. Wyszukiwanie tekstu w formatach dokumentów Word...

    GroupDocs.Search to potężny interfejs API wyszukiwania pełnotekstowego, który umożliwia przeszukiwanie ponad 70 formatów dokumentów w aplikacjach....documents to search // a) Create new index or // b) Open existing...existing index Index index = new Index(indexFolder); // c) Subscribe...

    blog.groupdocs.com/pl/search/search-text-in-wor...
  10. Combinar archivos de Excel y hojas de cálculo c...

    Combine archivos de hojas de cálculo de Excel usando C#. Combine hojas específicas de archivos XLS/XLSX utilizando la API de fusión .NET de GroupDocs....usando C# using (Merger merger = new Merger("/path/spreadsheet-1.xlsx"))...usando C# using (Merger merger = new Merger("/path/spreadsheet-1.xlsx"))...

    blog.groupdocs.com/es/merger/merge-excel-files-...