Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 3,514 for

view

(0.14 sec)
  1. 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.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-ex...
  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 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.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preView for any page of an existing WordProcessing document in SVG format using GroupDocs.Editor for Node.js via Java....This feature enables users to view and inspect any page of the...document thumbnails, page-specific views, or any scenario where a visual...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  5. render_docx_to_pdf.zip

    demo-app/render_docx_to_pdf.py import os from groupdocs.Viewer import License, Viewer from groupdocs.Viewer.options import PdfViewOptions def render_docx_to_pdf(): # Get license file absolute path ......docx") as viewer: # Create view options pdf_options = PdfVi...# Render DOCX to PDF viewer.view(pdf_options) if __name__ ==...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  6. GroupDocs.Comparison Product Family on GroupDoc...

    GroupDocs.Comparison Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Comparison Product Family on GroupDocs Blog | Document A...... Keeping your interest in view, we’ve now implemented...Keeping customers feedback in view, we are pleased to announce...

    blog.groupdocs.com/categories/groupdocs.compari...
  7. Why is there no DenyDownloading in GroupDocs.Vi...

    I’m currently trialing GroupDocs.Viewer in our .NET project for rendering PDF files. Everything is smooth, fast, and easy to integrate. We were hoping to use this API to display our PDF files to the user in a “read-only”…...a web-site, where users can view the different documents like...

    forum.groupdocs.com/t/why-is-there-no-denydownl...
  8. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/python-net/working-...
  9. Convert spreadsheets | GroupDocs

    Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using JavaScript language and GroupDocs.Conversion for Node.js via Java....from the developer’s point of view, it is needed to load the source...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format.... You are welcome to view and edit metadata of PDF, DOC...

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