Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 6,462 for

file watermark

(0.23 sec)
  1. Font embedding options | GroupDocs

    Learn how to embed fonts into an output Word document when editing with GroupDocs.Editor API for Node.js....Watermark Product Solution GroupDocs...Create save options for a DOCX file let saveOptions = new WordProcessingSaveOp...

    docs.groupdocs.com/editor/nodejs-java/font-embe...
  2. 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....Watermark Product Solution GroupDocs...metadata in ASF files Working with metadata in ASF files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Indexing password protected documents | GroupDocs

    This article demonstrates that how to perform indexing of password protected documents....Watermark Product Solution GroupDocs...// Providing password for the file 'ProtectedDocument.pdf' } };...

    docs.groupdocs.com/search/net/indexing-password...
  4. eSign document with QR-code signature | GroupDocs

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....Watermark Product Solution GroupDocs...( 100 ); // sign document to file signature . sign ( "SampleSigned...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Multicolored Numbered List in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Multicolored Numbered List in Microsoft PowerPoint Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS PowerPoint 2013....Watermark Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  6. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Watermark Product Solution GroupDocs...document for web. converts PDF file to grayscale. specifies PDF...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. How to protect a signed PDF document | GroupDocs

    This article explains how to protect a signed PDF document....Watermark Product Solution GroupDocs...and save the result to a new file signature . Sign ( "result.pdf"...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  8. How to generate QR Code and sign document using...

    This guide describes how to improve your document with generated QR code using Python. Sign your documents with a QR Code and various standard QR code elements like Event QR Code, contact QR Code as VCard or MeCard, SEPA payment QR Code using GroupDocs.Signature Python API by GroupDocs....Watermark Product Solution GroupDocs...the document, providing output file path and sign options. import...

    docs.groupdocs.com/signature/python-net/how-to-...
  9. Implement custom encryption with QR-Code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....Watermark Product Solution GroupDocs...10 } }; // sign document to file signature . Sign ( "QRCodeCustomEncrypti...

    docs.groupdocs.com/signature/net/implement-cust...
  10. Sign documents with QR-code embedded object | G...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...Watermark Product Solution GroupDocs...10 } }; // sign document to file signature . Sign ( "QrCodeEncryptedObjec...

    docs.groupdocs.com/signature/net/sign-documents...