Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 9,898 for

text

(0.03 sec)
  1. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console.... Text ); } } } More resources GitHub...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Slow files viewer - Free Support Forum - groupd...

    Hello, We have facing problem for Group Doc, in particular with the function GetViewerInfo which remains very slow even with the latest version 22.9 ( about 7 seconds ). Is this normal? Is there a faster function to u…...pdf file and a document with text file for the test Thank you...

    forum.groupdocs.com/t/slow-files-viewer/11971
  3. Exclude fonts | Documentation

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....formats (ODT, OTT, ODP) Rich Text Format (RTF) e-Books formats...

    docs.groupdocs.com/viewer/net/exclude-fonts/
  4. Developing FireFox Add-ons with the Add-on Buil...

    This article explains the basics of creating an add-on for FireFox using the FireFox Add-on Builder and Add-on SDK. Read more about them on the Mozilla website. As an example, I’ll use the GroupDocs add-on. (You can download the source code from Github.) It’s an advanced extension so I’ll focus on the basics and highlight a couple of interesting aspects communication between scripts. I’ll mainly look at the add-on folders data and lib in the /resources/groupdocsviewer/ folder....files, libraries, pictures, text files, HTML files, styles and...

    blog.groupdocs.com/viewer/developing-firefox-ad...
  5. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....CustomXOREncryption (); // setup options with text of signature MetadataSignOptions...

    docs.groupdocs.com/signature/net/implement-cust...
  6. Save Document | Documentation

    This article demonstrates how to save edited Text documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Presentation PPT, PPTX, PPS, POT Plain Text Documents TXT PDF PDF N/A Code...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  7. Viewer doesn't load document with lot of 404s f...

    Hi, Just upgraded to 8.0.7. and our site is hosted on azure app service, and it’s behind gateway. so instead of “https://sample.com” host name for “get-page” call is “https://sample.azurewebsites.net” Did bit more inve…...ContentType = "text/html"; return "<a href='/viewer...

    forum.groupdocs.com/t/viewer-doesnt-load-docume...
  8. Edit Markdown Documents | Documentation

    This guide demonstrates how to edit the content of Markdown documents/files like common Text documents using GroupDocs.Editor for Node.js via Java....plain text files containing special syntax, supporting text formatting...

    docs.groupdocs.com/editor/nodejs-java/edit-mark...
  9. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....the field data contains the text return fieldData != null &&...

    docs.groupdocs.com/parser/java/parse-data-from-...
  10. Using HTML5 Boilerplate Template in Your Web Pr...

    Introduction A few years ago, HTML 5 still wasn’t very well supported by most popular browsers so web sites were created mostly with XHTML or HTML4. I still have a folder on my machine filled with HTML templates for both XTML and HTML 4. Inside of it there are also templates for newsletters, micro-sites, responsive templates and whatnot. All of them were built by taking code from 2 or 3 different templates and look like Frankenstein’s code monster....a few very basic styles for text, images and other popular HTML...

    blog.groupdocs.com/total/using-html5-boilerplat...