Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 9,616 for

images

(0.05 sec)
  1. Load WordProcessing document with options | Gro...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....external resources include images and graphics, tables and spreadsheets...

    docs.groupdocs.com/conversion/net/load-wordproc...
  2. sample-app.zip

    sample-app/sample.pdf This document contains a variety of formatted elements that are used to test document rendering quality during file conversion Source Sans Pro Light, 14 pt. Simple text in Tim......quality during file conversion Images This section starts from a...a new page. There is an image in a black border in the top right...

    docs.groupdocs.com/viewer/nodejs-java/sample-fi...
  3. 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....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. 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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Edit Word | GroupDocs

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for .NET....List contains all resources (images, fonts, and stylesheets). Modifying...

    docs.groupdocs.com/editor/net/edit-word/
  6. Compare Excel Spreadsheets: Advanced Cell-by-Ce...

    Learn how to compare Excel spreadsheets programmatically using GroupDocs.Comparison for .NET. This guide demonstrates cell-by-cell comparison, custom styling, summary pages, and advanced visibility controls for Excel document comparison in C#....with Word, PDF, PowerPoint, images, and more. The API handles...Target Files # The following images show the source and target...

    blog.groupdocs.com/comparison/compare-excel-spr...
  7. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats....data files as HTML, PDF, and image files Leave feedback On this...the document to HTML, PDF, or image format. These methods allow...

    docs.groupdocs.com/viewer/java/render-outlook-d...
  8. Get document info | GroupDocs

    This article explains how to detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET.... TasksCount ); } Images using ( Converter converter...converter = new Converter ( "image.png" )) { IDocumentInfo info = converter...

    docs.groupdocs.com/conversion/net/get-document-...
  9. Save Document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....HTML markup with stylesheets, images, and possibly other resources...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  10. MSG converted to PDF with empty page of message...

    Converting MSG file to PDF gives back empty email message page...this Dockerfile to build your images for faster debugging. # This...

    forum.groupdocs.com/t/msg-converted-to-pdf-with...