Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 10,666 for

new

(0.07 sec)
  1. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...document using (Editor editor = new Editor("sample.pptx")) { // Specify...PresentationEditOpti editOptions = new PresentationEditOpti(); EditableDocument...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  2. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationReadFile try ( Metadata metadata = new Metadata ( Constants . InputPptx...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer API for Node.js to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...HTML JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/render-ex...
  4. XML Viewer - View and Convert XML Data Online f...

    View XML files using free online XML Viewer tool. Developers can develop their own online document Viewer....using C# using (Viewer viewer = new Viewer("/path/document.xml"))...PdfViewOptions viewOptions = new PdfViewOptions("/path/XML-to-PDF-{0}...

    blog.groupdocs.com/viewer/xml-viewer-online/
  5. Issue with Email to Pdf - text does not respect...

    We have two separate issues with converting .eml to .pdf. We were able to reproduce both in one email. Attached you will find the .eml file, the output .pdf and an image taken from within the viewer. Bad Signature PDF…...getLoadOptions = loadContext => new EmailLoadOptions { DisplayCcEmailAddres...true }; using (var converter = new GroupDocs.Conversion.Converter(tempFile...

    forum.groupdocs.com/t/issue-with-email-to-pdf-t...
  6. Document preview | Documentation

    This article shows how to get document preview....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "sample.pdf" ))...

    docs.groupdocs.com/watermark/net/basic-usage/pr...
  7. Java groupdocs conversion dpi configuration doe...

    HEre is the conversion code: try (Converter converter = New Converter(fileName)) { final ImageConvertOptions options = New ImageConvertOptions(); options.setFormat(FileType.fromEx…...code: try (Converter converter = new Converter(fileName)) { final...ImageConvertOptions options = new ImageConvertOptions(); options...

    forum.groupdocs.com/t/java-groupdocs-conversion...
  8. Logging | Documentation

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....Consulting Blog Knowledge Base New Releases Status Websites aspose...Logger class Logger logger = new Logger (); // Create an instance...

    docs.groupdocs.com/parser/java/logging/
  9. Delete Signatures of the certain types | Docume...

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/delete-signat...
  10. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose..."cache" ; FileCache cache = new FileCache ( cachePath ); ViewerSettings...

    docs.groupdocs.com/viewer/java/caching-results/