Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,220 for

separated

(0.11 sec)
  1. Generate PDF report from CSV

    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....中文 中國傳統的 Pliki CSV [Comma Separated Values][1] są szeroko stosowane...

    blog.groupdocs.com/pl/tag/generate-pdf-report-f...
  2. Konwertuj dane programu Excel i CSV w języku C#...

    Konwertuj formaty XLS i XLSX na CSV i CSV na formaty Excel w aplikacjach Java. Zautomatyzuj konwersję plików za pomocą Java API do konwersji dokumentów....ładowania pliku CSV i zdefiniuj separator. Załaduj plik CSV przy użyciu...=() => new CsvLoadOptions { Separator = ',' }; using (Converter...

    blog.groupdocs.com/pl/conversion/convert-excel-...
  3. Footnote Comparison Issue is Resolved

    Footnote appears at bottom of the page and used to cite information. Previously, API was not comparing Footnotes correctly. But with the release of GroupDocs.Comparison for .NET 19.5, we fixed this issue. Please have a glance. But this is not it we have a lot more to tell you. Along with bug fixes, some features and improvements are also introduced. Lets talk about new features first. Did you ever think of getting coordinates of document changes or differences?...detection exception Word separation exception We’d recommend...

    blog.groupdocs.com/comparison/footnote-comparis...
  4. GroupDocs.Comparison Product Family

    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....the difference summary in a separate result file. Furthermore,...the difference summary in a separate result file. This version...

    blog.groupdocs.com/categories/groupdocs.compari...
  5. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....recognition, OCR) on images, either separate or embedded in documents....getImageLocation ()) { case Separate : case Embedded : case ContainerItem...

    docs.groupdocs.com/search/java/ocr-support/
  6. Comparer les fichiers CSV en Java - Comparer et...

    Comment comparer deux fichiers CSV en Java ? Comparez les données des fichiers CSV à l'aide de l'API Java pour trouver les différences et obtenir la sortie dans un fichier CSV....new Comparer("path/comma-separated-file-1.csv"); comparer.ad...add("path/comma-separated-file-2.csv"); final Path outputFilePath...

    blog.groupdocs.com/fr/comparison/compare-csv-fi...
  7. Comparer les fichiers CSV en C# - Comparer et t...

    Comment comparer deux fichiers CSV en C# ? Comparez les données des fichiers CSV à l'aide de l'API .NET pour rechercher les différences et obtenir la sortie dans un fichier CSV....new Comparer("path/comma-separated-file-1.csv")) { comparer....Add("path/comma-separated-file-2.csv"); comparer.Compare("pa...

    blog.groupdocs.com/fr/comparison/compare-csv-fi...
  8. Groupdocs viewer 8.0.7/8.1.x - Pages not loaded...

    Hi, Issue has been noticed where in the print preview window of browser not all pages are seen, just broken page view appears as shown in the screenshot. It was expected that page loading popup to appear but it doesn’t a…...observations which I have created separate forum ticket. (not blockers...litvinchik - fyi. just creating separate ticket so we can track this...

    forum.groupdocs.com/t/groupdocs-viewer-8-0-7-8-...
  9. with-attachment.eml

    Testing Manuel Lemos' MIME E-mail composing and sending PHP class: HTML message Hello Manuel, This message is just to let you know that the MIME E-mail message composing and sending PHP class is wo......embedded in a message as a separate part: Thank you, mlemos This...

    docs.groupdocs.com/conversion/java/_sample_file...
  10. Split document | GroupDocs

    This guide describes how to split document of PDF, Word, Excel, PowerPoint and many other formats into several resultant documents using GroupDocs.Merger for Java API....which will be saved to the separate one-page documents. Ex: Array{...which will be saved to the separate multi-page documents. Ex:...

    docs.groupdocs.com/merger/java/split-document/