Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 14,405 for

doc

(0.03 sec)
  1. HTML5 Image, PDF and Microsoft Office Document ...

    We’ve received a lot of feedback from our customers asking us to create a .NET library based on our HTML5 Document annotation app. We’ve worked hard and today are pleased to announce the release of the Document annotation library for developers on .NET platforms (ASP.NET, C#, VB.NET). Using the library, developers can seamlessly enhance their web and mobile apps with the ability to annotate Microsoft Office Documents, PDFs and image files....Microsoft Office documents (DOC, DOCX, XLS, XLSX, PPT, PPTX,...

    blog.groupdocs.com/annotation/html5-image-and-p...
  2. Load password-protected document | Documentation

    This article explains how to load password-protected Document while using GroupDocs. Watermarks Java API....Order Upgrade an Order Support Docs API Reference Live Demos Free...to your document. Ex: @"C:\\Docs\\protected-document.docx" String...

    docs.groupdocs.com/watermark/java/load-password...
  3. Getting known property descriptors | Documentation

    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;iDocs API Reference Live Demos Free...metadata . Metadata ( "input.doc" ); var root = metadata . getRootPackageGeneri...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  4. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a Document....Order Upgrade an Order Support Docs API Reference Live Demos Free...path to your document. Ex: @"C:\Docs\source.xlsx" try ( Metadata...

    docs.groupdocs.com/metadata/java/get-document-i...
  5. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Getting known property descriptors | Documentation

    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....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/java/getting-known-...
  7. HTML | Documentation

    This article explains that how to extract HTML formatted text from Document page in Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/java/html/
  8. Extract text from HTML documents | Documentation

    To extract a text from HTML Documents GetText method is used. This method allows to extract a text from the entire Document. Pagination and raw mode is not supported for emails....Order Upgrade an Order Support Docs API Reference Live Demos Free...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...Order Upgrade an Order Support Docs API Reference Live Demos Free...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/redaction/net/select-specifi...
  10. Get document info | Documentation

    This article shows how to get the basic Document info....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/java/get-document-info/