Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 4,835 for

as

(0.07 sec)
  1. Convert XLSX to TXT using Python

    Convert XLSX to TXT using Python using GroupDocs.Conversion. In this topic, you will learn how to export XLSX to TXT in Python with complete steps and code example....Convert XLSX to TXT using Python using GroupDocs.Conversion. In this topic, you will learn how to export XLSX to TXT in Python with complete steps and code example.

    kb.groupdocs.com/conversion/python/convert-xlsx...
  2. 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-...
  3. 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...
  4. How to Sign XLSX with Barcode Signature using C#

    EAsily access Assistance on how to sign XLSX with Barcode signature using C#. Additionally, we will furnish a code example to create Barcode signature in XLSX using C#....Easily access assistance on how to sign XLSX with Barcode signature using C#. Additionally, we will furnish a code example to create Barcode signature in XLSX using C#.

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  5. 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...
  6. Introducing Hotfix release of GroupDocs.Signatu...

    We have been improving our APIs to meet the requirements of our customers. Therefore, we are pleAsed to announce GroupDocs.Signature for Java 18.8. In previous version of the API, there wAs a issue in output PDF. But now this issue hAs been fixed in this hotfix, we would recommend you to download this new version of the API to enhance the document e-signing experience. Bug Fixes The output PDF is incorrectly signed Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....We have been improving our APIs to meet the requirements of our customers. Therefore, we are pleased to announce GroupDocs.Signature for Java 18.8. In previous version of the API, there was a issue in output PDF. But now this issue has been fixed in this hotfix, we would recommend you to download this new version of the API to enhance the document e-signing experience. Bug Fixes The output PDF is incorrectly signed Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs.

    blog.groupdocs.com/signature/groupdocs.signatur...
  7. Announcing Hotfix release of GroupDocs Signatur...

    This blog post covers the hotfix introduced in GroupDocs.Signature for .NET 18.9.1. In previous version of the API there wAs a issue while signing PDF with Metadata Signatures. But now this issue hAs been fixed, we therefore, recommend you to download the new releAse and enhance document e-signing experience. Bug Fix Exception is thrown while signing PDF with Metadata Signatures Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....This blog post covers the hotfix introduced in GroupDocs.Signature for .NET 18.9.1. In previous version of the API there was a issue while signing PDF with Metadata Signatures. But now this issue has been fixed, we therefore, recommend you to download the new release and enhance document e-signing experience. Bug Fix Exception is thrown while signing PDF with Metadata Signatures Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs.

    blog.groupdocs.com/signature/groupdocs-signatur...
  8. GroupDocs.Viewer for .NET 25.8 – Latest Updates...

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

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  9. Implement Link Annotation in PDF Documents

    You might be wondering if there would be more annotation types. The wait is over, we’ve introduced Link Annotation in GroupDocs.Annotation for .NET 19.4. With the pAssage of time we’ll introduce more annotations. Currently, Link Annotation is supported for PDF, Slides and Word documents only. Let’s see the minimal set of fields required for Link Annotation. There is one improvement and few bug fixes introduced As well. Previously, GetPdfFile method wAs not processing pAssword protected documents....You might be wondering if there would be more annotation types. The wait is over, we’ve introduced Link Annotation in GroupDocs.Annotation for .NET 19.4. With the passage of time we’ll introduce more annotations. Currently, Link Annotation is supported for PDF, Slides and Word documents only. Let’s see the minimal set of fields required for Link Annotation. There is one improvement and few bug fixes introduced as well. Previously, GetPdfFile method was not processing password protected documents.

    blog.groupdocs.com/annotation/implement-link-an...
  10. 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 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...