Sort Score
Result 10 results
Languages All
Labels All
Results 9,981 - 9,990 of 12,351 for

new

(0.28 sec)
  1. Изменение порядка страниц PDF с помощью C# | Ор...

    Изменение порядка страниц PDF-файлов с помощью C#. В рабочем примере показано, как исправить последовательность неупорядоченных страниц PDF в приложении .NET....1; MoveOptions moveOptions = new MoveOptions(pageNumber, newPageNumber);...newPageNumber); using (Merger merger = new Merger("path\document.pdf"))...

    blog.groupdocs.com/ru/merger/move-pdf-pages-usi...
  2. Updates to GroupDocs Privacy Policy – GroupDocs...

    Share this issue: Monthly NewsletterJune 2018 Documents Viewer APIs for .NET and Java Applications View over 50 Document & Image formats without External Viewer GroupDocs.Viewer product family offers powerful files viewer APIs for .NET and Java applications. It rasterizes documents and images both, renders text and converts them to SVG, HTML and CSS – thus offering a high-fidelity true-text, document rendering. Developers can work with all popular business and image file formats including: Microsoft Office, Visio, Project, Outlook, PDF, HTML, OpenDocument, AutoCad, Metafiles, JPEG, TIFF, GIF, BMP etc.... Company News Privacy and Terms and Conditions...information homepage. Product News Support of Setting Output Page...

    blog.groupdocs.com/total/updates-to-groupdocs-p...
  3. Pesquisar texto em pastas indexando usando C# |...

    Pesquise texto por partes, indexação de texto, especifique o número de threads de pesquisa e obtenha o tempo de pesquisa para obter resultados de pesquisa em C# usando a API de pesquisa do GroupDocs para desenvolvedores .NET....specified folder Index index = new Index(indexFolder); // Indexing...instance SearchOptions options = new SearchOptions(); options.IsChunkSearch...

    blog.groupdocs.com/pt/search/search-text-by-ind...
  4. C# kullanarak Markdown'ı PDF'e Dönüştür | MD'de...

    Markdown dosyalarını C# kullanarak PDF'ye dönüştürün. GroupDocs .NET dönüştürme API'sini kullanarak MD dosyalarını taşınabilir biçime dönüştürün....Dönüştürün using (var converter = new GroupDocs.Conversion.Converter("/path/markdown...kdown.md")) { var options = new PdfConvertOptions(); converter...

    blog.groupdocs.com/tr/conversion/convert-markdo...
  5. Extract data from database

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...

    blog.groupdocs.com/th/tag/extract-data-from-dat...
  6. C#으로 전체 텍스트 검색 솔루션 구축 | .NET을 사용하여 파일에서 찾기

    인덱싱을 통해 검색하는 .NET 애플리케이션용 텍스트 검색 API. 여러 Word, Excel, PDF, 폴더의 텍스트 파일에서 텍스트를 찾고 검색 결과를 강조 표시합니다.... Index index = new Index("indexPath/FolderName/");...인덱스에 문서 폴더 추가 Index index = new Index(indexFolder); index.Add(documentsFolder);...

    blog.groupdocs.com/ko/search/build-your-full-te...
  7. عد الكلمات وحالات حدوث كل كلمة في مستند باستخدا...

    عد عدد الكلمات وتكرارها في مستندات PDF و Word و Excel و PowerPoint والبريد الإلكتروني في Java باستخدام تحليل المستندات API....باستخدام Java try (Parser parser = new Parser("path/document.pdf"))...باستخدام Java try (Parser parser = new Parser("path/document.pdf"))...

    blog.groupdocs.com/ar/parser/count-words-and-oc...
  8. Java Regex - Vyhledávání v dokumentech pomocí r...

    Odemkněte sílu programového vyhledávání v Java! Naučte se prohledávat více textových dokumentů ve složkách s přesností pomocí regulárních výrazů....dokumentu do ní Index index = new Index("path/indexing-folder-path");...OutputAdapter outputAdapter = new FileOutputAdapter(OutputFormat...

    blog.groupdocs.com/cs/search/search-in-document...
  9. Genera códigos QR en Java | Firmar Documentos e...

    Firme electrónicamente documentos e Imágenes generando códigos QR en Java. Agregue código QR en archivos de Word, Excel, PDF, PNG, JPG, WebP usando API para firmas....de Java Signature signature = new Signature("filePath/document...QrCodeSignOptions options = new QrCodeSignOptions("Signed by...

    blog.groupdocs.com/es/signature/generate-qr-cod...
  10. Java에서 Word 문서 편집 | 나만의 자바 워드 에디터 만들기

    Word 문서 편집은 문서 편집 Java API를 사용하여 응용 프로그램 내에서 DOC, DOCX, ODT 파일을 편집하는 Java 예제와 함께 설명됩니다....WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...d-if-any"); Editor editor = new Editor("path/document.docx",...

    blog.groupdocs.com/ko/editor/edit-word-document...