Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 10,608 for

new

(0.04 sec)
  1. New release of GroupDocs.Viewer for .NET introd...

    GroupDocs.Viewer for .NET releases v3.1.0 with more flexibility and improved features. GroupDocs Team remains busy in improving the product according to customers’ needs and their feedback. We always keep finding the ways to enhance the product’s scope and improve existing features. Let’s have a look at the improvements we have made. Improved Features GroupDocs.Viewer for .NET v3.1.0 has come with many improved features in the latest version. Listed below are the improved features in this release....GroupDocs.Viewer for .NET releases v3.1.0 with more flexibility and improved features. GroupDocs Team remains busy in improving the product according to customers’ needs and their feedback. We always keep finding the ways to enhance the product’s scope and improve existing features. Let’s have a look at the improvements we have made. Improved Features GroupDocs.Viewer for .NET v3.1.0 has come with many improved features in the latest version. Listed below are the improved features in this release.

    blog.groupdocs.com/viewer/new-release-groupdocs...
  2. Control Meta-Data and Build a Custom UI with th...

    GroupDocs.Annotation for Java is a lightweight library that allows end users to annotate PDF and Microsoft Office documents, raster images, AutoCAD drawings and 50+ types of files without the need to install the software that the documents or images were created in. A convenient web UI allows users to view, annotate, redact, comment on and share documents from any web-enabled device. Recently we’ve released a New GroupDocs.Annotation for Java library – version 1.... Recently we’ve released a new GroupDocs.Annotation for Java...handler methods, here is a list of new, context-independent ones that...

    blog.groupdocs.com/annotation/control-meta-data...
  3. Download GroupDocs.Redaction for .NET 25.9 – Ne...

    GroupDocs.Redaction for .NET 25.9 latest fixes and updates released in September 2025. Available on NuGet and the GroupDocs website....0 What’s New? Why This Matters How to get...latest .NET applications. What’s New? # With this release, you can...

    blog.groupdocs.com/redaction/groupdocs-redactio...
  4. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleCarWashPdf...

    docs.groupdocs.com/parser/java/parse-data-from-...
  5. Load PDF document with options | Documentation

    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...
  6. Add watermarks to PowerPoint presentations | Do...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); // Specify...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. Indexing from different sources | Documentation

    GroupDocs.Search allows indexing documents from various sources....Consulting Blog Knowledge Base New Releases Status Websites aspose...index IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/indexing-from-di...
  8. Update annotations | Documentation

    The page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents 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/update-annota...
  9. Add watermarks to diagram documents | Documenta...

    Adding watermark to all pages of a particular type Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps. Load the document Create and initialize watermark object Set watermark properties Add watermark by specifying page type using setPlacementType() method of DiagramShapeWatermarkOptions Save the document Following code shows how to add watermark to a particular type of the pages....Consulting Blog Knowledge Base New Releases Status Websites aspose...DiagramLoadOptions loadOptions = new DiagramLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. 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-...