Sort Score
Result 10 results
Languages All
Labels All
Results 3,521 - 3,530 of 18,142 for

pdf viewer

(0.14 sec)
  1. Adding repeated watermarks | GroupDocs

    The GroupDocs.Watermark allows to add repeated or tiled watermarks to documents...Viewer Product Solution GroupDocs...= new Watermarker ( "sample.pdf" )) { // Initialize the font...

    docs.groupdocs.com/watermark/net/adding-repeate...
  2. Use Microsoft Azure Computer Vision API | Group...

    This article explains that how to use Microsoft Azure Computer Vision API...Viewer Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/java/use-microsoft...
  3. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Sign documents with QR-code embedded object | G...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); // setup key and passphrase...

    docs.groupdocs.com/signature/java/sign-document...
  5. Implement custom encryption with QR-Code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { // create data encryption...

    docs.groupdocs.com/signature/net/implement-cust...
  6. Date range search | GroupDocs

    This article gives the knowledge that how to search by date with date range search....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/date-range-search/
  7. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  8. Date range search | GroupDocs

    This article gives the knowledge that how to search by date with date range search using Java search API....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/date-rang...
  9. Save Signed Images With Various Output Types | ...

    id: save-signed-images-with-various-output-types url: signature/net/save-signed-images-with-various-output-types title: Saving signed images with various output types weight: 2 description: “This article explains how to save images with various image format types.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False Signature class supports saving of Image signed documents with various image format types and extended options. Following classes are inherited from base class SaveOptions and allows to specify additional output image format settings....Viewer Product Solution GroupDocs...use the online app. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/developer-guid...
  10. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-me...