Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 8,106 for

document signature api

(0.35 sec)
  1. Nesting search queries in object form | GroupDocs

    This article gives the knowledge about nesting search queries in object form using Java search Api....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/nodejs-java/nesting-s...
  2. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/save-in-origi...
  3. Handling metadata in WAV files | GroupDocs

    This article explains about the Api supports extracting metadata from WAV files...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/net/handling-metada...
  4. Working with metadata in EPUB e-books | GroupDocs

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata Api supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using the EpubRootPackage....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Add Text Watermark to XLS Using Python

    Learn how to add text watermark to XLS using Python. This tutorial shows how to embed text watermarks into XLS spreadsheets with custom font, color, and alignment....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...

    kb.groupdocs.com/watermark/python/add-text-wate...
  6. Extract images from Emails | GroupDocs

    To extract images from emails getImages method is used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from emails as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the Document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null. If an email has no images, getImages method returns an empty collection....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/java/extract-images-f...
  7. Add Text Watermark to PPTX using C#

    Learn how to add text watermark to PPTX using C#, without extra software installation. Additionally, you'll get code required to insert text watermark to PPTX in C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  8. Merge SVG files using C#

    This article will outline essential steps to merge SVG files using C# and offer a sample code example to illustrate the process of how to combine SVG files in C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...

    kb.groupdocs.com/merger/net/merge-svg-files-usi...
  9. Delete indexed paths | GroupDocs

    GroupDocs.Search for Java supports the ability to remove indexed files and folders from an index. Only files or folders that were explicitly added to the index can be deleted....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/java/delete-indexed-p...
  10. Custom text segmenter | GroupDocs

    GroupDocs.Search provides the ability to set up custom text segmenting....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/net/custom-text-segme...