Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 10,037 for

new

(0.08 sec)
  1. Parse data from PDF documents | Documentation

    This article explains that how to parse data from PDF documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( Constants . SampleCarWashPdf...

    docs.groupdocs.com/parser/net/parse-data-from-p...
  2. Parse data from documents | Documentation

    This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleInvoicePdf...

    docs.groupdocs.com/parser/java/parse-data-from-...
  3. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....Consulting Blog Knowledge Base New Releases Status Websites aspose...templateField = new TemplateField ( new TemplateFixedPositio ( new Rectangle...

    docs.groupdocs.com/parser/java/working-with-tem...
  4. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/update-annot...
  5. 用Java 从发票或收据中提取数据|解析 PDF

    在 Java 中以编程方式从 PDF 发票或收据中提取发票数据。 GroupDocs 的文档解析和数据提取 API 支持多种格式。...templateItems = new TemplateItem[] { new TemplateField(new TemplateFixedPositio(new...TemplateFixedPositio(new Rectangle(new Point(35, 135), new Size(100, 10)))...

    blog.groupdocs.com/zh/parser/extract-data-from-...
  6. Add squiggly annotation | Documentation

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-squiggly-...
  7. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables....Consulting Blog Knowledge Base New Releases Status Websites aspose...templateField = new TemplateField ( new TemplateFixedPositio ( new Rectangle...

    docs.groupdocs.com/parser/net/working-with-temp...
  8. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using (Annotator annotator = new Annotator(“input.pdf”)) { AreaAnnotation...

    docs.groupdocs.com/annotation/net/filtering-ann...
  9. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = New Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDxf...

    docs.groupdocs.com/metadata/net/working-with-ca...
  10. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "products.xlsx" )) {...

    docs.groupdocs.com/viewer/net/split-worksheet-i...