Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 7,023 for

may

(0.13 sec)
  1. converted-files.zip

    converted-files/annual-review_pdf.pdf ANNUAL REVIEW | 1 ANNUAL REVIEW S U B T I T L E FA B R I K A M T E C H N O L O G Y I N C . | I N F O @ FA B R I K A M . C O M ANNUAL REVIEW | 2 B U S I N E S S......business, the following sections may or may not be necessary. Only include...will impact the business. There may be key contributors to the services...

    docs.groupdocs.com/conversion/python-net/_sampl...
  2. Find and Remove Watermarks from Documents in Java

    Java API to find and remove text and image watermarks from documents like PDF, Word, Excel, PowerPoint, and Visio files programmatically.... You may get the JAR from downloads section...documents, and Visio drawings. You may explore more about the API from...

    blog.groupdocs.com/watermark/find-and-remove-wa...
  3. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you May want to obtain information about pages in a note document.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Generate QR Codes in Java | Sign Documents and ...

    Electronically sign documents and Images by generating QR codes in Java. Add QR Code in Word, Excel, PDF, PNG, JPG, WebP files using API for signatures....Download and Configure # You may get the JAR file from the downloads...examples. For the details, you may visit the API Reference . <repository>...

    blog.groupdocs.com/signature/generate-qr-codes-...
  5. Remove Image Watermark from XLSX Using Python

    Learn how to remove image watermark from XLSX using Python. This tutorial shows how to detect and delete image watermarks in Excel spreadsheets programmatically.... These images may appear behind cells, inside headers...a file for external use, you may need to remove these visuals...

    kb.groupdocs.com/watermark/python/remove-image-...
  6. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...signature perspective image metadata may content any hidden value of standard...to the . GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/esign-image-w...
  7. Update index | GroupDocs

    This article explains that how to update indexed documents, as well as updating an index version....the old version of the index may be deleted after the update....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/update-index/
  8. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...signature perspective image metadata may content any hidden value of standard...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/python-net/esign-i...
  9. SVG to Image Conversion Issue - Free Support Fo...

    Hello, We are facing an issue with some SVG to JPG Conversion for the attached SVG, Conversion gets successful but converted files looks like texts are gets errased, please check those files here – (https://drive.google.…... Swapnil_Walke May 3, 2022, 5:14am 5 Is there any...update on this issue ? atir.tahir May 3, 2022, 11:36am 6 @Swapnil_Walke...

    forum.groupdocs.com/t/svg-to-image-conversion-i...
  10. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System.... The chunk may include information such as the...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...