Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 12,293 for

new

(0.05 sec)
  1. Deleting QR-code signatures - advanced | GroupDocs

    This article shows how to delete QR-code electronic signatures different ways 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/deleting-qr-co...
  2. GroupDocs.Metadata 25.5 .NET Release - Edit and...

    Discover the latest updates in GroupDocs.Metadata for .NET 25.5. This release includes New features, improvements, and bug fixes. Learn how to update and clean XMP packages in SVG files with detailed code examples....5 release brings a host of new features, improvements, and bug...package using (Metadata metadata = new Metadata( "input.svg" )) { //...

    blog.groupdocs.com/metadata/edit-and-clean-xmp-...
  3. Add polyline annotation | GroupDocs

    The page describes how to add polyline annotation to a document 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/add-polyline-...
  4. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for .NET. It means that you can embed PDF in websites or applications by using this C# API...Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/rendering-to-pdf/
  5. Adjust the JPEG image quality | GroupDocs

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  6. Specify file type when loading a document | Gro...

    This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...type. LoadOptions loadOptions = new LoadOptions ( FileType . DOCX...

    docs.groupdocs.com/viewer/net/specify-file-type...
  7. Load password-protected documents | GroupDocs

    This article explains how to open password-protected document with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...password. LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    docs.groupdocs.com/viewer/net/load-password-pro...
  8. Edit and Manage Metadata in Node.js Apps - Grou...

    Discover how to utilize GroupDocs.Metadata for Node.js to extract, update and remove metadata in your applications....the Metadata Object : Create a new instance of the Metadata class...image file const metadata = new groupdocsMetadata . Metadata...

    blog.groupdocs.com/metadata/edit-metadata-in-no...
  9. Get list of changes | GroupDocs

    This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/get-list-of-...
  10. Add ellipse annotation | GroupDocs

    The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-ellipse-...