Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 15,664 for

file

(1 sec)
  1. How to Convert Image to PDF in Java

    This short guide explains how to convert Image to PDF in Java. You can also learn about document conversion by looking at the sample Java code to convert JPG to PDF....class and load the input Image file Create an instance of the PdfConvertOptions...instance and name of the output file For implementing the Java convert...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. Show/Hide Comments when Rendering Word and Spre...

    Today, we are excited to announce version 17.5.0 of GroupDocs.Viewer for .NET API. This brand new release came up with 20 important bug fixes and key improvements. It also supports rendering of comments in Word and Spreadsheet documents. Furthermore, we have introduced settings to adjust quality and size when rendering documents as PDF. We recommend you to please upgrade to the latest version to get improved results. GroupDocs.Viewer for ....Throw GroupDocsViewerExcep when file type can’t be determined for...output HTML/image Fix - File data file updated on each GetDocumentInfo...

    blog.groupdocs.com/viewer/show-comments-renderi...
  3. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...ForEmbeddedResources (); // Render a file optimized for printing. viewOptions...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  4. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” File in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....pdf” file in the current (".") directory...Call method for “document.doc” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...
  5. Render EML as HTML using Python

    In this topic, you will learn how to render EML as HTML using Python. Moreover, it explains how to convert EML to HTML in Python with embedded resources....as HTML using Python Email files in .eml format often contain...attachments. Converting these files into HTML format allows for...

    kb.groupdocs.com/viewer/python/render-eml-as-ht...
  6. GroupDocs.Conversion 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....is one of the most well-known file formats that is famous due to...comes the need to convert CAD files to PDF format when such technical...

    blog.groupdocs.com/categories/groupdocs.convers...
  7. How to Remove Annotation Reply from PDF using Java

    The purpose of this topic is to show you how to remove annotation reply from PDF using Java along with code example to delete reply annotation using Java from PDF....annotation reply from a PDF file. Steps to Remove Annotation...document path Annotations in PDF files can be useful tools for adding...

    kb.groupdocs.com/annotation/java/how-to-remove-...
  8. Convert XLSX to JPG using Python

    Learn how to convert XLSX to JPG using Python in a few simple steps. This guide covers how to export XLSX to JPG in Python with clean layout and high image quality....Converter instance and load the XLSX file Configure JPG output using ImageConvertOptions...save the result as a JPG image file To begin converting Excel spreadsheets...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  9. Convert PDF to ODT using C#

    Efficiently convert PDF to ODT using C# without installing extra tools. Enhance document processing in projects with this guide on how to export PDF to ODT using C#....(Portable Document Format) files to ODT (Open Document Text)...Converter class, providing the PDF file path to its constructor Retrieve...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  10. Create Hyperlinks in PDF using Link Annotations...

    Annotate PDF Files by creating hyperlinks using link annotations in Java. Document and image annotation Java API allows annotating by linking external data....to create hyperlinks in PDF files using Java . The following topics...API to Add Hyperlinks in PDF files How to Programmatically Create...

    blog.groupdocs.com/annotation/create-hyperlinks...