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

new

(0.37 sec)
  1. Crea un visualizzatore di documenti in ASP.NET ...

    I visualizzatori di documenti online sono diventati popolari dopo il crescente utilizzo dei documenti digitali, in particolare nei sistemi di gestione dei contenuti. Il motivo alla base di questa popolarità è che puoi visualizzare una varietà di formati di documenti senza acquistare o installare programmi software dedicati. Considerando l’importanza dei visualizzatori di documenti, ho pensato di scrivere un articolo su come creare un visualizzatore di documenti universale in ASP.NET MVC....ath, "storage"); lstFiles = new List<string>(); } public IActionResult...png"); using (Viewer viewer = new Viewer(Path.Combine(storagePath...

    blog.groupdocs.com/it/viewer/document-viewer-in...
  2. Générer un rapport PDF à partir de données JSON...

    Générez des rapports par programme en convertissant les données JSON en PDF et Word à l'aide de modèles en Java. Rapports PDF et DOCX utilisant l'API Java de génération de rapports....JSON JsonDataSource datasource= new JsonDataSource(jsonFilePath);...DataSourceInfo dataSourceInfo = new DataSourceInfo(datasource,"managers");...

    blog.groupdocs.com/fr/assembly/generate-pdf-rep...
  3. חיפוש טקסט בפורמטים של מסמכים וורד, אקסל, PDF, ...

    GroupDocs.Search הוא API רב עוצמה לחיפוש טקסט מלא המאפשר לך לחפש מעל 70 פורמטים של מסמכים ביישומים שלך....documents to search // a) Create new index or // b) Open existing...existing index Index index = new Index(indexFolder); // c) Subscribe...

    blog.groupdocs.com/he/search/search-text-in-wor...
  4. 在線上文件中進行模糊搜尋

    釋放模糊搜索的力量!了解如何以程式設計方式在線搜尋基於文字的文檔中幾乎匹配的結果。...建立索引資料夾並將文件的資料夾新增至其中 Index index = new Index("indexing-folder-path");..."); SearchOptions options = new SearchOptions(); options.FuzzySearch...

    blog.groupdocs.com/zh-hant/search/online-fuzzy-...
  5. Comparar vários arquivos CSV em C# | Aceitar, r...

    Compare programaticamente dois ou mais arquivos CSV em C#. Aprenda a aceitar, rejeitar e destacar as mudanças. Compare arquivos CSV protegidos por senha usando a API .NET....C# using (Comparer comparer = new Comparer("path/comma-separated-file-1...comparer = new Comparer("path/comma-separated-file-1.csv", new LoadOptions(){...

    blog.groupdocs.com/pt/comparison/compare-multip...
  6. C#でプレゼンテーションを画像に変換する| PPTからJPGへ| PPTからPNGへ

    C#を使用して、PPT/PPTX形式のPowerPointプレゼンテーションをJPGまたはPNG形式に変換します。 .NET APIを使用して、プログラムでプレゼンテーションを画像に変換します。...SavePageStream getPageStream = page => new FileStream(string.Format("path/convertedPPT{0}...using (Converter converter = new Converter("path/presentation...

    blog.groupdocs.com/ja/conversion/convert-presen...
  7. Tạo Báo cáo PDF từ Dữ liệu JSON trong Java | JS...

    Lập trình tạo báo cáo bằng cách chuyển đổi dữ liệu JSON sang PDF & Word bằng các mẫu trong Java. Báo cáo PDF & DOCX sử dụng Java API tạo báo cáo....JSON JsonDataSource datasource= new JsonDataSource(jsonFilePath);...DataSourceInfo dataSourceInfo = new DataSourceInfo(datasource,"managers");...

    blog.groupdocs.com/vi/assembly/generate-pdf-rep...
  8. JavaでJSONデータからPDFレポートを生成する| JSONからPDFおよびDOCXへ

    Javaのテンプレートを使用してJSONデータをPDFおよびWordに変換することにより、プログラムでレポートを生成します。レポート生成JavaAPIを使用したPDFおよびDOCXレポート。... JsonDataSource datasource= new JsonDataSource(jsonFilePath);...DataSourceInfo dataSourceInfo = new DataSourceInfo(datasource,"managers");...

    blog.groupdocs.com/ja/assembly/generate-pdf-rep...
  9. .NET PKCS#11 Tutorial de firma -- Dongle USB, T...

    Tutorial paso a paso que explica cómo firmar documentos PDF en .NET usando tokens PKCS#11 (dongles, tarjetas inteligentes, HSM) a través de Pkcs11Interop y GroupDocs.Signature....a hash using ( var pkcs11 = new Pkcs11(Settings.Pkcs11LibraryPath...PKCS#11 signing var tokenSigner = new Pkcs11DigitalSigner(); var cert...

    blog.groupdocs.com/es/signature/sign-documents-...
  10. Java 文件搜索 - 跨文件夹搜索文件中的多个文本

    使用 Java 搜索分布在不同文件夹中的各种文件中的多个文本或短语。在相应的 HTML 文件中突出显示扫描结果。...// 在指定文件夹中创建索引 Index index = new Index("path/for/indexingFolder");...OutputAdapter outputAdapter = new FileOutputAdapter(OutputFormat...

    blog.groupdocs.com/zh/search/search-multiple-te...