Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 12,202 for

new

(0.13 sec)
  1. Handling the ID3v2 tag | GroupDocs

    This article explains how to handle ID3v2 tag....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . MP3WithID3V2...

    docs.groupdocs.com/metadata/net/handling-the-id...
  2. How to convert pst file to html to view folder ...

    I using Groupdocs Conversions .NET Please help me how to convert pst file to html file, which show list of inside foler and message list like attached image Thanks image.png (27.3 KB)...We have opened the following new ticket(s) in our internal issue...Main(string[] args) { var license = new License(); license.SetLicense(@"...

    forum.groupdocs.com/t/how-to-convert-pst-file-t...
  3. Set image size limits | GroupDocs

    This article shows how to set image size limits when rendering image to PNG or JPEG...Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.jpg" )) { JpgViewOptions...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  4. Missing information in PDF while Converting Com...

    Hi Team, I am comparing two DOCX files using the Aspose Library. While converting DOCX to PDF, I am losing some important information where changes cannot be identified accurately. For example, with color coding, it ca…...converter = new Converter(); PdfConvertOptions options = new PdfConvertOptions();...

    forum.groupdocs.com/t/missing-information-in-pd...
  5. Convert database formats | GroupDocs

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( var converter = new GroupDocs . Conversion . Converter...

    docs.groupdocs.com/conversion/net/convert/datab...
  6. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Consulting Blog Knowledge Base New Releases Status Websites aspose...search index. Step #1: Create new index First of all you need to...

    docs.groupdocs.com/search/net/build-your-first-...
  7. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Node.js via Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...'groupdocs-editor' ); const loadOptions = new groupdocsEditor . WordProcessingLoadOp...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...
  8. GroupDocs.Comparison Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Lets talk about new features first. Did you ever...this blog post we’ll review the new feature and bug fixes introduced...

    blog.groupdocs.com/categories/groupdocs.compari...
  9. Converting MSG file containing nested MSG attac...

    I recall this bug was previously fixed - or perhaps I’m mistaken. Attached herewith is test.msg which is able to repro the issue. It is an email which contains an email which contains another email. The top level emai…...PdfConvertOptions options = new() { PdfOptions = new GroupDocs.Conversion...Conversion.Converter converter = new(source); converter.Convert(source...

    forum.groupdocs.com/t/converting-msg-file-conta...
  10. Render to HTML | GroupDocs

    With GroupDocs.Viewer for .NET you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/rendering-to-html/