Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 4,461 for

as

(0.04 sec)
  1. 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...
  2. How to Sign JPEG with Text Signature using Java

    This tutorial is designed to walk you through how to sign JPEG with text signature using Java. Also, we will provide code to add text signature on JPEG using Java....This tutorial is designed to walk you through how to sign JPEG with text signature using Java. Also, we will provide code to add text signature on JPEG using Java.

    kb.groupdocs.com/signature/java/how-to-sign-jpe...
  3. 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-...
  4. How to Convert DOCX to XPS using C#

    This article provides instructions to convert DOCX to XPS using C#. Additionally, we will Assist you in developing an application to export DOCX to XPS using C#....This article provides instructions to convert DOCX to XPS using C#. Additionally, we will assist you in developing an application to export DOCX to XPS using C#.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Convert MSG to JPG using Java

    This article aims to educate you how to convert MSG to JPG using Java. Additionally, we will furnish you with the relevant code example to export MSG to JPG in Java....This article aims to educate you how to convert MSG to JPG using Java. Additionally, we will furnish you with the relevant code example to export MSG to JPG in Java.

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. .NET 9 - Fails to recognise .ppt file - Free Su...

    In a .NET application, attempting to convert the attached Powerpoint fails with the following conversion code. ppt file.zip (284.5 KB) using var converter = new Converter(() => ms); var convertOptions = new PdfConvertO…...In a .NET application, attempting to convert the attached Powerpoint fails with the following conversion code. ppt file.zip (284.5 KB) using var converter = new Converter(() => ms); var convertOptions = new PdfConvertO…

    forum.groupdocs.com/t/net-9-fails-to-recognise-...
  7. Change Position of the Annotation using Java An...

    Keeping feedback of our valuable customers in view, we are pleAsed to announce a new version of GroupDocs.Annotation for Java 17.10.2. This releAse comes up with number of bug fixes. The main fix introduced in this releAse is visibility and color behavior of added annotation. We therefore recommend you to download this latest releAse for a better API experience. Java Annotation API v17.10.2 - Fixes Area annotation is invisible on adding Unable to change position of the annotation Annotation properties are not behaving same in Java As in ....Keeping feedback of our valuable customers in view, we are pleased to announce a new version of GroupDocs.Annotation for Java 17.10.2. This release comes up with number of bug fixes. The main fix introduced in this release is visibility and color behavior of added annotation. We therefore recommend you to download this latest release for a better API experience. Java Annotation API v17.10.2 - Fixes Area annotation is invisible on adding Unable to change position of the annotation Annotation properties are not behaving same in Java as in .

    blog.groupdocs.com/annotation/bug-fixes-in-java...
  8. Edit Excel Workbook | Documentation

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with pAssword and many other powerful features of GroupDocs.Editor for .NET....This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for .NET.

    docs.groupdocs.com/editor/net/edit-excel/
  9. Working with metadata in PDF documents | Docume...

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, pleAse use the DocumentProperties property 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with metadata in PDF documents | Docume...

    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...