Sort Score
Result 10 results
Languages All
Labels All
Results 4,571 - 4,580 of 10,520 for

document signature

(0.28 sec)
  1. GroupDocs.Viewer for Java overview | GroupDocs

    GroupDocs.Viewer for Java enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Java is cross-platform class library....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/product-overview/
  2. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement Document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.Document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a Document from stream. The following example demonstrates how to load and redact a Document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use Document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-from-str...
  4. Inserting edited worksheet into existing spread...

    This article describes the new feature of the GroupDocs.Editor for .NET version 20.10 - inserting an edited worksheet into existing spreadsheet...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/inserting-edited-...
  5. How to Add Squiggly Annotation in PDF using C#

    This brief writing provides guidance how to add squiggly annotation in PDF using C# along with instructions and code to insert squiggly annotation to PDF in C#....Signature Product Family GroupDocs.Metadata...highlighting text or areas in a document to draw attention or indicate...

    kb.groupdocs.com/annotation/net/how-to-add-squi...
  6. How to Convert Bitmap to PNG using C#

    Quickly do image conversion and learn the process to convert Bitmap to PNG using C# and how to consume Document converter APIs for C# BMP to PNG converter ability....Signature Product Family GroupDocs.Metadata...another using one of the popular document conversion libraries and provides...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Disable Image Comparison in PDF Documents | Gro...

    Skip image comparison when diffing PDF Documents to speed up the process and avoid noise from embedded graphics, using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/python-net/develo...
  8. Setting the Author of Changes | GroupDocs

    Set a custom revision-author name on tracked changes in the Word comparison result via revision_author_name on CompareOptions in GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/python-net/develo...
  9. How to Compare Powerpoint Files using Java

    Let's get familiar yourself with the process to compare Powerpoint Files using Java and how to create functionality to compare two ppt files for differences in Java....Signature Product Family GroupDocs.Metadata...We will use one of the best document comparison library that supports...

    kb.groupdocs.com/comparison/java/how-to-compare...
  10. How to Convert Text File to JPG using Java

    Easily convert Text file to JPG using Java with a few API calls of the Document conversion library and review sample code for Java TXT to JPG converter application....Signature Product Family GroupDocs.Metadata...workflow using one of the popular document conversion libraries to convert...

    kb.groupdocs.com/conversion/java/how-to-convert...