Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 5,534 for

file signature

(0.37 sec)
  1. Add Image Watermark to JPG Using Python

    Discover how to add image watermark to JPG using Python and protect visual assets by placing a centered logo watermark on images with consistent alignment....Signature Product Family GroupDocs.Metadata...content. Adding watermarks to JPG files helps protect ownership, reinforce...

    kb.groupdocs.com/watermark/python/add-image-wat...
  2. How to Convert ODT to DOCX using Java

    In this topic, you will discover the procedure how on convert ODT to DOCX using Java. Also, we will furnish you with Java code snippet to export ODT to DOCX in Java....Signature Product Family GroupDocs.Metadata...In the current digital era, file format conversions have gained...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Add Text Redaction Annotation in PDF usi...

    This article provides detail on how to add text redaction annotation in PDF using C# along with steps and code to insert text redaction annotation to PDF in C#....Signature Product Family GroupDocs.Metadata...redaction annotations in PDF files using C#, whether you need to...

    kb.groupdocs.com/annotation/net/how-to-add-text...
  4. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Java....Signature Product Solution GroupDocs...from the two input files (source and target files) are added to the...

    docs.groupdocs.com/comparison/java/show-gap-lines/
  5. Convert XLSX to HTML using Python

    Convert XLSX to HTML using Python for seamless spreadsheet rendering. Learn how to export XLSX to HTML in Python with automated layout preservation....Signature Product Family GroupDocs.Metadata...HTML output from spreadsheet files Import necessary modules like...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  6. How to Convert DOCX to ODT using Java

    In this article, you will learn how to convert DOCX to ODT using Java without extra software. Moreover, we'll share code example to export DOCX to ODT in Java....Signature Product Family GroupDocs.Metadata...Converter class by passing DOCX file path as an argument to its constructor...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for .NET...Signature Product Solution GroupDocs...the input file path. using ( FileStream fs = File . OpenRead...

    docs.groupdocs.com/editor/net/fixing-invalid-fo...
  8. Update watermarks | GroupDocs

    This article shows how to update existing text or image watermarks....Signature Product Solution GroupDocs...Watermarker class for a local file or file stream; Specify the sought-after...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  9. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Signature Product Solution GroupDocs...VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  10. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” File in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Signature Product Solution GroupDocs...Call method for “document.pdf” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...