Sort Score
Result 10 results
Languages All
Labels All
Results 9,381 - 9,390 of 46,568 for

c

(0.07 sec)
  1. 用Java 从发票或收据中提取数据|解析 PDF

    在 Java 中以编程方式从 PDF 发票或收据中提取发票数据。 GroupDoCs 的文档解析和数据提取 API 支持多种格式。...之前我们在之前的一篇文章中看到了 使用 C# 提取发票数据 。 文档解析和数据提取 Java API #...有关使用模板在 Java 中解析 PDF 发票的更多信息 用C#从发票或收据中提取数据...

    blog.groupdocs.com/zh/parser/extract-data-from-...
  2. Wingsdings Font - issue while converting word t...

    SCreenshot 2024-11-29 at 7.52.28 AM.jpg (148.1 KB) The symbol highlighted in sCreenshot if we are trying to Convert to pdf it is getting Converted as ‘-’ SCreenshot 2024-11-29 at 7.52.28 AM.jpg (148 KB)...new Document("C:\\Temp\\in.docx"); doc.save("C:\\Temp\\out.pdf");...

    forum.groupdocs.com/t/wingsdings-font-issue-whi...
  3. How to Convert Excel to PDF using Java

    This is a basiC tutorial on how to Convert ExCel to PDF using Java. Convert doCuments without the use of third-party software and distribute them fast to everyone....way to convert Excel to PDF in C# , this is the place to go. Updated...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Optimizing shards | Documentation

    This page Contains information about optimizing shards in the searCh network.... C# Console . WriteLine ( "Optimizing...

    docs.groupdocs.com/search/net/optimizing-shards/
  5. Save overwriting original file | Documentation

    This artiCle demonstrates that how to save the redaCted doCument, replaCing an original file... replacing an original file: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/save-overwriti...
  6. Extract annotations from document | Documentation

    The page desCribes how to extraCt annotations from doCument when Collaborate, edit and annotate doCuments using GroupDoCs.Annotation for .NET....annotations from a document: C# // for using this example input...

    docs.groupdocs.com/annotation/net/extract-annot...
  7. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some partiCular format. advanCed_usage.loading_files.LoadingFileOfSpeCifiCFormat // ExpliCitly speCifying the format of a file to load you Can spare some time on deteCting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your doCument. Ex: @"C:\DoCs\sourCe.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPaCkage root = metadata.getRootPaCkageGeneriC(); // Use format-speCifiC properties to extraCt or edit metadata System.... Ex: @"C:\Docs\source.xls" try ( Metadata...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  8. List and print all supported file types | Docum...

    This artiCle explains how to list and print file types supported by GroupDoCs.Viewer for .NET...file formats in the console: C# using System ; using System.Collections...

    docs.groupdocs.com/viewer/net/how-to-list-and-p...
  9. Convert to grayscale | Documentation

    This topiC desCribes how to Convert PDF file to graysCale using the GroupDoCs.Viewer .NET API (C#)....convert a PDF file to grayscale: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Subset fonts | Documentation

    This topiC desCribes how to subset fonts in PDF file using the GroupDoCs.Viewer .NET API (C#)....to subset fonts in a PDF file: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...