Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 31,398 for

new

(0.06 sec)
  1. Access to the path ...Content.IE5 is denied - F...

    Error: ‘Access to the path ‘C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\Content.IE5’ is denied.’ Here is the code converter.Convert is throwing the above error message on the serve…... List<MemoryStream> ms = new List<MemoryStream>(); int index...converter = new Converter(fileName)) { converter.Convert(() => new MemoryStream()...

    forum.groupdocs.com/t/access-to-the-path-conten...
  2. Facing problem in updating groupdocs signature ...

    Hello all, I am updating my groupdocs signature from 19.11 to 20.8 but I am getting error in the below namespaces using GroupDocs.Signature.Legacy.Domain; using GroupDocs.Signature.Legacy.Options; using GroupDocs.Signa…... But the alternate or new way of code is already explained...config = new SignatureConfig(); SignatureHandler = new SignatureHandler(config);`...

    forum.groupdocs.com/t/facing-problem-in-updatin...
  3. GroupDocs.Viewer for .NET 18.4 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.4. Major Features There are 18 New features, improvements, and fixes in this regular monthly release. The most notable are: Added support for following file formats POTX (PowerPoint Open XML Presentation Template) PPTM (PowerPoint Open XML Macro-Enabled Presentation) EPS (Encapsulated PostScript) Implemented simple file storage interface Improved minification process Added settings to include or exclude hidden content in Excel documents Added option for rendering Print Area in Excel documents Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1552 Feature for AutoFitting column width depending on content for rendering into HTML New Feature VIEWERNET-1544 Implement simple file storage interface New Feature VIEWERNET-1518 Settings to include/exclude hidden content in Excel documents New Feature VIEWERNET-1517 Rendering only Print Area in Excel documents New Feature VIEWERNET-1478 Add POTX file format support New Feature VIEWERNET-1476 Add PPTM file format support New Feature VIEWERNET-526 Add EPS (Encapsulated PostScript) file format support New Feature VIEWERNET-1537 Add prefix for CSS classes when rendering Email messages Improvement VIEWERNET-1501 Minify CSS content when rendering into HTML with EnableMinification is true Improvement VIEWERNET-1481 Improve rendering comments from Presentation documents Improvement VIEWERNET-1428 Support JpegQuality option when rendering Microsoft Project documents Improvement VIEWERNET-1549 Extend support for DefaultFontName setting to PDF documents when rendering into HTML Improvement VIEWERNET-512 Responsive HTML output required in the case of HTML representation Improvement VIEWERNET-1526 Invalid PDF when rendering Excel document with multiple pages per sheet Bug VIEWERNET-1511 DefaultFontName setting is not working for rendering Text documents into PDF and image Bug VIEWERNET-1494 Incorrect rendering of the content in header and footer of Word document Bug WEB-2106 Local links are ignored when rendering PDF to HTML Bug WEB-1153 Discrepancy when rendering as JPEG and HTML Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...Major Features There are 18 new features, improvements, and fixes...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  4. Rendering DWF file layers | Documentation

    This article explains how to view a specific DWF file layers with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...code, try ( Viewer viewer = new Viewer ( "sample.dwf" )) { PngViewOptions...

    docs.groupdocs.com/viewer/java/how-to-view-dwf-...
  5. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...source document. The result is a new document that contains only specified...

    docs.groupdocs.com/merger/nodejs-java/extract-p...
  6. GroupDocs.Search for .NET 17.04 Release Notes |...

    Note This page contains release notes for GroupDocs.Search for .NET 17.4 Major Features There are 2 features bug fixes and enhancements in this regular monthly release. The most notable are: SEARCHNET-457 Implement using Dates Ranges in search SEARCHNET-905 Implement definition of TableDiscreteFunction class as step function All Changes Key Summary Category SEARCHNET-457 Implement using Dates Ranges in search New Feature SEARCHNET-905 Implement definition of TableDiscreteFunction class as step function New Feature Public API and Backward Incompatible Changes...Consulting Blog Knowledge Base New Releases Status Websites aspose...using Dates Ranges in search New Feature SEARCHNET-905 Implement...

    docs.groupdocs.com/search/net/groupdocs-search-...
  7. Load document from Amazon S3 Storage | Document...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...key ); Signature signature = new Signature ( stream ); QrCodeSignOptions...

    docs.groupdocs.com/signature/java/load-document...
  8. How to convert a file without physically storin...

    We are also checking Group docs conversion API capability to convert word/image to pdf. We want to directly convert the file without storing the file physically. I have written the following java code to directly conver…...Supplier<InputStream> data = () -> new ByteArrayInputStream(input);...SaveDocumentStream out = () -> new ByteArrayOutputStrea(); PdfConvertOptions...

    forum.groupdocs.com/t/how-to-convert-a-file-wit...
  9. GroupDocs.Parser for .NET 24.8 Release Notes

    GroupDocs.Parser for .NET 24.8 Release Notes – the latest updates and fixes....class using (Parser parser = new Parser(Constants.SampleXlsx))...Features.Worksheet) { throw new NotSupportedExceptio( "Worksheet...

    releases.groupdocs.com/parser/net/release-notes...
  10. SplitOptions | GroupDocs.Merger for Node.js via...

    Provides options for the document page splitting....int splitMode) Initializes a new instance of the SplitOptions...int endNumber) Initializes a new instance of the SplitOptions...

    reference.groupdocs.com/merger/nodejs-java/com....