Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 12,351 for

new

(0.06 sec)
  1. 使用 .NET API 從 C# 中的發票或收據中提取數據

    使用 C# 以編程方式解析發票或收據並提取數據。在 ASP.NET、WCF 或 WPF 中使用 .NET 文檔解析 API 從文檔中提取文本。...detailsTableParamete = new TemplateTableParamet(new Rectangle(new Point(35...Point(35, 320), new Size(530, 55)), null); // 為“摘要”表創建檢測器參數 TemplateTableParamet...

    blog.groupdocs.com/zh-hant/parser/extract-data-...
  2. Insert Hyperlinks Dynamically | GroupDocs

    Create hyperlinks in documents with URLs and text dynamically set from data sources during assembly....Consulting Blog Knowledge Base New Releases Status Websites aspose...InsertHyperlink () { var website = new Website { Name = "Visit our website"...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  3. Load page description language document with op...

    Learn how to load and convert page description language documents (XPS, SVG, EPS, PS, TEX, PCL) with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new PageDescriptionLangu { Format...

    docs.groupdocs.com/conversion/net/load-page-des...
  4. GroupDocs.Annotation 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....This release comes with some new features, improvements and a...a bug fixe. Different new annotations are now supported for Diagram...

    blog.groupdocs.com/categories/groupdocs.annotat...
  5. Add Conditional Content with If/Else | GroupDocs

    Display content conditionally in templates using if/elseif/else blocks based on data values....Consulting Blog Knowledge Base New Releases Status Websites aspose...SimpleConditional () { var customer = new Customer { Name = "John Doe"...

    docs.groupdocs.com/assembly/net/basic-usage-con...
  6. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new PdfLoadOptions { FlattenAllFields...

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  7. Watermarks in word processing document | GroupDocs

    This article explains how to add watermarks in word processing document....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); // Specify...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  8. GroupDocs.Conversion for .NET 25.10 – Latest Up...

    Explore what’s New in GroupDocs.Conversion for .NET 25.10. Available now on NuGet and GroupDocs website....refactor Table of Contents What’s new in this release API Refactoring...Settings (Breaking Changes) New helper classes Migration guide...

    blog.groupdocs.com/conversion/groupdocs-convers...
  9. GroupDocs.Assembly for .NET 25.12 – Latest Upda...

    Explore what’s New in GroupDocs.Assembly for .NET 25.12. Available now on NuGet and GroupDocs website....What’s new in this release OOXML Compliance Support New public...enumeration: OoxmlCompliance New property in LoadSaveOptions :...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  10. Working with CAD metadata | GroupDocs

    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.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = New Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose...CadReadNativeMetadat try ( Metadata metadata = new Metadata ( Constants . InputDxf...

    docs.groupdocs.com/metadata/java/working-with-c...