Sort Score
Result 10 results
Languages All
Labels All
Results 4,891 - 4,900 of 16,572 for

file

(1 sec)
  1. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....be used when for some reason files have non-standard extensions...kinds of plain text files (batch, command files, etc.) could be opened...

    docs.groupdocs.com/redaction/net/extend-support...
  2. Compare documents | GroupDocs

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Java....file.Path ; // ... try ( Comparer..."result.pdf" ); } The output file is as follows: Compare documents...

    docs.groupdocs.com/comparison/java/compare-docu...
  3. 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-...
  4. Email attachments | GroupDocs

    Extract, add, and remove attachments in email messages using Python via .NET.... name ) print ( "File format:" , attachment . get_document_info...get_document_info () . file_type ) with open ( os . path . join...

    docs.groupdocs.com/watermark/python-net/email-a...
  5. How to save PDF document with other format | Gr...

    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...
  6. Getting known property descriptors | GroupDocs

    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-...
  7. result.docx

    About GroupDocs The Problem and Our Cool Solution GroupDocs founded in 2010. We noticed test there was a gap in the market for an easy to use, comprehensive online document management solution. Our......software engineers use to work with file formats in the applications...

    docs.groupdocs.com/comparison/python-net/_outpu...
  8. Troubleshooting | GroupDocs

    This section contains issues that you may face and solutions for them when processing Files with GroupDocs.Viewer....solutions for them when processing files with GroupDocs.Viewer. Chinese...change the maximum size of a file How to migrate to GroupDocs...

    docs.groupdocs.com/viewer/java/troubleshooting/
  9. Getting known property descriptors | GroupDocs

    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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;ifile to examine Get a collection...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  10. Converting to PDF - Embed Fonts - Free Support ...

    Hello, It is my understanding that when converting to PDF the font should get embedded? Please correct me if I am wrong. I have an issue where by a converted document in only embedding a subset of the font, this causes…...conversion code Source and resulting files Which software you are using...resulting PDF Whether the source file’s font is installed on your...

    forum.groupdocs.com/t/converting-to-pdf-embed-f...