Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 5,082 for

file signature

(0.03 sec)
  1. Merge GIF files using Java

    Let's explore how to merge GIF Files using Java. We'll provide you with a straightforward code to combine GIF Files in Java without requiring any additional software....Signature Product Family GroupDocs.Metadata...Family Merge GIF files using Java Combining GIF files with Java is...

    kb.groupdocs.com/merger/java/merge-gif-files-us...
  2. Get document info | Documentation

    This article shows that how to get meta information of a document....Signature Product Solution GroupDocs...structure) A indicating whether a file is encrypted The following code...

    docs.groupdocs.com/metadata/net/get-document-info/
  3. Load the password-protected documents | Documen...

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....Signature Product Solution GroupDocs...To load a password protected file, follow these steps: Instantiate...

    docs.groupdocs.com/annotation/net/load-password...
  4. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Signature Product Solution GroupDocs... get_Item ( 0 ); File imageFile = new File ( "background.png"...

    docs.groupdocs.com/watermark/java/working-with-...
  5. How to Add Point Annotation in PDF using C#

    This article offers guidance on how to add point annotation in PDF using C#. Additionally, it includes code and steps to insert point annotation to PDF in C#....Signature Product Family GroupDocs.Metadata...usability and clarity of your PDF files. We will guide you through the...

    kb.groupdocs.com/annotation/net/how-to-add-poin...
  6. How to Remove Annotation Reply from PDF using Java

    The purpose of this topic is to show you how to remove annotation reply from PDF using Java along with code example to delete reply annotation using Java from PDF....Signature Product Family GroupDocs.Metadata...annotation reply from a PDF file. Steps to Remove Annotation...

    kb.groupdocs.com/annotation/java/how-to-remove-...
  7. Add Text Watermark to RTF using C#

    Let's learn how to add text watermark to RTF using C#. Furthermore, you'll receive a code example that demonstrates how to insert text watermark to RTF in C#....Signature Product Family GroupDocs.Metadata...applying a watermark to a RTF file Create an instance of the Watermarker...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  8. Convert PDF to ODT using C#

    Efficiently convert PDF to ODT using C# without installing extra tools. Enhance document processing in projects with this guide on how to export PDF to ODT using C#....Signature Product Family GroupDocs.Metadata...(Portable Document Format) files to ODT (Open Document Text)...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  9. How to Add Watermark Annotation using Java

    Review the step-by-step guide to add watermark annotation using Java and learn how to use these instructions to create annotation in Java....Signature Product Family GroupDocs.Metadata...class and pass the input PDF file to its constructor Initialize...

    kb.groupdocs.com/annotation/java/how-to-add-wat...
  10. How to Convert Outlook Email to PDF using Java

    This article describes the detailed procedure to convert Outlook Email to PDF using Java and demonstrates the working of the Java EML to PDF converter functionality....Signature Product Family GroupDocs.Metadata...and load the source EML or MSG file Set parameters for customizing...

    kb.groupdocs.com/conversion/java/how-to-convert...