Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 14,620 for

file

(0.44 sec)
  1. GroupDocs.Parser Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....being one of the most popular file formats is in use by almost...extract the content from the PDF files. Here in this article, we will...

    blog.groupdocs.com/categories/groupdocs.parser-...
  2. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...csproj file: <ItemGroup> <RuntimeHostConfigura...screenshots of PDF and Excel file screenshots: pdf.png (163.8...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  3. Render SVG as JPG using Python

    Render SVG as JPG using Python in simple and few steps. This tutorial explains how to convert SVG to JPG in Python with custom image dimensions for scalable output....Scalable Vector Graphics ( SVG ) files are widely used for icons, diagrams...a with block to load the SVG file and manage resources efficiently...

    kb.groupdocs.com/viewer/python/render-svg-as-jp...
  4. Search results | Documentation

    This article shows that how to perform the operations on search results....object containing the file path, the file type, the format family...

    docs.groupdocs.com/search/net/search-results/
  5. 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...
  6. Render XLSX as PNG using Python

    Learn how to render XLSX as PNG using Python. This tutorial explains how to convert XLSX to PNG in Python for visual representation....document rendering Open the XLSX file using the Viewer class within...tutorial on rendering XLSX files as PNG using Python—ready to...

    kb.groupdocs.com/viewer/python/render-xlsx-as-p...
  7. 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...
  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. 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-...
  10. How to save PDF document with other format | Do...

    This article explains how to save signed PDF document with various File formats by GroupDocs.Signature API....true }; // sign document to file signature . Sign ( "SignedPdf...

    docs.groupdocs.com/signature/net/save-signed-pd...