Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 12,838 for

new

(0.47 sec)
  1. How to generate QR Code and sign document using...

    This guide describes how to improve your document with generated QR code using C#. Sign your documents with a QR Code and various standard QR code elements like Event QR Code, contact QR Code as VCard or MeCard, SEPA payment QR Code using GroupDocs.Signature .NET API by GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( @"source.pdf" ))...

    docs.groupdocs.com/signature/net/how-to-generat...
  2. Extract annotations from document | GroupDocs

    The page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "annotated.pdf" ))...

    docs.groupdocs.com/annotation/net/extract-annot...
  3. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . PngWithXmp...

    docs.groupdocs.com/metadata/net/working-with-xm...
  4. Adding class name to input controls | GroupDocs

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, check-boxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for .NET API features....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingEditOp editOptions = new WordProcessingEditOp (); editOptions...

    docs.groupdocs.com/editor/net/adding-class-name...
  5. Load Document | GroupDocs

    Following this guide, you will learn how to load a document from the local disk or file stream for editing with GroupDocs.Editor for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...some document const editor = new groupdocsEditor . Editor ( inputFilePath...

    docs.groupdocs.com/editor/nodejs-java/load-docu...
  6. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using Java programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose...expanded, with new sub-option classes and new public types. Current...

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  7. .NET 9 - Cannot convert image - Free Support Fo...

    Using GroupDocs.Conversion 25.4.0 in .NET 9 the attached image fails to convert with the following error. img_0444.jpg (180.9 KB) I’m also not sure why this has uploaded as .jpg it should be a .png GroupDocs.Conversi…...context) { var loadOptions = new ImageLoadOptions() { Format =...var fs = new MemoryStream(); using var converter = new Convert...

    forum.groupdocs.com/t/net-9-cannot-convert-imag...
  8. 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...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...introduces Photoshop file support, new PDF resize options, and fixes...a Java library upgrade, and new API adjustments. The November...

    blog.groupdocs.com/groupdocs.blog/page/3/
  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...