Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 14,359 for

file

(0.04 sec)
  1. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....)) { // Make changes to the file as a rasterized PDF, e.g. uisng...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  2. GroupDocs.Conversion for .NET 25.8 - Latest Upd...

    Explore what's new in GroupDocs.Conversion for .NET v25.8. Available now on NuGet and GroupDocs website...Conversion Support – Convert SVGZ files seamlessly into word processing...could not locate the license file in the current directory. Enhanced...

    blog.groupdocs.com/conversion/groupdocs-convers...
  3. Convert PDF to JPG using Python

    Discover how to convert PDF to JPG using Python. This tutorial explains how to export PDF to JPG using Python for easier sharing, and streamlined workflows....PDF page and save them as JPG files To convert PDF document into...Converter class with your PDF file, create object of ImageConvertOptions...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  4. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on document management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient document collaboration tools. One of such tools is a multi-format, cross-platform compatible document viewer – GroupDocs.Viewer. It allows end users to view over 50 types of documents and images from any modern web-browser and without having to install any office software or plugins.... To name just a few, the file formats that the viewer supports...CAD drawings, multipage TIFF files and a lot more . Another important...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  5. Add watermarks to PDF documents | Documentation

    The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....affecting the meaning of the PDF file. The crop box defines the region...add watermark to supported files in all in a PDF document. Below...

    docs.groupdocs.com/watermark/java/add-watermark...
  6. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration Files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the list of new features, improvements, and fixes added in v18....ViewerConfig using the configuration files such as app.config and web.config...HTML page Exception when the file name contains curly braces Legend...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  7. Render XML documents as HTML, PDF, PNG, and JPE...

    Convert XML to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer. Learn about options for pagination and image quality....as HTML, PDF, PNG, and JPEG files Leave feedback On this page...LoadOptions () load_options . file_type = gv . FileType . XML with...

    docs.groupdocs.com/viewer/python-net/render-xml...
  8. How to Convert DOCX to PPTX using C#

    You can find the directions to convert docx to pptx using C# in this topic. Moreover, we will help you to write an application to export docx to pptx in C#....convert Word documents to other file formats that are supported....

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Result compare 2 files word is wrong - Free Sup...

    Input and output Files: input_231215.7z (449.9 KB) GroupDocs.Comparison .NET version: 25.2.0 Please retest my input Files Thank you!...Result compare 2 files word is wrong GroupDocs.Comparison Product... 3:50am 1 Input and output files: input_231215.7z (449.9 KB)...

    forum.groupdocs.com/t/result-compare-2-files-wo...
  10. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a File to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.... a file to examine Get a collection...

    docs.groupdocs.com/metadata/java/getting-known-...