Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 5,433 for

file signature

(0.12 sec)
  1. Add Text Watermark to PPTX using Java

    Discover how to add text watermark to PPTX using Java, all without needing any extra software installation. Plus, get code to insert text watermark to PPTX in Java....Signature Product Family GroupDocs.Metadata...inserting a watermark into a PPTX file Create an instance of the Watermarker...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  2. Convert DOCX to PPTX using Node.js

    Learn how to convert DOCX to PPTX using Node.js while preserving formatting and layout. Easily export DOCX to PPTX in Node.js with a few simple API calls....Signature Product Family GroupDocs.Metadata...js via Java to change DOCX files into PPTX Load the groupdocs...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  3. Render DOC as JPG using Python

    If you want to render DOC as JPG using Python, this topic is for you. It explains how to convert DOC to JPG in Python with page-by-page rendering with good output....Signature Product Family GroupDocs.Metadata...using Python Legacy .doc Word files continue to appear in enterprise...

    kb.groupdocs.com/viewer/python/render-doc-as-jp...
  4. How to Add Point Annotation in PDF using Java

    This article provides step-by-step guide on how to add point annotation in PDF using Java. It also includes code example to insert point annotation to PDF in Java....Signature Product Family GroupDocs.Metadata...Annotator class by providing the PDF file path as an argument to its constructor...

    kb.groupdocs.com/annotation/java/how-to-add-poi...
  5. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....Signature Product Solution GroupDocs...; comparer . ApplyChanges ( File . Create ( "result.docx" ),...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  6. 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...
  7. 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-...
  8. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....Signature Product Solution GroupDocs...aliases with replacements to a file, use the method. To import the...

    docs.groupdocs.com/search/nodejs-java/alias-dic...
  9. Convert CSV to PDF using Node.js

    Learn how to convert CSV to PDF using Node.js without installing extra software. Follow simple steps to export CSV to PDF in Node.js, making document generation easy....Signature Product Family GroupDocs.Metadata... providing the file path to load the CSV file for processing...

    kb.groupdocs.com/conversion/nodejs/convert-csv-...
  10. Extract data from HTML documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....Signature Product Solution GroupDocs...Language File Extensible Hypertext Markup Language File MIME HTML...

    docs.groupdocs.com/parser/net/extract-data-from...