Sort Score
Result 10 results
Languages All
Labels All
Results 5,351 - 5,360 of 9,859 for

document viewer

(0.38 sec)
  1. How to Sign XLSX with Barcode Signature using Java

    Easily access assistance on how to sign XLSX with Barcode signature using Java. Additionally, we will furnish a code example to create Barcode signature in XLSX using Java....Viewer Product Family GroupDocs.Comparison...using Java In electronic documents, the digital signature plays...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  2. Scan QR Code from DOCM using C#

    In this article, you will laern how to scan QR Code from DOCM using C#. A code example will be provided to extract QR Code from DOCM in C# without using extra tool....Viewer Product Family GroupDocs.Comparison...read QR codes from various document types, such as DOCM files...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  3. Versioning of annotated documents | GroupDocs

    The page describes how to manage different versions of Document using GroupDocs.Annotation for Java API....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/versioning-o...
  4. 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#....Viewer Product Family GroupDocs.Comparison...confidential information in documents is to use text redaction annotations...

    kb.groupdocs.com/annotation/net/how-to-add-text...
  5. Update index | GroupDocs

    This article explains that how to update indexed Documents, as well as updating an index version in Java....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/update-index/
  6. Working with XML Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-xm...
  7. Convert PNG to JPG with Python

    Learn how to convert PNG to JPG with Python without installed extra software. This topic also provide a code eample that explains how to export PNG to JPG in Python....Viewer Product Family GroupDocs.Comparison...PNG file path to open the document for conversion Instantiate...

    kb.groupdocs.com/conversion/python/convert-png-...
  8. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. Launch in operating systems other than windows ...

    Limitations Because of the lack of Windows fonts in target OS (Android, macOS, Linux, etc), fonts used in Documents are substituted with available fonts, this might lead to inaccurate Document layout when rendering the Document to PNG, JPG, and PDF. If GroupDocs.Watermark for .NET Standard is intended to be used in a Linux environment, an additional NuGet package should be referenced to make it work correctly with graphics: SkiaSharp.NativeAssets.Linux for Ubuntu (it also should work on most Debian-based Linux distributions) or Goelze....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/launch-in-oper...
  10. 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....Viewer Product Family GroupDocs.Comparison...overall productivity. For document-driven web apps, this method...

    kb.groupdocs.com/conversion/python/convert-xlsx...