Sort Score
Result 10 results
Languages All
Labels All
Results 6,461 - 6,470 of 31,393 for

new

(0.07 sec)
  1. GroupDocs.Viewer for .NET 17.7.0 Release Notes ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 17.7.0. Major Features One New feature and 14 improvements and fixes in this regular monthly release. The most notable are: Added support of rendering PDF document with attachments Extended support for setting font directories for Presentation documents Extended support for setting JpegQuality when rendering SVG as PDF Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1182 Support rendering PDF documents with attachments New Feature VIEWERNET-1274 Extend support for setting font directories to Presentation documents Improvement VIEWERNET-1255 Extend support for setting JpegQuality when rendering SVG as PDF Improvement VIEWERNET-1250 Improve rendering Microsoft Visio document as HTML Improvement VIEWERNET-1173 Rendering djvu documents with maximum JpegQuality renders contained images with low quality Improvement WEB-2429 PDF with hieroglyphs is converted to the JPEG and HTML with corrupted symbols Bug VIEWERNET-1262 Resource prefix not applied when rendering Presentation documents to HTML Bug VIEWERNET-1252 Watermark not displayed when rendering Microsoft Visio document as HTML Bug VIEWERNET-1251 Multipage Microsoft Visio document shows page count as one Bug VIEWERNET-1220 ViewerConfig....Consulting Blog Knowledge Base New Releases Status Websites aspose...NET 17.7.0. Major Features One new feature and 14 improvements and...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  2. GroupDocs.Metadata for .NET 17.12 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 17.12. Major Features There are 2 New features in this regular monthly release. The most notable are: Ability to remove comment in ZIP format Ability to read thumbnail of EXIF format All Changes Key Summary Category METADATANET-2015 Ability to remove comment of ZIP format New Feature METADATANET-2016 Ability to read thumbnail of JPEG format from EXIF segment New Feature 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 2 new features in this regular monthly...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  3. Page Constructor (Int32, String, Boolean, Int32...

    Initializes New instance of Page class....Boolean, Int32, Int32) Initializes new instance of Page class. Namespace:...width , int height ) Public Sub New ( number As Integer , name As...

    apireference.groupdocs.com/viewer/net/groupdocs...
  4. Email conversion to A4-PDF centers content on t...

    Converting any email (.msg/.eml) to PDF with “A4” size, (vertically) centers the content on the page. Email to PDF centered.zip (81.1 KB) The following code was used for conversion: using (var conv = New C…...conv = new Converter(documentPath)) { var options = new PdfConvertOptions()...we have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/email-conversion-to-a4-pd...
  5. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Word documents to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "resume.docx" )) { //...

    docs.groupdocs.com/viewer/java/render-word-docu...
  6. PDF to PNG conversion in .NET on Linux - GroupD...

    Hi. There is a problem with a conversion of specific PDF files to any image format on Linux which results in an unhandled(uncatchable) exception which crashes the whole process. : ** (process:1): WARNING **: 21:23:27.9…...int height) { var options = new ImageConvertOptions { Format...= 1, PagesCount = 1, Pages = new List<int> { 1 } }; return Convert(source...

    forum.groupdocs.com/t/pdf-to-png-conversion-in-...
  7. GitHub - groupdocs-watermark/GroupDocs.Watermar...

    GroupDocs.Watermark-for-Node.js-via-Java. Contribute to groupdocs-watermark/GroupDocs.Watermark-for-Node.js-via-Java development by creating an account on GitHub....js const loadOptions = new groupdocsWatermark . PdfLoadOptions...PdfLoadOptions ( ) ; const watermarker = new groupdocsWatermark . Watermarker...

    github.com/groupdocs-watermark/GroupDocs.Waterm...
  8. LoadOptions - GroupDocs.Parser for Java - API R...

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......LoadOptions loadOptions) Initializes a new instance of the Parser class...parserSettings) Initializes a new instance of the Parser class...

    apireference.groupdocs.com/parser/java/com.grou...
  9. Strange unicode characters in highlight text .N...

    Hi, I have some small problems with GroupDocs.Parser. Searching the attached file for “link”, it returns some strange unicode characters in the highlight. See screenshot from Visual Studio: image.png (47.2 KB) There…...searching: using (Parser parser = new Parser(documentPath)) { HighlightOptions...HighlightOptions options = new HighlightOptions(40); IEnumerable<SearchResult>...

    forum.groupdocs.com/t/strange-unicode-character...
  10. TemplateTableParameters Constructor (Rectangle,...

    Initializes a New instance of the TemplateTableParameters class....Nullable Int32 ) Initializes a new instance of the TemplateTableParamet...minVerticalSpace ) Public Sub New ( rectangle As Rectangle , verticalSeparators...

    apireference.groupdocs.com/parser/net/groupdocs...