Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 12,988 for

new

(0.68 sec)
  1. Verify for multiple signatures | GroupDocs

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/verify-for-mul...
  2. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...source PDF file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Automate Watermark Audits in .NET with GroupDoc...

    Learn how to replace error‑prone manual watermark reviews with a short .NET script that scans, validates and reports watermarks using GroupDocs.Watermark....Better Way Prerequisites The New Way: Automated Watermark Audit...the end of this article. The New Way: Automated Watermark Audit...

    blog.groupdocs.com/watermark/audit-automation/net/
  4. GroupDocs.Metadata Product Family on GroupDocs ...

    GroupDocs.Metadata Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Metadata Product Family on GroupDocs Blog | Document Autom...... This release includes new features, improvements, and bug...Properties in Documents with All-New GroupDocs.Metadata for .NET We...

    blog.groupdocs.com/categories/groupdocs.metadat...
  5. Put Text Signature into Form Fields Using Group...

    Team GroupDocs is delighted to announce the regular monthly release of GroupDocs.Signature for .NET version 17.05.0. The latest release comes up with a couple of enhancements along with a number of New features. The API has not only implemented the ability to put text signature in form fields of a document but it also provides its users with the functionality to verify those signatures. GroupDocs.Signature for .NET 17.5.0 also allows signing text signature on a document as watermark....enhancements along with a number of new features. The API has not only...for .NET API - New FeaturesThe following new features have been...

    blog.groupdocs.com/signature/groupdocs.signatur...
  6. Compare Excel Spreadsheets. Advanced Cell-by-Ce...

    Learn how to compare Excel spreadsheets programmatically using GroupDocs.Comparison for .NET. Compare spreadsheets with custom styling, visibility controls, summary pages, and advanced comparison options....Consulting Blog Knowledge Base New Releases Status Websites aspose...file" ); using ( var comparer = new Comparer ( sourcePath )) { comparer...

    docs.groupdocs.com/comparison/net/compare-excel...
  7. How to Add PDF Annotation in ASP.NET C# - Free ...

    The samples I find on your GitHub repo are complicated, difficult to understand for Newbie. Is there documentation showing how to setup an ASP.NET project to use GroupDocs.Annotation, add PDF annotation, and setting up …...List<AnnotationBase> annotations = new List<AnnotationBase>() { // Instantiate...message new AreaAnnotation() { PageNumber = 0, Box = new Rectangle(100...

    forum.groupdocs.com/t/how-to-add-pdf-annotation...
  8. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: LoadOptions loadOptions = new LoadOptions ( /*preRasterize*/...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  9. Set image resolution | GroupDocs

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#)....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. GroupDocs Merger not working with .msg files - ...

    I am splitting the files and on each page I am extracting text using GroupDocs Parser, now the problem is when I am trying to do the same with .msg file I am getting the error “Unsupported file Type”. below is my code u…...code using (Merger merger = new Merger(mStream)) { // Extract...using (MemoryStream pageStream = new MemoryStream()) { merger.Ext...

    forum.groupdocs.com/t/groupdocs-merger-not-work...