GroupDocs.Search ist eine leistungsstarke API für die Volltextsuche, mit der Sie über 70 Dokumentformate in Ihren Anwendungen durchsuchen können....documents to search // a) Create new index or // b) Open existing...existing index Index index = new Index(indexFolder); // c) Subscribe...
GroupDocs의 Java API를 사용하여 텍스트 기반 템플릿을 통해 XML 데이터를 PDF 및 DOC/DOCX로 변환하여 보고서 생성을 자동화합니다....로드 XmlDataSource datasource = new XmlDataSource(xmlDataSource);...DataSourceInfo dataSourceInfo = new DataSourceInfo(datasource,"managers");...
PDF、スプレッドシート、プレゼンテーション、ワードプロセッシングドキュメント、およびC#の解析APIを使用して特定のページから画像を抽出する機能を備えた.NETAPI。...出します using (Parser parser = new Parser("path/document.pdf"))...GetImages(); ImageOptions options = new ImageOptions(ImageFormat.Png);...
本文解释了如何使用 C# 语言和 GroupDocs.Merger for .NET API 合并和拆分 CSV 文件。通过有效的文件管理简化数据处理。...CSV 文件 using ( var merger = new GroupDocs.Merger.Merger(Constants...splitOptions = new TextSplitOptions(filePathOut, new int [] { 1 ...
Vytvářejte bezpečné elektronické podpisy dokumentů pro PDF integrací správy certifikátů Azure Key Vault s GroupDocs.Signature v C#. Kompletní průvodce s příklady podpisů s vlastním hash a ověřování podpisů....using (Signature signature = new Signature(sampleFilePath)) {...options = new DigitalSignOptions() { Signature = new DigitalSignature()...
XML ファイルを編集する効率的な方法を発見します。 XML ファイルをオンラインで編集するか、C# および Java を使用してプログラムで編集します。...ファイルを編集する using (Editor editor = new Editor("path/data.xml")) { //...XmlEditOptions editOptions = new XmlEditOptions(); editOptions...
C#を使用して、テンプレートを使用してCSVをPDFおよびWord形式に変換します。 GroupDocsによる.NETReportingAPIを使用して、PDFおよびDOC/DOCXレポートの生成を自動化します。...dataSource = new CsvDataSource(csvDataSource, new CsvDataLoadOptions(true));...DocumentAssembler assembler = new DocumentAssembler(); assembler...