Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 12,028 for

format

(0.14 sec)
  1. Viewer of emails with non-latin characters in T...

    Hello, Using java Viewer to convert email files (.msg) to html pages generates wrong characters for TO or subject. In the email user used greek characters for the emails and into the email subject. My environment is: …...problem with rendering to HTML format. When comparing the generated...using the type Outlook Message Format – Unicode . According to the...

    forum.groupdocs.com/t/viewer-of-emails-with-non...
  2. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML Format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Lots of the document formats and format families, supported by...not limited to) PDF, most of formats from the WordProcessing family...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  3. Extract data from HTML documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup Formats. The following table provides the list of supported Formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....Extract data from various formats / Extract data from HTML documents...documents and other markup formats. The following table provides...

    docs.groupdocs.com/parser/java/extract-data-fro...
  4. GroupDocs.Conversion for Node.js via Java | Gro...

    GroupDocs.Conversion for Node.js via Java is an advanced document conversion API developed to convert files of different Formats from within JavaScript applications....via Java is a powerful multi-format document conversion API designed...50 document and image file formats. Node.js API to accurately...

    docs.groupdocs.com/conversion/nodejs-java/
  5. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular technique to indicate that the content or data inside a document is copyrighted. On the other hand, it is also used to place the company’s logo or some kind of label in the documents before they are shared within or outside the company. However, it is quite hard to apply the watermark to a bunch of documents one by one. It becomes harder if you have documents of various Formats such as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etc....have documents of various formats such as PDF, DOCX, PPTX, XLSX...the document of a particular format. Before we proceed, let me...

    blog.groupdocs.com/watermark/add-watermark-to-a...
  6. GroupDocs.Editor for Java | GroupDocs

    GroupDocs.Editor for Java enables document editing in form of HTML.Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for Java powerful document editing API....saved to original document format. GroupDocs.Editor can also...presentations, XML, OpenDocument Formats and TXT files. About GroupDocs...

    docs.groupdocs.com/editor/java/
  7. Extracting Common Image Information | GroupDocs

    For all supported image Formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more inFormation on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); 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); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Managing metadata for specific formats / Images / Extracting Common...feedback For all supported image formats the GroupDocs.Metadata API...

    docs.groupdocs.com/metadata/net/extracting-comm...
  8. How to Convert Excel to PDF using Java

    This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone....stakeholders in a non-editable format at times. As a result, document...convert XLS and other Excel formats to PDF. If you’re looking for...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_Formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from the...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original file...Save the document in original format overwriting original file redactor...redactions for various document formats like PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/redaction/net/save-overwriti...