Sort Score
Result 10 results
Languages All
Labels All
Results 3,101 - 3,110 of 5,416 for

as

(0.04 sec)
  1. Merge HTML files using C#

    This guide will provide key instructions to merge HTML files using C# and will include a code snippet demonstrating how to combine HTML files in C# effectively....This guide will provide key instructions to merge HTML files using C# and will include a code snippet demonstrating how to combine HTML files in C# effectively.

    kb.groupdocs.com/merger/net/merge-html-files-us...
  2. Convert PDF to Image using Node.js

    Learn how to convert PDF to Image using Node.js. This guide provides a simple method to efficiently export PDF to Image in Node.js, ensuring high-quality image output....Learn how to convert PDF to Image using Node.js. This guide provides a simple method to efficiently export PDF to Image in Node.js, ensuring high-quality image output.

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  3. How to Convert TIFF to PNG in Java

    Review the step-by-step guide to convert TIFF to PNG in Java. Learn how to develop Java TIFF to PNG converter capability and eAsily customize the converted PNG file....Review the step-by-step guide to convert TIFF to PNG in Java. Learn how to develop Java TIFF to PNG converter capability and easily customize the converted PNG file.

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Convert PDF to PPTX using Node.js

    Learn how to convert PDF to PPTX using Node.js with an efficient document conversion process. Follow our guide to eAsily export PDF to PPTX in Node.js for presentations....Learn how to convert PDF to PPTX using Node.js with an efficient document conversion process. Follow our guide to easily export PDF to PPTX in Node.js for presentations.

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  5. Add Watermark to Documents while Conversion in ...

    Document conversion is one of the most frequent processes that endures across a lot of industries. Sometimes, it is the business need to put a watermark on the resultant document after conversion. For example, you want to convert a Word document to PDF or PowerPoint PPT/PPTX to PDF with a watermark (text or image) in all the PDF pages. GroupDocs.Conversion for .NET and Java gives you such an option. It possesses a clAss WatermarkOptions with rich properties such As:...Document conversion is one of the most frequent processes that endures across a lot of industries. Sometimes, it is the business need to put a watermark on the resultant document after conversion. For example, you want to convert a Word document to PDF or PowerPoint PPT/PPTX to PDF with a watermark (text or image) in all the PDF pages. GroupDocs.Conversion for .NET and Java gives you such an option. It possesses a class WatermarkOptions with rich properties such as:

    blog.groupdocs.com/conversion/add-watermark-to-...
  6. GroupDocs.Merger for .NET 25.9 – Latest Updates...

    Explore what’s new in GroupDocs.Merger for .NET 25.9. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Merger for .NET 25.9. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/merger/groupdocs-merger-for-...
  7. Watermarks in PDF document | GroupDocs

    Learn about how many ways the Groupdocs.watermark can add watermarks in PDF documents....Learn about how many ways the Groupdocs.watermark can add watermarks in PDF documents.

    docs.groupdocs.com/watermark/net/watermarks-in-...
  8. PowerPoint Presentation

    Making PowerPoint Slides Avoiding the Pitfalls of Bad Slides Tips to be Covered Outlines Slide Structure Fonts Colour Background Graphs Spelling and Grammar Conclusions Questions Outline Make your ......Making PowerPoint Slides Avoiding the Pitfalls of Bad Slides Tips to be Covered Outlines Slide Structure Fonts Colour Background Graphs Spelling and Grammar Conclusions Questions Outline Make your ...

    docs.groupdocs.com/editor/java/sample-files/Pre...
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, pleAse use the getDocumentProperties method defined in the DocumentRootPackage clAss....Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class.

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Edit PowerPoint Presentations | GroupDocs

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for Python via .NET....This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for Python via .NET.

    docs.groupdocs.com/editor/python-net/edit-power...