Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 1,932 for

full text search

(0.13 sec)
  1. GroupDocs.Signature for .NET 17.2.0 Release Not...

    Note This page contains release notes for GroupDocs.Signature for .NET 17.2.0 Major Features There are about 30 improvements, new features and fixes in this regular release. The most notable are: Introduced alternative Text Signature Sticker implementation for Pdf Document Introduced Text Signature Adjustments for all supported document formats Introduced Rotation options for Text Signature for all supported Document types Improved Alignment algorithms for Text and Image Signature formats Introduced Rotation options for Image Signature for all supported Document types Improved Image Signature Size Adjustment for all Document Types Improved Opacity Implementation for Text Signature for Pdf Documents Involved Dynabic Metered features Improved validation layer Full List of Issues Covering all Changes in this Release Key Summary Issue Type SIGNATURENET-2605 Implement Text Signature Size Adjustments for Slides New Feature SIGNATURENET-2603 Implement Text Signature Size Adjustments for Words New Feature SIGNATURENET-2601 Implement Text Signature Size Adjustments for Cells New Feature SIGNATURENET-2598 Implement Text Signature Size Adjustments for PDF New Feature SIGNATURENET-2593 Implement extended properties for Text Stamp Implementation signature of Pdf Documents New Feature SIGNATURENET-2581 Implement Text Signature Opacity for Words Documents New Feature SIGNATURENET-2579 Implement Text Signature Opacity for Slides Documents New Feature SIGNATURENET-2569 Implement verification for Pdf Text Sticker Annotation Signature New Feature SIGNATURENET-2564 Implement alternative Text Signature implementation as Sticker (TextAnnotation) for Pdf Documents New Feature SIGNATURENET-2217 Implement Image Signature free angle rotation for Slides New Feature SIGNATURENET-2215 Implement Image Signature free angle rotation for Words New Feature SIGNATURENET-2213 Implement Image Signature free angle rotation for Cells New Feature SIGNATURENET-2211 Implement Image Signature free angle rotation for PDF New Feature SIGNATURENET-2188 Implement Image Signature Size Adjustments for Cells New Feature SIGNATURENET-2142 Implement Image Signature rotation for Slides New Feature SIGNATURENET-2140 Implement Image Signature rotation for Cells New Feature SIGNATURENET-2138 Implement Image Signature rotation for Words New Feature SIGNATURENET-2136 Implement Image Signature rotation for PDF New Feature SIGNATURENET-2126 Implement Text Signature rotation for Slides New Feature SIGNATURENET-2124 Implement Text Signature rotation for Cells New Feature SIGNATURENET-2122 Implement Text Signature rotation for Words New Feature SIGNATURENET-2120 Implement Text Signature rotation for Pdf New Feature SIGNATURENET-2607 Multiple signature options for Words Documents are intersecting in same Word Node Bug SIGNATURENET-2589 When processing Pdf document with Digital Signature in iterative mode document saved incorrectly Bug SIGNATURENET-2571 Apply lower case for output file extension Bug SIGNATURENET-2556 Fix background appearance of Text Annotation of Pdf Documents Pages Bug SIGNATURENET-2547 Pdf Text Verification doesn’t get list of Annotations from Pdf Document Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Search Product Solution GroupDocs...are: Introduced alternative Text Signature Sticker implementation...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  2. Delete Signatures of the certain type | Documen...

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API....Search Product Solution GroupDocs...Id:{temp.SignatureId}, Text: {temp.Text}" ); } } else { Helper...

    docs.groupdocs.com/signature/net/delete-signatu...
  3. Get document info | Documentation

    This article shows how to get the basic document info....Search Product Solution GroupDocs...get familiar how to extract text, images, forms and more, please...

    docs.groupdocs.com/parser/java/get-document-info/
  4. Save signed Pdf with different output file type...

    This article explains how to save signed PDF document with various file formats by GroupDocs.Signature API....Search Product Solution GroupDocs...option with predefined QRCode text QrCodeSignOptions signOptions...

    docs.groupdocs.com/signature/java/save-signed-p...
  5. Save signed document with password | Documentation

    This article explains how to save document with password protection....Search Product Solution GroupDocs...option with predefined QRCode text QrCodeSignOptions signOptions...

    docs.groupdocs.com/signature/java/save-signed-d...
  6. How to save document with password | Documentation

    This article explains how to save document with password protection....Search Product Solution GroupDocs...option with predefined QRCode text QrCodeSignOptions signOptions...

    docs.groupdocs.com/signature/net/save-signed-do...
  7. GroupDocs.Redaction for Java 21.12 Release Note...

    Note This page contains release notes for GroupDocs.Redaction for Java 21.12 Major Features There are the following improvements in this release: Add support for custom PDF metadata Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONJAVA-143 Add support for custom PDF metadata Improvement REDACTIONJAVA-157 Small-sized plain Text documents fail to be recognized Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Search Product Solution GroupDocs...support for custom PDF metadata Full List of Issues Covering all...

    docs.groupdocs.com/redaction/net/groupdocs-reda...
  8. Delete Signatures of the certain types | Docume...

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Search Product Solution GroupDocs...SignatureType > { SignatureType . Text , SignatureType . Image , SignatureType...

    docs.groupdocs.com/signature/net/delete-signatu...
  9. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Search Product Solution GroupDocs...Console . WriteLine ( chunk . Text ); var compressedChunk = chunk...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Search Product Solution GroupDocs...of a document with searchable text and images. In order to do that...

    docs.groupdocs.com/redaction/net/pre-rasterize/