Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 909 for

area

(0.09 sec)
  1. 在 C# 中解析和提取可填寫的 PDF 表單字段值

    使用 GroupDocs 的解析和數據提取 .NET API 在 C# 中解析可填寫的 PDF 表單並提取 PDF 文檔的表單字段值。...Name + ": "); PageTextArea area = data[i].PageArea as PageTextArea;...WriteLine(area == null ? "Not a template field" : area.Text); }...

    blog.groupdocs.com/zh-hant/parser/parse-and-ext...
  2. annotate PDF on GroupDocs Blog | Document Autom...

    annotate PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in annotate PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......file PDF evidenziando qualsiasi area. Crea collegamenti ipertestuali...file PDF evidenziando qualsiasi area. Recent content in annotate...

    blog.groupdocs.com/it/tag/annotate-pdf/index.xml
  3. Extraia dados de faturas ou recibos em C# usand...

    Analise faturas ou recibos e extraia dados programaticamente usando C#. Use a API de análise de documentos .NET em ASP.NET, WCF ou WPF para extrair texto de documentos....PageTableArea area = data[i].PageArea as PageTableArea; if (area == null)...tabela for (int row = 0; row < area.RowCount; row++) { // Iterar...

    blog.groupdocs.com/pt/parser/extract-data-from-...
  4. GroupDocs Newsletter August 2018 – .NET and Jav...

    Share this issue: Monthly NewsletterAugust 2018 Text and Metadata Extraction APIs for Java Applications Accurately Parse MS Office, Emails, Zip and Legal Documents GroupDocs.Parser is a Java document parsing and text extraction API for analyzing documents thus allowing users to extract metadata, raw and formatted text from the supported document formats (Word, Excel, PowerPoint, PDF, OneNote, Visio, Text, HTML, Zip, Markdown and Email messages). The API performs content parsing operations with highest level of accuracy and speed....Code Example: Extract Text Areas from Document Pages for Text...version supports extracting text areas from document pages that can...

    blog.groupdocs.com/total/groupdocs-newsletter-a...
  5. مقادیر فیلد فرم PDF قابل پر کردن را در Java تجز...

    تجزیه‌کننده و استخراج داده‌ها API Java که امکان تجزیه فرم‌های PDF قابل پر کردن را می‌دهد و مقادیر را از تمام فیلدهای اسناد PDF به صورت برنامه‌ریزی استخراج می‌کند....getName() + ": "); PageTextArea area = (data.get(i).getPageArea()...println(area == null ? "Not a template field" : area.getText());...

    blog.groupdocs.com/fa/parser/parse-and-extract-...
  6. 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....di associare dati esterni all’area specificata del documento. Possiamo...evidenziare il testo e qualsiasi area nei file PDF utilizzando Java...

    blog.groupdocs.com/it/categories/groupdocs.anno...
  7. GroupDocs.Annotation Product Family

    Trova le risposte sull'annotazione di documenti digitali e immagini di vario tipo utilizzando il codice su qualsiasi piattaforma....inserire l'annotazione dell'area in PDF utilizzando C# Come aggiungere...utilizzando Java How to Insert Area Annotation to PDF using Java...

    kb.groupdocs.com/it/annotation/page/2/
  8. GroupDocs.Annotation Product Family

    Trova le risposte sull'annotazione di documenti digitali e immagini di vario tipo utilizzando il codice su qualsiasi piattaforma....utilizzando Java Aggiungi annotazione area a JPG utilizzando Java Aggiungi...utilizzando C# Aggiungi annotazione area a JPG utilizzando C# Aggiungi...

    kb.groupdocs.com/it/annotation/
  9. .NET API를 사용하여 C#의 송장 또는 영수증에서 데이터 추출

    송장 또는 영수증을 구문 분석하고 C#을 사용하여 프로그래밍 방식으로 데이터를 추출합니다. ASP.NET, WCF 또는 WPF에서 .NET 문서 구문 분석 API를 사용하여 문서에서 텍스트를 추출합니다....PageTableArea area = data[i].PageArea as PageTableArea; if (area == null)...통해 반복 for (int row = 0; row < area.RowCount; row++) { // 테이블 열을...

    blog.groupdocs.com/ko/parser/extract-data-from-...
  10. 在 C# 中添加或刪除註釋 |註釋 Word DOC DOCX 文件

    在 C# 中以編程方式在 Word DOC/DOCX 文件中添加和刪除註釋。使用 .NET Annotation API 添加箭頭、矩形、橢圓、水印註釋。...docx")) { AreaAnnotation area = new AreaAnnotation { BackgroundColor...450, 135), Message = "This is area annotation", Opacity = 0.2,...

    blog.groupdocs.com/zh-hant/annotation/annotate-...