Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 5,916 for

file conversion

(1.88 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....Conversion Product Solution GroupDocs...and password-protected Office files (DOCX, XLSX, PPTX). Supported...

    docs.groupdocs.com/parser/net/password-protecte...
  2. 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....Conversion Product Solution GroupDocs... get_Item ( 0 ); File imageFile = new File ( "background.png"...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Merge pages in the arbitrary order | GroupDocs

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....Conversion Product Solution GroupDocs...NET / Developer Guide / Merge files / Merge pages in the arbitrary...

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  4. Compare PDF documents | GroupDocs

    Learn how to compare PDF documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences between PDF Files with Python code....Conversion Product Solution GroupDocs...can: Compare two or more PDF files Highlight differences such as...

    docs.groupdocs.com/comparison/python-net/compar...
  5. How to Sign PDF with QR Code Signature using Java

    This quick tutorial provides you with step-by-step instructions to create QR Code in Java and how to sign a PDF document with a QR Code signature using Java....Conversion Product Family GroupDocs...Signature class, pass the signed PDF file name along with QrCodeSignOptions...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  6. Scan QR Code from PNG using C#

    Easily discover how to scan QR Code from PNG using C# without need for additional software installations along with code example to extract QR Code from PNG in C#....Conversion Product Family GroupDocs...scanning of QR codes from PNG files Create a Parser object by providing...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pn...
  7. Show Revisions | GroupDocs

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java....Conversion Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/java/show-revisions/
  8. Export Data | GroupDocs

    How to export data to XML Files....Conversion Product Solution GroupDocs...functionality to export data to XML files. class is used for this. The...

    docs.groupdocs.com/parser/java/export-data/
  9. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom File at any location on the local disc or a even a Stream...Conversion Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/net/save-to-stream/
  10. Working with interpreted values | GroupDocs

    Understand and extract human-readable (interpreted) values for metadata properties using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs...interpreted value. def run_single_file (): with gm . Metadata ( r "D:...

    docs.groupdocs.com/metadata/python-net/working-...