Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 5,790 for

file signature

(0.59 sec)
  1. Password-protected documents | GroupDocs

    Learn how to open and process password-protected PDF and Office documents. Includes error handling examples and supported encryption types....Signature Product Solution GroupDocs...and password-protected Office files (DOCX, XLSX, PPTX). Supported...

    docs.groupdocs.com/parser/net/password-protecte...
  2. Save document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for Python via .NET API....Signature Product Solution GroupDocs...previously chosen format by specified file path or into a specified stream...

    docs.groupdocs.com/editor/python-net/save-docum...
  3. Set image size limits | GroupDocs

    This article shows how to set image size limits when rendering image to PNG or JPEG...Signature Product Solution GroupDocs...)) { // Create a JPG or PNG file. JpgViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  4. Render DOC as PNG using Python

    Learn how to render DOC as PNG using Python. This tutorial explains how to convert DOC to PNG in Python with page-by-page rendering and custom output naming....Signature Product Family GroupDocs.Metadata...workflows. Converting these files into image formats like PNG...

    kb.groupdocs.com/viewer/python/render-doc-as-pn...
  5. Working with slide backgrounds | GroupDocs

    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-...
  6. Read Metadata from DOCX using Java

    Let's learn the knowledge of how to read metadata from DOCX using Java. Master the skill to read metadata of DOCX using Java without installing extra software....Signature Product Family GroupDocs.Metadata...Metadata class, passing the DOCX file path as an argument to the constructor...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  7. How to Convert ODT to MHTML using Java

    In this topic, you will learn how to convert ODT to MHTML using Java without installing third-party software. Also, we will provide code to export ODT to MHTML in Java....Signature Product Family GroupDocs.Metadata...era, the ability to convert files between different formats is...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert ODT to TXT using Java

    Our aim is to provide you with guidance on how to convert ODT to TXT using Java with popular conversion library along with code example to export ODT to TXT in Java....Signature Product Family GroupDocs.Metadata...Open Document Text ( ODT ) files to plain text (TXT) format,...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Add Image Watermark to RTF Using Python

    Learn how to add image watermark to RTF using Python and enhance document security by embedding a centered logo watermark without affecting rich text layout....Signature Product Family GroupDocs.Metadata...namespaces for handling RTF files and image-based watermarks Load...

    kb.groupdocs.com/watermark/python/add-image-wat...
  10. How to Add Polyline Annotation using C#

    Become acquainted with the steps required to add polyline annotation using C#, and effortlessly utilize APIs to acquire the ability to add polyline annotation in C#....Signature Product Family GroupDocs.Metadata...Annotator class by passing the PDF file’s path as an argument to its...

    kb.groupdocs.com/annotation/net/how-to-add-poly...