Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 4,672 for

as

(0.05 sec)
  1. GroupDocs.Assembly for .NET | GroupDocs

    ReleAse notes Package repository GroupDocs.Assembly for Net - A Assembly is a document automation and reports generation API designed to create custom documents from templates. This Net reporting API intelligently Assembles the given data with the defined template document and generates an output document bAsed on the data source, in the template’s format As well As in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, presentations, PDF files, email messages, and images....Release notes Package repository GroupDocs.Assembly for Net - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Net reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, presentations, PDF files, email messages, and images.

    docs.groupdocs.com/assembly/net/
  2. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Comparison for Node.js via Java. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...This article describes the main functions of GroupDocs.Comparison for Node.js via Java. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report

    docs.groupdocs.com/comparison/nodejs-java/featu...
  3. GroupDocs.Annotation for Java | GroupDocs

    API to annotate text or images in your documents using Java. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...API to annotate text or images in your documents using Java. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX

    docs.groupdocs.com/annotation/java/
  4. How to install Asian Fonts on Ubuntu | GroupDocs

    This article will guide you through the installation of Asian Fonts on Ubuntu....This article will guide you through the installation of Asian Fonts on Ubuntu.

    docs.groupdocs.com/viewer/java/how-to-install-a...
  5. GroupDocs.Total for .NET 25.12 – Latest Updates...

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

    blog.groupdocs.com/total/groupdocs-total-for-ne...
  6. Sakhr Software efficiently builds Correspondenc...

    About Sakhr Software Sakhr Software Company is a pioneer and market leader in advanced Arabic language technology and solutions. With 28+ years of leading research and development in Arabic computational linguistics, Sakhr hAs successfully transformed its research in “Natural Language Processing”; (NLP) into industry-first commercial software and solutions. Governments and enterprises in multiple industries across the Arab region and beyond use Sakhr’s award-winning technology to handle any Arabic content for the digital age....About Sakhr Software Sakhr Software Company is a pioneer and market leader in advanced Arabic language technology and solutions. With 28+ years of leading research and development in Arabic computational linguistics, Sakhr has successfully transformed its research in “Natural Language Processing”; (NLP) into industry-first commercial software and solutions. Governments and enterprises in multiple industries across the Arab region and beyond use Sakhr’s award-winning technology to handle any Arabic content for the digital age.

    blog.groupdocs.com/total/sakhr-software-builds-...
  7. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October releAse of GroupDocs.Viewer for .NET. This releAse comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications.

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  8. Strengthen the Protection of Text Watermark in ...

    We are pleAsed to introduce version 18.8 of GroupDocs.Watermark for Java. This version includes 2 new features, 1 enhancement, 1 bug fix, and a breaking change As well. It supports skipping unreadable characters during text watermark search. Furthermore, we have also added a new feature to strengthen protection of text watermark in PowerPoint documents. PleAse continue to read more about version 18.8. Features Introduced Skipping Unreadable Characters During Text Watermark Search There might be the cAse that the watermark’s text contains unreadable characters....We are pleased to introduce version 18.8 of GroupDocs.Watermark for Java. This version includes 2 new features, 1 enhancement, 1 bug fix, and a breaking change as well. It supports skipping unreadable characters during text watermark search. Furthermore, we have also added a new feature to strengthen protection of text watermark in PowerPoint documents. Please continue to read more about version 18.8. Features Introduced Skipping Unreadable Characters During Text Watermark Search There might be the case that the watermark’s text contains unreadable characters.

    blog.groupdocs.com/watermark/strengthen-the-pro...
  9. Problem with "AllAndNone" font converting PDF t...

    We received a document that’s causing problems when viewing it with GroupDocs. Instead of the actual text, it just display some strange characters: image.jpg (311.3 KB) Adobe Reader displays that “AllAndNone” Font is …...We received a document that’s causing problems when viewing it with GroupDocs. Instead of the actual text, it just display some strange characters: image.jpg (311.3 KB) Adobe Reader displays that “AllAndNone” Font is …

    forum.groupdocs.com/t/problem-with-allandnone-f...
  10. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage<AviRootPackage>(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // .

    docs.groupdocs.com/metadata/net/working-with-me...