Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 15,965 for

file

(0.46 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 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....and extract some additional file format information. a PDF document...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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...
  3. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...detection algorithm and output file creation by setting the CompareOptions...target text from files How to merge source code files Get only summary...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  4. Convert XLSX to GIF using Python

    Let's convert XLSX to GIF using Python in a few easy steps without installing extra APIs. Also, provided the code to effortlessly export XLSX to GIF in Python....spreadsheet content as GIF files can greatly simplify distribution...class and load your source XLSX file for processing Set up ImageConvertOptions...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  5. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built-in feature in GroupDocs.Comparison for Node.js via Java....comparison' ); // Define file paths for source, target, and...'sample-files/source.docx' ; const targetPath = 'sample-files/target...

    docs.groupdocs.com/comparison/nodejs-java/word-...
  6. 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....and extract some additional file format information. a PDF document...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Control Meta-Data and Build a Custom UI with th...

    GroupDocs.Annotation for Java is a lightweight library that allows end users to annotate PDF and Microsoft Office documents, raster images, AutoCAD drawings and 50+ types of Files without the need to install the software that the documents or images were created in. A convenient web UI allows users to view, annotate, redact, comment on and share documents from any web-enabled device. Recently we’ve released a new GroupDocs.Annotation for Java library – version 1....AutoCAD drawings and 50+ types of files without the need to install...Store Metadata in any DB or File Format # In the previous version...

    blog.groupdocs.com/annotation/control-meta-data...
  8. Technical Support | GroupDocs

    Get comprehensive technical support for GroupDocs.Total for .NET. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....product or to create API for new file formats, send us a request at...titles Attach files in ZIP format if multiple files are needed Allow...

    docs.groupdocs.com/total/net/technical-support/
  9. Technical Support | GroupDocs

    Get comprehensive technical support for GroupDocs.Total for Java. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....product or to create API for new file formats, send us a request at...titles Attach files in ZIP format if multiple files are needed Allow...

    docs.groupdocs.com/total/java/technical-support/
  10. How to Build a SharePoint Document Viewer Using...

    When we released GroupDocs.Viewer for .NET, we got lots of questions from SharePoint users about whether it could be used to build a SharePoint document viewer. Finally, the answer is yes: our online document viewer allows integration with SharePoint web applications. Moreover, SharePoint websites using GroupDocs.Viewer for .NET can also be used for cross-domain document viewing. [caption id=“attachment_3916” align=“alignnone” width=“600”] [/caption] Just follow these simple step-by-step instructions to embed our online document viewer in your SharePoint websites as a Web Part: Requirements... All the necessary files are created as shown below:...then click Add . The necessary files needed for the Web Part are...

    blog.groupdocs.com/viewer/how-to-build-sharepoi...